Symbol: gethex
lib/libc/gdtoa/gdtoaimp.h
608
extern int gethex ANSI((CONST char**, CONST FPI*, Long*, Bigint**, int, locale_t));
lib/libc/gdtoa/strtod.c
172
switch((i = gethex(&s, &fpi1, &expt, &bb, sign, loc)) & STRTOG_Retmask) {
lib/libc/gdtoa/strtodg.c
383
irv = gethex(&s, fpi, expt, &rvb, sign, loc);
sys/arch/arc/arc/minidebug.c
400
c = gethex(&newaddr, newaddr);
sys/arch/arc/arc/minidebug.c
408
c = gethex(&newaddr, newaddr);
sys/arch/arc/arc/minidebug.c
427
c = gethex(&newaddr, newaddr);
sys/arch/arc/arc/minidebug.c
459
c = gethex(&newaddr, newaddr);
sys/arch/arc/arc/minidebug.c
461
c = gethex(&size,256);
sys/arch/arc/arc/minidebug.c
474
c = gethex(&newaddr, newaddr);
sys/arch/arc/arc/minidebug.c
476
c = gethex(&size, 0);
sys/arch/arc/arc/minidebug.c
488
c = gethex(&newaddr, newaddr);
sys/arch/arc/arc/minidebug.c
496
c = gethex(&newaddr, newaddr);
sys/arch/arc/arc/minidebug.c
504
c = gethex(&newaddr, newaddr);
sys/arch/arc/arc/minidebug.c
519
c = gethex(&newaddr, newaddr);
sys/arch/arc/arc/minidebug.c
521
c = gethex(&size, 0);
sys/arch/arc/arc/minidebug.c
529
c = gethex(&newaddr, newaddr);
sys/arch/arc/arc/minidebug.c
531
c = gethex(&size, 0);
sys/arch/arc/arc/minidebug.c
539
c = gethex(&newaddr, newaddr);
sys/arch/arc/arc/minidebug.c
541
c = gethex(&size, 0);
sys/arch/arc/arc/minidebug.c
576
c = gethex(&newaddr, newaddr);
sys/arch/x68k/stand/aout2hux/aout2hux.c
78
int gethex(u_int32_t *pval, const char *str);
sys/arch/x68k/stand/aout2hux/aout2hux.c
844
if (gethex(&adr1, argv[2]) || gethex(&adr2, argv[4]))