| /src/lib/libc/gdtoa/ |
| strtopf.c | 1 /* $NetBSD: strtopf.c,v 1.4 2019/08/01 02:27:43 riastradh Exp $ */ 38 strtopf(s, sp, f) CONST char *s; char **sp; float *f; function 40 strtopf(CONST char *s, char **sp, float *f)
|
| strtopf.c | 1 /* $NetBSD: strtopf.c,v 1.4 2019/08/01 02:27:43 riastradh Exp $ */ 38 strtopf(s, sp, f) CONST char *s; char **sp; float *f; function 40 strtopf(CONST char *s, char **sp, float *f)
|
| strtopf.c | 1 /* $NetBSD: strtopf.c,v 1.4 2019/08/01 02:27:43 riastradh Exp $ */ 38 strtopf(s, sp, f) CONST char *s; char **sp; float *f; function 40 strtopf(CONST char *s, char **sp, float *f)
|
| gdtoa.h | 167 extern int strtopf ANSI((CONST char*, char**, float*)); 174 #define strtopf(s,se,x) strtorf(s,se,1,x) macro
|
| gdtoa.h | 167 extern int strtopf ANSI((CONST char*, char**, float*)); 174 #define strtopf(s,se,x) strtorf(s,se,1,x) macro
|
| gdtoa.h | 167 extern int strtopf ANSI((CONST char*, char**, float*)); 174 #define strtopf(s,se,x) strtorf(s,se,1,x) macro
|