HomeSort by relevance Sort by last modified time
    Searched full:endptr (Results 101 - 125 of 581) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
cstdlib 39 double strtod (const char* restrict nptr, char** restrict endptr);
40 float strtof (const char* restrict nptr, char** restrict endptr); // C99
41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
42 long strtol (const char* restrict nptr, char** restrict endptr, int base);
43 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
44 unsigned long strtoul (const char* restrict nptr, char** restrict endptr, int base);
45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
stdlib.h 44 double strtod (const char* restrict nptr, char** restrict endptr);
45 float strtof (const char* restrict nptr, char** restrict endptr); // C99
46 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
47 long strtol (const char* restrict nptr, char** restrict endptr, int base);
48 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
49 unsigned long strtoul (const char* restrict nptr, char** restrict endptr, int base);
50 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
cstdlib 39 double strtod (const char* restrict nptr, char** restrict endptr);
40 float strtof (const char* restrict nptr, char** restrict endptr); // C99
41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
42 long strtol (const char* restrict nptr, char** restrict endptr, int base);
43 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
44 unsigned long strtoul (const char* restrict nptr, char** restrict endptr, int base);
45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
stdlib.h 44 double strtod (const char* restrict nptr, char** restrict endptr);
45 float strtof (const char* restrict nptr, char** restrict endptr); // C99
46 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
47 long strtol (const char* restrict nptr, char** restrict endptr, int base);
48 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
49 unsigned long strtoul (const char* restrict nptr, char** restrict endptr, int base);
50 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
cstdlib 39 double strtod (const char* restrict nptr, char** restrict endptr);
40 float strtof (const char* restrict nptr, char** restrict endptr); // C99
41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
42 long strtol (const char* restrict nptr, char** restrict endptr, int base);
43 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
44 unsigned long strtoul (const char* restrict nptr, char** restrict endptr, int base);
45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
stdlib.h 44 double strtod (const char* restrict nptr, char** restrict endptr);
45 float strtof (const char* restrict nptr, char** restrict endptr); // C99
46 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
47 long strtol (const char* restrict nptr, char** restrict endptr, int base);
48 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
49 unsigned long strtoul (const char* restrict nptr, char** restrict endptr, int base);
50 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
cstdlib 39 double strtod (const char* restrict nptr, char** restrict endptr);
40 float strtof (const char* restrict nptr, char** restrict endptr); // C99
41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
42 long strtol (const char* restrict nptr, char** restrict endptr, int base);
43 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
44 unsigned long strtoul (const char* restrict nptr, char** restrict endptr, int base);
45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
stdlib.h 44 double strtod (const char* restrict nptr, char** restrict endptr);
45 float strtof (const char* restrict nptr, char** restrict endptr); // C99
46 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
47 long strtol (const char* restrict nptr, char** restrict endptr, int base);
48 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
49 unsigned long strtoul (const char* restrict nptr, char** restrict endptr, int base);
50 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
cstdlib 39 double strtod (const char* restrict nptr, char** restrict endptr);
40 float strtof (const char* restrict nptr, char** restrict endptr); // C99
41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
42 long strtol (const char* restrict nptr, char** restrict endptr, int base);
43 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
44 unsigned long strtoul (const char* restrict nptr, char** restrict endptr, int base);
45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
stdlib.h 44 double strtod (const char* restrict nptr, char** restrict endptr);
45 float strtof (const char* restrict nptr, char** restrict endptr); // C99
46 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
47 long strtol (const char* restrict nptr, char** restrict endptr, int base);
48 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
49 unsigned long strtoul (const char* restrict nptr, char** restrict endptr, int base);
50 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
cstdlib 39 double strtod (const char* restrict nptr, char** restrict endptr);
40 float strtof (const char* restrict nptr, char** restrict endptr); // C99
41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
42 long strtol (const char* restrict nptr, char** restrict endptr, int base);
43 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
44 unsigned long strtoul (const char* restrict nptr, char** restrict endptr, int base);
45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
stdlib.h 44 double strtod (const char* restrict nptr, char** restrict endptr);
45 float strtof (const char* restrict nptr, char** restrict endptr); // C99
46 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
47 long strtol (const char* restrict nptr, char** restrict endptr, int base);
48 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
49 unsigned long strtoul (const char* restrict nptr, char** restrict endptr, int base);
50 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
cstdlib 39 double strtod (const char* restrict nptr, char** restrict endptr);
40 float strtof (const char* restrict nptr, char** restrict endptr); // C99
41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
42 long strtol (const char* restrict nptr, char** restrict endptr, int base);
43 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
44 unsigned long strtoul (const char* restrict nptr, char** restrict endptr, int base);
45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
stdlib.h 44 double strtod (const char* restrict nptr, char** restrict endptr);
45 float strtof (const char* restrict nptr, char** restrict endptr); // C99
46 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
47 long strtol (const char* restrict nptr, char** restrict endptr, int base);
48 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
49 unsigned long strtoul (const char* restrict nptr, char** restrict endptr, int base);
50 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
cstdlib 39 double strtod (const char* restrict nptr, char** restrict endptr);
40 float strtof (const char* restrict nptr, char** restrict endptr); // C99
41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
42 long strtol (const char* restrict nptr, char** restrict endptr, int base);
43 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
44 unsigned long strtoul (const char* restrict nptr, char** restrict endptr, int base);
45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
stdlib.h 44 double strtod (const char* restrict nptr, char** restrict endptr);
45 float strtof (const char* restrict nptr, char** restrict endptr); // C99
46 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
47 long strtol (const char* restrict nptr, char** restrict endptr, int base);
48 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
49 unsigned long strtoul (const char* restrict nptr, char** restrict endptr, int base);
50 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
cstdlib 39 double strtod (const char* restrict nptr, char** restrict endptr);
40 float strtof (const char* restrict nptr, char** restrict endptr); // C99
41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
42 long strtol (const char* restrict nptr, char** restrict endptr, int base);
43 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
44 unsigned long strtoul (const char* restrict nptr, char** restrict endptr, int base);
45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
stdlib.h 44 double strtod (const char* restrict nptr, char** restrict endptr);
45 float strtof (const char* restrict nptr, char** restrict endptr); // C99
46 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
47 long strtol (const char* restrict nptr, char** restrict endptr, int base);
48 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
49 unsigned long strtoul (const char* restrict nptr, char** restrict endptr, int base);
50 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
  /external/boringssl/src/tool/
rand.cc 46 char *endptr; local
47 unsigned long long num = strtoull(last_arg.c_str(), &endptr, 10);
48 if (*endptr == 0) {
  /external/libchrome/base/files/
dir_reader_posix_unittest.cc 70 char *endptr; local
71 const unsigned long value = strtoul(reader.name(), &endptr, 10);
73 EXPECT_FALSE(*endptr);
  /external/libmtp/examples/
delfile.c 85 char *endptr; local
89 id = strtoul(argv[i], &endptr, 10);
90 if ( *endptr != 0 ) {
getfile.c 59 char *endptr; local
70 id = strtoul(argv[1], &endptr, 10);
71 if ( *endptr != 0 ) {
getplaylist.c 54 char *endptr; local
65 id = strtoul(argv[1], &endptr, 10);
66 if ( *endptr != 0 ) {
  /cts/tests/tests/nativemedia/aaudio/jni/
test_aaudio_mmap.cpp 50 char *endptr = nullptr; local
51 int value = strtol(valueText, &endptr, 10);
52 if (endptr == nullptr || *endptr != '\0') {
  /external/curl/tests/libtest/
first.c 107 char *endptr; local
108 long num = strtol(env, &endptr, 10);
109 if((endptr != env) && (endptr == env + strlen(env)) && (num > 0))

Completed in 367 milliseconds

1 2 3 45 6 7 8 91011>>