| /third_party/skia/third_party/musl_compat/ |
| D | locale.c | 12 long long strtoll_l(const char *nptr, char **endptr, int base, in strtoll_l() 17 long long strtoull_l(const char *nptr, char **endptr, int base, in strtoull_l()
|
| /third_party/FreeBSD/lib/libc/stdlib/ |
| D | strtoul.c | 56 strtoul_l(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoul_l() 136 strtoul(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoul()
|
| D | strtoimax.c | 56 strtoimax_l(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoimax_l() 158 strtoimax(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoimax()
|
| D | strtoumax.c | 56 strtoumax_l(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoumax_l() 136 strtoumax(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoumax()
|
| /third_party/mesa3d/src/freedreno/afuc/ |
| D | util.c | 57 char *endptr = NULL; in reg() local 144 char *endptr = NULL; in afuc_gpu_reg() local 201 char *endptr = NULL; in afuc_gpr_reg() local
|
| /third_party/json/include/nlohmann/detail/input/ |
| D | lexer.hpp | 912 static void strtof(float& f, const char* str, char** endptr) noexcept in strtof() 918 static void strtof(double& f, const char* str, char** endptr) noexcept in strtof() 924 static void strtof(long double& f, const char* str, char** endptr) noexcept in strtof() 1247 char* endptr = nullptr; // NOLINT(cppcoreguidelines-pro-type-vararg,hicpp-vararg) in scan_number() local
|
| /third_party/ffmpeg/libavformat/ |
| D | rpl.c | 71 static int32_t read_int(const char* line, const char** endptr, int* error) in read_int() 86 const char *endptr; in read_line_and_int() local 122 const char *endptr; in rpl_read_header() local
|
| D | tls.c | 44 char *endptr = NULL; in set_options() local
|
| /third_party/selinux/secilc/ |
| D | secilc.c | 161 char *endptr = NULL; in main() local 213 char *endptr = NULL; in main() local
|
| /third_party/python/Python/ |
| D | pystrtod.c | 30 _Py_parse_inf_or_nan(const char *p, char **endptr) in _Py_parse_inf_or_nan() 65 _Py_parse_inf_or_nan(const char *p, char **endptr) in _Py_parse_inf_or_nan() 131 _PyOS_ascii_strtod(const char *nptr, char **endptr) in _PyOS_ascii_strtod() 164 _PyOS_ascii_strtod(const char *nptr, char **endptr) in _PyOS_ascii_strtod() 338 char **endptr, in PyOS_string_to_double()
|
| /third_party/ffmpeg/compat/ |
| D | strtod.c | 45 double avpriv_strtod(const char *nptr, char **endptr) in avpriv_strtod()
|
| /third_party/protobuf/src/google/protobuf/io/ |
| D | strtod.cc | 76 double NoLocaleStrtod(const char* str, char** endptr) { in NoLocaleStrtod()
|
| /third_party/elfutils/tests/ |
| D | dwfl-report-elf-align.c | 52 char *endptr; in main() local
|
| D | getsrc_die.c | 44 char *endptr; in main() local
|
| D | dwfl-report-offline-memory.c | 92 char *endptr; in main() local
|
| /third_party/libinput/src/ |
| D | util-strings.h | 148 char *endptr; in safe_atoi_base() local 181 char *endptr; in safe_atou_base() local 214 char *endptr; in safe_atod() local
|
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| D | dri_query_renderer.c | 32 char *endptr; in driQueryRendererIntegerCommon() local
|
| /third_party/libdrm/amdgpu/ |
| D | amdgpu_asic_id.c | 45 char *endptr; in parse_one_line() local
|
| /third_party/libcoap/tests/ |
| D | test_tls.c | 72 char *endptr; in t_tls2() local
|
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| D | v3_tlsf.c | 91 char *extval, *endptr; in v2i_TLS_FEATURE() local
|
| /third_party/openssl/crypto/x509/ |
| D | v3_tlsf.c | 91 char *extval, *endptr; in v2i_TLS_FEATURE() local
|
| /third_party/curl/src/ |
| D | tool_paramhlp.c | 133 char *endptr = NULL; in getnum() local 224 char *endptr; in str2double() local 470 char *endptr; in str2offset() local
|
| D | tool_main.c | 127 char *endptr; in memory_tracking_init() local
|
| /third_party/curl/lib/ |
| D | strtoofft.c | 79 static curl_off_t strtooff(const char *nptr, char **endptr, int base) in strtooff()
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| D | strutil.h | 357 inline int32 strto32(const char *nptr, char **endptr, int base) { in strto32() 364 inline uint32 strtou32(const char *nptr, char **endptr, int base) { in strtou32() 373 inline int64 strto64(const char *nptr, char **endptr, int base) { in strto64() 379 inline uint64 strtou64(const char *nptr, char **endptr, int base) { in strtou64()
|