gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:gethex (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/gethex.c - 11.9KB - 360 lines
42: #else
43: gethex( CONST char **sp, FPI *fpi, Long *exp, Bigint **bp, int sign)
44: #endif
bsd_source/lib/libc/src_bsd/stdlib/strtod.c - 41.4KB - 1,105 lines
181: #endif
182:                         switch((i = gethex(&s, &fpi1, &exp, &bb, sign)) & STRTOG_Retmask) {
183:                           case STRTOG_NoMemory:
bsd_source/lib/libc/src_bsd/stdlib/strtodg.c - 41.4KB - 1,154 lines
411:                   case 'X':
412:                         irv = gethex(&s, fpi, exp, &rvb, sign);
413:                         if (irv == STRTOG_NoMemory)