Searched refs:nn (Results 1 - 12 of 12) sorted by relevance

/bionic/libc/netbsd/net/
H A Dgetservent.c56 int nn,count; local
75 for (nn = 0; nn < count; nn++) {
106 for (nn = 0; nn < count; nn++) {
108 rs->servent.s_aliases[nn] = p2;
114 rs->servent.s_aliases[nn] = NULL;
H A Dgetaddrinfo.c1247 int nn; local
1250 nn = strlen(bp) + 1; /* for the \0 */
1251 bp += nn;
/bionic/libc/inet/
H A Dbindresvport.c43 int nn, ret; local
58 for (nn = NUM_PORTS; nn > 0; nn--, port++)
/bionic/libc/unistd/
H A Dpathconf.c71 int nn = 0; local
74 if ( known64[nn] == EOL_MAGIC )
77 if ( known64[nn] == s->f_type )
100 int nn = 0; local
103 if ( knownMax[nn].type == EOL_MAGIC )
106 if ( knownMax[nn].type == s->f_type )
107 return knownMax[nn].max;
122 int nn = 0; local
125 if (knownNoSymlinks[nn] == 0)
127 if (knownNoSymlinks[nn]
[all...]
/bionic/linker/
H A Dlinker_format.c430 int nn = 0, mm; local
446 mm = nn;
454 if (mm > nn) {
455 out_send(o, format+nn, mm-nn);
456 nn = mm;
464 nn++; // skip it
468 c = format[nn++];
491 nn --;
492 width = (int)parse_decimal(format, &nn);
[all...]
/bionic/libc/string/
H A Dstrerror_r.c20 int nn = 0; local
24 if (strings[nn].code == 0)
27 if (strings[nn].code == code)
28 return strings[nn].msg;
30 nn++;
/bionic/libc/bionic/
H A Dpthread-timers.c128 int nn; local
133 for (nn = 0; nn < MAX_THREAD_TIMERS; nn++)
134 t->timers[nn].id = TIMER_ID_NONE;
137 for (nn = 1; nn < MAX_THREAD_TIMERS; nn++)
138 t->timers[nn-1].next = &t->timers[nn];
177 int nn; local
[all...]
H A Dpthread.c174 int nn; local
182 for (nn = TLS_SLOT_ERRNO; nn < BIONIC_TLS_SLOTS; nn++)
183 tls[nn] = 0;
/bionic/libc/netbsd/resolv/
H A Dres_cache.c274 int nn = 0; local
277 text[nn++] = "0123456789abcdef"[(value >> (numDigits*4)) & 15];
279 return _bprint_b(p, end, text, nn);
290 int nn; local
295 for (nn = 0; nn < avail; nn++) {
296 if (nn > 0)
298 p = _bprint_hex(p, end, data[nn], 2);
300 for ( ; nn < lineSiz
691 int nn; local
1123 int nn; local
[all...]
/bionic/libc/stdlib/
H A Dwchar.c324 int nn; local
326 for ( nn = 0; nn < WC_TYPE_MAX; nn++ )
327 if ( !strcmp( properties[nn], property ) )
328 return (wctype_t)(nn);
/bionic/libc/netbsd/
H A Dgethnamaddr.c400 int nn; local
403 nn = strlen(bp) + 1; /* for the \0 */
404 bp += nn;
/bionic/libc/kernel/tools/
H A Dcpp.py1772 nn = i
1773 while nn < k:
1774 dst.append(src[nn])
1775 nn += 1

Completed in 174 milliseconds