Searched refs:bp (Results 1 - 10 of 10) sorted by relevance

/bionic/libc/tzcode/
H A Dstrptime.c114 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...]
H A Dlocaltime.c629 register const struct ttinfo * bp = &sp->ttis[b]; local
630 result = ap->tt_gmtoff == bp->tt_gmtoff &&
631 ap->tt_isdst == bp->tt_isdst &&
632 ap->tt_ttisstd == bp->tt_ttisstd &&
633 ap->tt_ttisgmt == bp->tt_ttisgmt &&
635 &sp->chars[bp->tt_abbrind]) == 0;
/bionic/libc/netbsd/
H A Dgethnamaddr.c184 char *bp, **ap, **hap, *ep; local
216 bp = rs->hostbuf;
224 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
225 if ((n < 0) || !(*name_ok)(bp)) {
235 n = strlen(bp) + 1; /* for the \0 */
240 rs->host.h_name = bp;
241 bp += n;
254 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
624 char *bp, *ep; local
[all...]
/bionic/libc/unistd/
H A Dexec.c140 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/netbsd/nameser/
H A Dns_name.c208 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/upstream-freebsd/lib/msun/src/
H A De_pow.c64 bp[] = {1.0, 1.5,}, variable
222 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */
223 v = one/(ax+bp[k]);
227 /* t_h=ax+bp[k] High */
230 t_l = ax - (t_h-bp[k]);
H A De_powf.c23 bp[] = {1.0, 1.5,}, variable
164 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */
165 v = one/(ax+bp[k]);
170 /* t_h=ax+bp[k] High */
173 t_l = ax - (t_h-bp[k]);
/bionic/libc/netbsd/net/
H A Dgetaddrinfo.c1307 char *bp, *ep; local
1338 bp = hostbuf;
1345 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
1346 if ((n < 0) || !(*name_ok)(bp)) {
1356 n = strlen(bp) + 1; /* for the \0 */
1361 canonname = bp;
1362 bp += n;
1369 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
[all...]
/bionic/libc/netbsd/resolv/
H A Dres_cache.c666 _dnsPacket_bprintQName(DnsPacket* packet, char* bp, char* bend) argument
682 return bp;
692 bp = _bprint_c(bp, bend, '.');
694 bp = _bprint_b(bp, bend, (const char*)p, c);
701 bp = _bprint_s(bp, bend, "<MALFORMED>");
702 return bp;
/bionic/libc/stdio/
H A Dvfprintf.c1233 char *digits, *bp, *rve; local
1255 bp = digits + ndigits;
1259 bp += *decpt;
1262 rve = bp;
1263 while (rve < bp)

Completed in 380 milliseconds