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

  /src/lib/libc/gdtoa/
gdtoa.h 123 #define strtopx __strtopx_D2A macro
169 extern int strtopx ANSI((CONST char*, char**, void*, locale_t));
176 #define strtopx(s,se,x) strtorx(s,se,1,x) macro
strtopx.c 1 /* $NetBSD: strtopx.c,v 1.6 2013/04/18 21:54:11 joerg Exp $ */
57 strtopx(CONST char *s, char **sp, void *V, locale_t loc) function in typeref:typename:int
makefile 54 strtopx.c strtopxL.c strtorQ.c strtord.c strtordd.c strtorf.c\
74 strtopQ.c strtopd.c strtopdd.c strtopf.c strtopx.c strtopxL.c\
  /src/lib/libc/gdtoa/test/
pftest.c 122 strtopx(b,&s,&x.x);
xtest.c 32 /* Test program for g_xfmt, strtoIx, strtopx, and strtorx.
116 if (r == 1 && (i != strtopx(ibuf, &se1, v[0].bits) || se1 != se

Completed in 95 milliseconds