Searched refs:bp (Results 1 - 12 of 12) sorted by path

/bionic/libc/dns/
H A Dgethnamaddr.c189 char *bp, **ap, **hap, *ep; local
221 bp = rs->hostbuf;
229 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
230 if ((n < 0) || !(*name_ok)(bp)) {
240 n = strlen(bp) + 1; /* for the \0 */
245 rs->host.h_name = bp;
246 bp += n;
259 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
629 char *bp, *ep; local
[all...]
/bionic/libc/dns/nameser/
H A Dns_name.c228 u_char *label, *bp, *eom; local
233 bp = dst;
235 label = bp++;
245 &label, &bp, eom))
251 label = bp++;
285 c = (int)(bp - label - 1);
298 if (bp >= eom) {
302 *bp++ = '\0';
304 if ((bp - dst) > MAXCDNAME) {
309 *dstlen = (bp
1050 encode_bitsring(const char **bp, const char *end, unsigned char **labelp, unsigned char ** dst, unsigned const char *eom) argument
[all...]
/bionic/libc/dns/net/
H A Dgetaddrinfo.c1314 char *bp, *ep; local
1345 bp = hostbuf;
1352 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
1353 if ((n < 0) || !(*name_ok)(bp)) {
1363 n = strlen(bp) + 1; /* for the \0 */
1368 canonname = bp;
1369 bp += n;
1376 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
[all...]
/bionic/libc/dns/resolv/
H A Dres_cache.c649 _dnsPacket_bprintQName(DnsPacket* packet, char* bp, char* bend) argument
665 return bp;
675 bp = _bprint_c(bp, bend, '.');
677 bp = _bprint_b(bp, bend, (const char*)p, c);
684 bp = _bprint_s(bp, bend, "<MALFORMED>");
685 return bp;
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dsigcontext32.h75 unsigned int bp; member in struct:sigcontext_ia32
/bionic/libc/tzcode/
H A Dlocaltime.c635 register const struct ttinfo * bp = &sp->ttis[b]; local
636 result = ap->tt_gmtoff == bp->tt_gmtoff &&
637 ap->tt_isdst == bp->tt_isdst &&
638 ap->tt_ttisstd == bp->tt_ttisstd &&
639 ap->tt_ttisgmt == bp->tt_ttisgmt &&
641 &sp->chars[bp->tt_abbrind]) == 0;
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...]
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgethex.c40 gethex(sp, fpi, exp, bp, sign)
41 CONST char **sp; FPI *fpi; Long *exp; Bigint **bp; int sign;
43 gethex( CONST char **sp, FPI *fpi, Long *exp, Bigint **bp, int sign)
71 *bp = 0;
194 *bp = b = Balloc(k);
195 if (*bp == NULL)
291 *bp = b;
357 *bp = b;
/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dexec.c139 char *bp, *cur, *path, buf[PATH_MAX]; local
151 bp = (char *)name;
155 bp = buf;
202 retry: (void)execve(bp, argv, envp);
218 memp[1] = bp;
/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/tests/
H A Dmath_exp_test.cpp810 0x1.bp-3

Completed in 288 milliseconds