Searched refs:eptr (Results 1 – 6 of 6) sorted by relevance
/external/fdlibm/ |
D | s_frexp.c | 34 double ieee_frexp(double x, int *eptr) in ieee_frexp() argument 36 double ieee_frexp(x, eptr) in ieee_frexp() 37 double x; int *eptr; in ieee_frexp() 44 *eptr = 0; 50 *eptr = -54; 52 *eptr += (ix>>20)-1022;
|
/external/openssl/crypto/asn1/ |
D | asn1_gen.c | 390 char *eptr; in parse_tagging() local 393 tag_num = strtoul(vstart, &eptr, 10); in parse_tagging() 395 if (eptr && *eptr && (eptr > vstart + vlen)) in parse_tagging() 404 if (eptr) in parse_tagging() 405 vlen -= eptr - vstart; in parse_tagging() 410 switch (*eptr) in parse_tagging() 430 erch[0] = *eptr; in parse_tagging() 836 char *eptr; in bitstr_cb() local 839 bitnum = strtoul(elem, &eptr, 10); in bitstr_cb() 840 if (eptr && *eptr && (eptr != elem + len)) in bitstr_cb()
|
/external/e2fsprogs/lib/e2p/ |
D | hashstr.c | 50 char *eptr; in e2p_string2hash() local 63 num = strtol(string+8, &eptr, 10); in e2p_string2hash() 66 if (*eptr) in e2p_string2hash()
|
D | mntopts.c | 54 char *eptr; in e2p_string2mntopt() local 68 num = strtol(string+8, &eptr, 10); in e2p_string2mntopt() 71 if (*eptr) in e2p_string2mntopt()
|
D | feature.c | 107 char *eptr; in e2p_string2feature() local 138 num = strtol(string+9, &eptr, 10); in e2p_string2feature() 141 if (*eptr) in e2p_string2feature()
|
/external/grub/lib/ |
D | device.c | 521 char *ptr, *eptr; in read_device_map() local 593 eptr = ptr; in read_device_map() 594 while (*eptr && ! isspace (*eptr)) in read_device_map() 595 eptr++; in read_device_map() 596 *eptr = 0; in read_device_map()
|