Searched refs:eptr (Results 1 - 6 of 6) sorted by relevance

/external/fdlibm/
H A Ds_frexp.c34 double ieee_frexp(double x, int *eptr) argument
36 double ieee_frexp(x, eptr)
37 double x; int *eptr;
44 *eptr = 0;
50 *eptr = -54;
52 *eptr += (ix>>20)-1022;
/external/e2fsprogs/lib/e2p/
H A Dhashstr.c50 char *eptr; local
63 num = strtol(string+8, &eptr, 10);
66 if (*eptr)
H A Dmntopts.c54 char *eptr; local
68 num = strtol(string+8, &eptr, 10);
71 if (*eptr)
H A Dfeature.c107 char *eptr; local
138 num = strtol(string+9, &eptr, 10);
141 if (*eptr)
/external/openssl/crypto/asn1/
H A Dasn1_gen.c390 char *eptr; local
393 tag_num = strtoul(vstart, &eptr, 10);
395 if (eptr && *eptr && (eptr > vstart + vlen))
404 if (eptr)
405 vlen -= eptr - vstart;
410 switch (*eptr)
430 erch[0] = *eptr;
836 char *eptr; local
[all...]
/external/grub/lib/
H A Ddevice.c521 char *ptr, *eptr; local
593 eptr = ptr;
594 while (*eptr && ! isspace (*eptr))
595 eptr++;
596 *eptr = 0;

Completed in 97 milliseconds