HomeSort by: relevance | last modified time | path
    Searched refs:gethex (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libc/gdtoa/
Makefile.inc 38 gethex.c gmisc.c \
makefile 50 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\
gdtoaimp.h 555 #define gethex __gethex_D2A macro
608 extern int gethex ANSI((CONST char**, CONST FPI*, Long*, Bigint**, int, locale_t));
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
strtodg.c 383 irv = gethex(&s, fpi, expt, &rvb, sign, loc);
strtod.c 172 switch((i = gethex(&s, &fpi1, &expt, &bb, sign, loc)) & STRTOG_Retmask) {
  /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]))

Completed in 16 milliseconds