/src/lib/libc/gdtoa/ |
gethex.c | 1 /* $NetBSD: gethex.c,v 1.7 2020/02/22 00:38:14 kamil Exp $ */ 41 gethex( CONST char **sp, CONST FPI *fpi, Long *expt, Bigint **bp, int sign, locale_t loc) function in typeref:typename:int
|
gdtoaimp.h | 555 #define gethex __gethex_D2A macro 608 extern int gethex ANSI((CONST char**, CONST FPI*, Long*, Bigint**, int, locale_t));
|
/src/sys/arch/arc/arc/ |
minidebug.c | 172 gethex(u_int *val, u_int dotval) function in typeref:typename:int 400 c = gethex(&newaddr, newaddr); 408 c = gethex(&newaddr, newaddr); 427 c = gethex(&newaddr, newaddr); 459 c = gethex(&newaddr, newaddr); 461 c = gethex(&size,256); 474 c = gethex(&newaddr, newaddr); 476 c = gethex(&size, 0); 488 c = gethex(&newaddr, newaddr); 496 c = gethex(&newaddr, newaddr) [all...] |
/src/sys/arch/x68k/stand/aout2hux/ |
aout2hux.c | 78 int gethex(u_int32_t *pval, const char *str); 761 gethex(u_int32_t *pval, const char *str) function in typeref:typename:int 801 DPRINTF(("gethex: %s -> 0x%x\n", str, val)); 844 if (gethex(&adr1, argv[2]) || gethex(&adr2, argv[4]))
|