Home
last modified time | relevance | path

Searched refs:gethex (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/sys/arch/arc/arc/
Dminidebug.c172 gethex(u_int *val, u_int dotval) in gethex() function
400 c = gethex(&newaddr, newaddr); in mdb()
408 c = gethex(&newaddr, newaddr); in mdb()
427 c = gethex(&newaddr, newaddr); in mdb()
459 c = gethex(&newaddr, newaddr); in mdb()
461 c = gethex(&size,256); in mdb()
474 c = gethex(&newaddr, newaddr); in mdb()
476 c = gethex(&size, 0); in mdb()
488 c = gethex(&newaddr, newaddr); in mdb()
496 c = gethex(&newaddr, newaddr); in mdb()
[all …]
/netbsd/src/lib/libc/gdtoa/
Dmakefile50 g_ffmt.c g_xLfmt.c g_xfmt.c gdtoa.c gethex.c gmisc.c hd_init.c\
70 gdtoa_fltrnds.h gdtoaimp.h gethex.c gmisc.c hd_init.c hexnan.c\
DMakefile.inc38 gethex.c gmisc.c \
Dxsum0.out16 gethex.c 144ecbb4 7107
Dgdtoaimp.h555 #define gethex __gethex_D2A macro
608 extern int gethex ANSI((CONST char**, CONST FPI*, Long*, Bigint**, int, locale_t));
Dgethex.c41 gethex( CONST char **sp, CONST FPI *fpi, Long *expt, Bigint **bp, int sign, locale_t loc) function
Dstrtod.c172 … switch((i = gethex(&s, &fpi1, &expt, &bb, sign, loc)) & STRTOG_Retmask) {
Dstrtodg.c383 irv = gethex(&s, fpi, expt, &rvb, sign, loc);
/netbsd/src/sys/arch/x68k/stand/aout2hux/
Daout2hux.c78 int gethex(u_int32_t *pval, const char *str);
761 gethex(u_int32_t *pval, const char *str) in gethex() function
844 if (gethex(&adr1, argv[2]) || gethex(&adr2, argv[4])) in main()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-19933005 gethex, timed_read, translate_addr, bug_before_main_loop):