Searched defs:cnt (Results 1 - 7 of 7) sorted by relevance

/bionic/libc/stdlib/
H A Dsetenv.c62 size_t cnt; local
67 cnt = P - environ;
68 P = (char **)realloc(lastenv, sizeof(char *) * (cnt + 2));
72 memcpy(P, environ, cnt * sizeof(char *));
74 offset = cnt;
75 environ[cnt + 1] = NULL;
/bionic/libc/unistd/
H A Dexec.c136 int cnt, lp, ln, len; local
212 for (cnt = 0; argv[cnt]; ++cnt)
214 memp = alloca((cnt + 2) * sizeof(char *));
219 bcopy(argv + 1, memp + 2, cnt * sizeof(char *));
H A Dsyslog.c108 int cnt; local
226 cnt = p - tbuf;
233 iov[0].iov_len = cnt - (stdp - tbuf);
252 if ((error = send(data->log_file, tbuf, cnt, 0)) < 0) {
259 if ((error = send(data->log_file, tbuf, cnt, 0)) >= 0)
275 iov[0].iov_len = cnt - (p - tbuf);
/bionic/libc/netbsd/isc/
H A Dev_streams.c50 evConsIovec(void *buf, size_t cnt) { argument
55 ret.iov_len = cnt;
/bionic/libc/netbsd/resolv/
H A Dres_init.c775 res_setservers(res_state statp, const union res_sockaddr_union *set, int cnt) { argument
786 for (i = 0; i < cnt && nserv < MAXNS; i++) {
828 res_getservers(res_state statp, union res_sockaddr_union *set, int cnt) { argument
833 for (i = 0; i < statp->nscount && i < cnt; i++) {
/bionic/libc/kernel/common/linux/
H A Dbio.h157 atomic_t cnt; member in struct:bio_pair
/bionic/linker/
H A Dlinker.c148 HOODLUM(calloc, void *, (size_t cnt, size_t size));
755 int cnt; local
777 for (cnt = 0; cnt < ehdr->e_phnum; ++cnt, ++phdr) {
896 int cnt; local
911 for (cnt = 0; cnt < ehdr->e_phnum; ++cnt, ++phdr) {
1069 int cnt;
1096 int cnt; local
[all...]

Completed in 3031 milliseconds