HomeSort by relevance Sort by last modified time
    Searched defs:endptr (Results 76 - 100 of 161) sorted by null

1 2 34 5 6 7

  /external/skqp/tools/flags/
SkCommonFlagsConfig.cpp 228 char* endptr = nullptr; local
229 long intValue = strtol(value.c_str(), &endptr, 10);
230 if (*endptr != '\0') {
  /external/toybox/toys/pending/
fsck.c 75 char *endptr = NULL; local
77 long ret_value = strtol(str, &endptr, 10);
80 else if(endptr && (*endptr != '\0' || endptr == str))
syslogd.c 249 char *endptr; local
252 port = strtol(++p, &endptr, 10);
253 if (*endptr || endptr == p || port < 0 || port > 65535)
  /external/v8/src/inspector/
string-16.cc 40 char* endptr; local
42 static_cast<int64_t>(std::strtol(buffer.data(), &endptr, 10));
44 *ok = !(*endptr) && result <= std::numeric_limits<int>::max() &&
  /frameworks/native/cmds/dumpsys/
dumpsys.cpp 165 char* endptr; local
166 timeoutArgMs = strtol(optarg, &endptr, 10);
168 if (*endptr != '\0' || timeoutArgMs <= 0) {
177 char* endptr; local
178 timeoutArgMs = strtol(optarg, &endptr, 10);
179 if (*endptr != '\0' || timeoutArgMs <= 0) {
  /system/extras/verity/
build_verity_tree.cpp 174 char* endptr; local
176 unsigned long long int inSize = strtoull(optarg, &endptr, 0);
177 if (optarg[0] == '\0' || *endptr != '\0' ||
  /art/dexlayout/
dexdiag.cc 480 char* endptr; local
481 pid = (pid_t)strtol(argv[argc - 1], &endptr, 10);
482 if (*endptr != '\0' || kill(pid, 0) != 0) {
  /external/boringssl/src/tool/
transport_common.cc 545 char *endptr; local
546 const unsigned long code = strtoul(code_str.c_str(), &endptr, 10);
547 if (*endptr || code > UINT_MAX) {
  /external/google-breakpad/src/client/solaris/handler/
solaris_lwp.cc 75 char *endptr = NULL; local
76 int ret = strtol(s, &endptr, 10);
77 if (endptr == s)
  /external/iw/
mesh.c 54 char *endptr = NULL; local
55 unsigned long int v = strtoul(str, &endptr, 10);
56 if (*endptr != '\0')
66 char *endptr = NULL; local
67 unsigned long int v = strtoul(str, &endptr, 10);
68 if (*endptr != '\0')
78 char *endptr = NULL; local
79 long int v = strtol(str, &endptr, 10);
80 if (*endptr != '\0')
90 char *endptr = NULL local
102 char *endptr = NULL; local
    [all...]
  /external/kmod/libkmod/
libkmod.c 194 char *endptr; local
197 prio = strtol(priority, &endptr, 10);
198 if (endptr[0] == '\0' || isspace(endptr[0]))
  /external/libchrome/base/process/
launch_posix.cc 265 char *endptr; local
267 const long int fd = strtol(fd_dir.name(), &endptr, 10);
268 if (fd_dir.name()[0] == 0 || *endptr || fd < 0 || errno)
  /external/libchrome/base/strings/
string_number_conversions.cc 426 char* endptr = nullptr; local
427 *output = strtod(input.c_str(), &endptr);
431 // - If endptr does not point to the end of the string, there are either
433 // does not begin with a parseable number. endptr is compared to the
438 input.c_str() + input.length() == endptr &&
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
libbitmask.c 238 char *endptr; local
241 val = strtoul(p, &endptr, 16);
244 nchars_read = endptr - p;
249 nchars_unread = q - endptr;
  /external/selinux/policycoreutils/semodule/
semodule.c 653 char *endptr = NULL; local
654 priority = (uint16_t)strtoul(mode_arg, &endptr, 10);
  /external/valgrind/coregrind/m_demangle/
d-demangle.c 53 extern long strtol (const char *nptr, char **endptr, int base);
721 char *endptr; local
727 len = strtol (mangled, &endptr, 10);
729 if (endptr == NULL || len <= 0)
742 for (pend = endptr; endptr != NULL; pend--)
751 pend = endptr;
752 endptr = NULL;
778 if (strlen (endptr) < (size_t) len)
781 mangled = endptr;
890 char *endptr; local
947 char *endptr; local
1089 char *endptr; local
1162 char *endptr; local
1186 char *endptr; local
1213 char *endptr; local
1461 char *endptr; local
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.c 1653 char *endptr, *tmp; local
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
d-demangle.c 46 extern long strtol (const char *nptr, char **endptr, int base);
705 char *endptr; local
711 len = strtol (mangled, &endptr, 10);
713 if (endptr == NULL || len <= 0)
726 for (pend = endptr; endptr != NULL; pend--)
735 pend = endptr;
736 endptr = NULL;
762 if (strlen (endptr) < (size_t) len)
765 mangled = endptr;
874 char *endptr; local
931 char *endptr; local
1073 char *endptr; local
1146 char *endptr; local
1170 char *endptr; local
1197 char *endptr; local
1445 char *endptr; local
    [all...]
  /build/kati/
find.cc 615 char* endptr; local
616 long d = strtol(depth_str.c_str(), &endptr, 10);
617 if (endptr != depth_str.data() + depth_str.size() || d < 0 ||
683 char* endptr; local
684 long d = strtol(mindepth_str.c_str(), &endptr, 10);
685 if (endptr != mindepth_str.data() + mindepth_str.size() ||
  /device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c 369 char *endptr = arg + strlen(arg); local
376 if ((findAppIdByName(arg, &appId) == 1) || (appId = strtoull(arg, &endptr, 16)) > 0) {
377 if (*endptr != '\0') {
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
fiptool.c 602 char *endptr; local
605 flags = strtoull(arg, &endptr, 16);
606 if (*endptr != '\0' || flags > UINT16_MAX || errno != 0)
619 char *endptr; local
623 align = strtoul(arg, &endptr, 0);
624 if (*endptr != '\0' || !is_power_of_2(align) || errno != 0)
  /external/autotest/client/tests/cyclictest/src/
cyclictest.c 113 char *endptr; local
114 *value = strtol(buffer, &endptr, 0);
115 if (endptr != buffer)
  /external/curl/lib/
ftplistparser.c 414 char *endptr = finfo->b_data + 6; local
417 while(ISSPACE(*endptr))
418 endptr++;
419 while(ISDIGIT(*endptr))
420 endptr++;
421 if(*endptr != 0) {
929 char *endptr; local
932 &endptr, 10, &finfo->size)) {
imap.c 1113 char *endptr; local
1114 if(!curlx_strtoofft(ptr + 1, &endptr, 10, &size))
    [all...]
  /external/libevent/test/
test-ratelim.c 499 char *endptr = NULL; local
508 val = strtol(argv[*i+1], &endptr, 10);
509 if (*argv[*i+1] == '\0' || !endptr || *endptr != '\0') {

Completed in 558 milliseconds

1 2 34 5 6 7