/titanic_51/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_51/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_51/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_51/usr/src/head/ |
H A D | floatingpoint.h | 200 extern double strtod __P((const char *, char **)); 205 using std::strtod;
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | strtod.c | 23 * strtod() implementation 28 #define S2F_function strtod
|
/titanic_51/usr/src/lib/libast/common/comp/ |
H A D | strtod.c | 28 #define S2F_function strtod
|
/titanic_51/usr/src/lib/libc/port/gen/ |
H A D | atof.c | 42 return (strtod(cp, (char **)NULL)); in atof()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | sleep.c | 70 d = strtod(cp, &last); in b_sleep() 82 d = strtod(cp,&last); in b_sleep()
|
/titanic_51/usr/src/lib/libbc/inc/include/ |
H A D | floatingpoint.h | 195 extern double strtod();
|
/titanic_51/usr/src/lib/libast/common/tm/ |
H A D | tmxduration.c | 52 ns = strtod(s, &last) * TMX_RESOLUTION; in tmxduration()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/tm/ |
H A D | tmxduration.c | 52 ns = strtod(s, &last) * TMX_RESOLUTION; in tmxduration()
|
/titanic_51/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_51/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | sfio | 116 extern double strtod _ARG_((const char*, char**)); 123 strtod(0, 0);
|
H A D | lib | 44 lib,npt strtod,strtold,strtol,strtoll,strtoul,strtoull stdlib.h 640 std strtod stdlib.h note{ stuck with standard strtod }end nostatic{ 643 double strtod(const char* s, char** e) { return 0.0; } 645 double strtod(s, e) char* s; char** e; { return 0.0; } 648 int main() { printf(""); return strtod("1",0) != 0; }
|
/titanic_51/usr/src/head/iso/ |
H A D | stdlib_iso.h | 156 extern double strtod(const char *_RESTRICT_KYWD, char **_RESTRICT_KYWD);
|
/titanic_51/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_51/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_51/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_51/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_51/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_51/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_51/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_51/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**));
|