Home
last modified time | relevance | path

Searched defs:endptr (Results 1 – 25 of 108) sorted by relevance

12345

/third_party/skia/third_party/musl_compat/
Dlocale.c12 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/
Dstrtoul.c56 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()
Dstrtoimax.c56 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()
Dstrtoumax.c56 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/
Dutil.c57 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/
Dlexer.hpp912 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/
Drpl.c71 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
Dtls.c44 char *endptr = NULL; in set_options() local
/third_party/selinux/secilc/
Dsecilc.c161 char *endptr = NULL; in main() local
213 char *endptr = NULL; in main() local
/third_party/python/Python/
Dpystrtod.c30 _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/
Dstrtod.c45 double avpriv_strtod(const char *nptr, char **endptr) in avpriv_strtod()
/third_party/protobuf/src/google/protobuf/io/
Dstrtod.cc76 double NoLocaleStrtod(const char* str, char** endptr) { in NoLocaleStrtod()
/third_party/elfutils/tests/
Ddwfl-report-elf-align.c52 char *endptr; in main() local
Dgetsrc_die.c44 char *endptr; in main() local
Ddwfl-report-offline-memory.c92 char *endptr; in main() local
/third_party/libinput/src/
Dutil-strings.h148 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/
Ddri_query_renderer.c32 char *endptr; in driQueryRendererIntegerCommon() local
/third_party/libdrm/amdgpu/
Damdgpu_asic_id.c45 char *endptr; in parse_one_line() local
/third_party/libcoap/tests/
Dtest_tls.c72 char *endptr; in t_tls2() local
/third_party/node/deps/openssl/openssl/crypto/x509/
Dv3_tlsf.c91 char *extval, *endptr; in v2i_TLS_FEATURE() local
/third_party/openssl/crypto/x509/
Dv3_tlsf.c91 char *extval, *endptr; in v2i_TLS_FEATURE() local
/third_party/curl/src/
Dtool_paramhlp.c133 char *endptr = NULL; in getnum() local
224 char *endptr; in str2double() local
470 char *endptr; in str2offset() local
Dtool_main.c127 char *endptr; in memory_tracking_init() local
/third_party/curl/lib/
Dstrtoofft.c79 static curl_off_t strtooff(const char *nptr, char **endptr, int base) in strtooff()
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h357 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()

12345