/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | atof.c | 31 strtod(); 37 return strtod(cp, (char **) NULL);
|
H A D | strtod.c | 34 strtod(cp, ptr) in strtod() function
|
/titanic_44/usr/src/cmd/audio/utilities/ |
H A D | hdr_misc.c | 87 val = strtod(str, &str2); /* get first numeric field */ in audio_str_to_secs() 94 val += strtod(str, &str2); /* another field is required */ in audio_str_to_secs() 102 val += strtod(str, &str2); /* another field is required */ in audio_str_to_secs()
|
/titanic_44/usr/src/cmd/powertop/common/ |
H A D | powertop.c | 150 dump_count = (int)strtod(optarg, &endptr); in main() 165 interval = interval_usr = (double)strtod(optarg, in main() 190 g_observed_cpu = (uint_t)strtod(optarg, &endptr); in main()
|
/titanic_44/usr/src/head/ |
H A D | floatingpoint.h | 200 extern double strtod __P((const char *, char **)); 205 using std::strtod;
|
/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | strtod.c | 28 #define S2F_function strtod
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | atof.c | 42 return (strtod(cp, (char **)NULL)); in atof()
|
H A D | strtod.c | 43 strtod(const char *cp, char **ptr) in strtod() function
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | floatingpoint.h | 195 extern double strtod();
|
/titanic_44/usr/src/lib/libast/common/tm/ |
H A D | tmxduration.c | 52 ns = strtod(s, &last) * TMX_RESOLUTION; in tmxduration()
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | sfio | 106 extern double strtod _ARG_((const char*, char**)); 113 strtod(0, 0);
|
H A D | lib | 43 lib,npt strtod,strtold,strtol,strtoll,strtoul,strtoull stdlib.h 578 std strtod stdlib.h note{ stuck with standard strtod }end nostatic{ 581 double strtod(const char* s, char** e) { return 0.0; } 583 double strtod(s, e) char* s; char** e; { return 0.0; } 586 int main() { printf(""); return strtod("1",0) != 0; }
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 452 #undef strtod 453 #define strtod _ast_strtod macro 458 extern __MANGLE__ double strtod __PROTO__((const char*, char**));
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 431 #undef strtod 432 #define strtod _ast_strtod macro 437 extern __MANGLE__ double strtod __PROTO__((const char*, char**));
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 452 #undef strtod 453 #define strtod _ast_strtod macro 458 extern __MANGLE__ double strtod __PROTO__((const char*, char**));
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 431 #undef strtod 432 #define strtod _ast_strtod macro 437 extern __MANGLE__ double strtod __PROTO__((const char*, char**));
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_map.h | 452 #undef strtod 453 #define strtod _ast_strtod macro 458 extern __MANGLE__ double strtod __PROTO__((const char*, char**));
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 431 #undef strtod 432 #define strtod _ast_strtod macro 437 extern __MANGLE__ double strtod __PROTO__((const char*, char**));
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 431 #undef strtod 432 #define strtod _ast_strtod macro 437 extern __MANGLE__ double strtod __PROTO__((const char*, char**));
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 452 #undef strtod 453 #define strtod _ast_strtod macro 458 extern __MANGLE__ double strtod __PROTO__((const char*, char**));
|
/titanic_44/usr/src/head/iso/ |
H A D | stdlib_iso.h | 156 extern double strtod(const char *_RESTRICT_KYWD, char **_RESTRICT_KYWD);
|
/titanic_44/usr/src/cmd/lp/lib/lp/ |
H A D | sdn.c | 171 sdn.val = strtod(str, &rest); in _getsdn()
|
H A D | set_pitch.c | 107 xpi = strtod(str, &rest);
|
/titanic_44/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.l | 213 yylval.dval = strtod(yytext, (char **)NULL);
|
/titanic_44/usr/src/lib/libshell/common/bltins/ |
H A D | sleep.c | 70 d = strtod(cp, &last); in b_sleep()
|