Searched refs:strtold (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dstrtold.c23 * strtold() implementation
26 #define S2F_function strtold
30 * ast strtold() => strtod() when double == long double
38 #define strtold ______strtold macro
45 #undef strtold macro
/macosx-10.10/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dmachdep_ldisQ.c39 strtold(const char * __restrict s, char ** __restrict sp) function
H A Dmachdep_ldisd.c39 strtold(const char * __restrict s, char ** __restrict sp) function
H A Dmachdep_ldisdd.c40 strtold(const char * __restrict s, char ** __restrict sp) function
H A Dmachdep_ldisx.c41 strtold(const char * __restrict s, char ** __restrict sp) function
/macosx-10.10/libstdcxx-104.1/src/
H A Dc++locale.cc39 #include <cstdlib> // For strof, strtold
116 long double __ld = strtold(__s, &__sanity);
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Darith.c336 Inf = strtold("Inf", NiL);
343 NaN = strtold("NaN", NiL);
418 r = strtold(val,&str);
427 rr = strtold(val,&str);
/macosx-10.10/Libc-1044.1.2/include/
H A Dstdlib.h174 strtold(const char *, char **);
/macosx-10.10/shell_cmds-179/printf/
H A Dprintf.c523 *dp = strtold(*gargv, &ep);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dc++config.h527 /* Define to 1 if you have the `strtold' function. */
1290 # define strtold _strtold macro
/macosx-10.10/network_cmds-457/ifconfig.tproj/
H A Difconfig.c871 bps = strtold(val, &cp);
927 iftr.ifthr_level = strtold(val, &cp);
952 ifr.ifr_log.ifl_level = strtold(val, &cp);
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dprintf.c150 # define strtofltmax strtold
/macosx-10.10/libxml2-26/libxml2/
H A Dtriostr.c967 return strtold(source, endp);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dtriostr.c967 return strtold(source, endp);
/macosx-10.10/ksh-23/ksh/src/lib/libast/
H A DMakefile111 strtod.c strtold.c \
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dconfigure13478 echo "$as_me:$LINENO: checking whether strtold is declared" >&5
13479 echo $ECHO_N "checking whether strtold is declared... $ECHO_C" >&6
13493 #ifndef strtold
13494 char *p = (char *) strtold;
13541 echo "$as_me:$LINENO: checking for broken strtold" >&5
13542 echo $ECHO_N "checking for broken strtold... $ECHO_C" >&6
13556 int main() { long double r; char *foo, bar; r = strtold(foo, &bar);}

Completed in 249 milliseconds