Searched defs:bp (Results 1 - 9 of 9) sorted by relevance
/bionic/libc/unistd/ |
H A D | exec.c | 140 char *bp, *cur, *path, buf[MAXPATHLEN]; local 152 bp = (char *)name; 156 bp = buf; 203 retry: (void)execve(bp, argv, environ); 219 memp[1] = bp;
|
/bionic/libc/tzcode/ |
H A D | strptime.c | 114 const unsigned char *bp; local 118 bp = (unsigned char *)buf; 125 while (isspace(*bp)) 126 bp++; 139 if (c != *bp++) 163 if (!(bp = _strptime(bp, _ctloc(d_t_fmt), tm, cr))) 169 if (!(bp = _strptime(bp, "%m/%d/%y", tm, cr))) 175 if (!(bp [all...] |
/bionic/libc/netbsd/nameser/ |
H A D | ns_name.c | 208 u_char *label, *bp, *eom; local 213 bp = dst; 215 label = bp++; 225 &label, &bp, eom)) 231 label = bp++; 265 c = (bp - label - 1); 278 if (bp >= eom) { 282 *bp++ = '\0'; 284 if ((bp - dst) > MAXCDNAME) { 294 label = bp 845 encode_bitsring(const char **bp, const char *end, unsigned char **labelp, unsigned char ** dst, unsigned const char *eom) argument [all...] |
/bionic/libm/src/ |
H A D | e_pow.c | 65 bp[] = {1.0, 1.5,}, variable 220 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */ 221 v = one/(ax+bp[k]); 225 /* t_h=ax+bp[k] High */ 228 t_l = ax - (t_h-bp[k]);
|
H A D | e_powf.c | 24 bp[] = {1.0, 1.5,}, variable 162 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */ 163 v = one/(ax+bp[k]); 168 /* t_h=ax+bp[k] High */ 171 t_l = ax - (t_h-bp[k]);
|
/bionic/libc/netbsd/ |
H A D | gethnamaddr.c | 179 char *bp, **ap, **hap, *ep; local 211 bp = rs->hostbuf; 219 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); 220 if ((n < 0) || !(*name_ok)(bp)) { 230 n = strlen(bp) + 1; /* for the \0 */ 235 rs->host.h_name = bp; 236 bp += n; 249 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); 522 char *bp, *ep; local [all...] |
/bionic/libc/stdio/ |
H A D | vfprintf.c | 1232 char *digits, *bp, *rve; local 1254 bp = digits + ndigits; 1258 bp += *decpt; 1261 rve = bp; 1262 while (rve < bp)
|
/bionic/libc/netbsd/net/ |
H A D | getaddrinfo.c | 1309 char *bp, *ep; local 1340 bp = hostbuf; 1347 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); 1348 if ((n < 0) || !(*name_ok)(bp)) { 1358 n = strlen(bp) + 1; /* for the \0 */ 1363 canonname = bp; 1364 bp += n; 1371 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); [all...] |
/bionic/libc/netbsd/resolv/ |
H A D | res_cache.c | 657 _dnsPacket_bprintQName(DnsPacket* packet, char* bp, char* bend) argument 673 return bp; 683 bp = _bprint_c(bp, bend, '.'); 685 bp = _bprint_b(bp, bend, (const char*)p, c); 692 bp = _bprint_s(bp, bend, "<MALFORMED>"); 693 return bp;
|
Completed in 1145 milliseconds