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

1 2 34 5 6

  /external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperfold.cpp 263 char *endp; local
264 i = strtol(argv[argNum], &endp, 0);
265 if (endp == argv[argNum]) {
  /external/ppp/pppd/
tty.c 354 char *p, *endp; local
359 n = strtol(p, &endp, 16);
360 if (p == endp) {
365 p = endp;
875 char *sep, *endp = NULL; local
884 port = strtol(sep+1, &endp, 10);
885 if (port < 0 || endp == sep+1 || sep == dest) {
    [all...]
ipcp.c 535 char *endp, *p0 = p; local
539 b = strtoul(p, &endp, 0);
540 if (endp == p)
547 return endp - p0;
550 p = endp;
    [all...]
  /external/syslinux/com32/libutil/
sha256crypt.c 321 char *endp; local
322 unsigned long int srounds = strtoul(num, &endp, 10);
323 if (*endp == '$') {
324 salt = endp + 1;
sha512crypt.c 356 char *endp; local
357 unsigned long int srounds = strtoul(num, &endp, 10);
358 if (*endp == '$') {
359 salt = endp + 1;
  /external/syslinux/gpxe/src/core/
settings.c 1157 char *endp; local
1159 u.num = htonl ( strtoul ( value, &endp, 0 ) );
1160 if ( *endp )
    [all...]
  /external/toybox/toys/pending/
tar.c 500 char *endp, inp[len+1]; //1 for NUL termination local
504 val = strtol(inp, &endp, 8);
505 if (*endp && *endp != ' ') error_exit("invalid param");
  /external/wpa_supplicant_8/src/fst/
fst_ctrl_iface.c 559 char *endp; local
566 if (fst_read_next_text_param(params, ifname, sizeof(ifname), &endp) ||
570 while (isspace(*endp))
571 endp++;
572 if (fst_read_peer_addr(endp, peer_addr))
821 int fst_read_next_int_param(const char *params, Boolean *valid, char **endp)
827 *endp = (char *) params;
830 ret = (int) strtol(curp, endp, 0);
831 if (!**endp || isspace(**endp))
889 char *endp; local
927 char *endp; local
    [all...]
fst_session.c 1271 char *endp; local
1272 long int llt = strtol(llt_str, &endp, 0);
1354 char *endp; local
1406 char *endp; local
1481 char *endp; local
1509 char *endp; local
1537 char *endp; local
1564 char *endp; local
1584 char *endp; local
    [all...]
  /frameworks/base/cmds/statsd/src/
StatsService.cpp 527 char* endp; local
528 int64_t configID = strtoll(name.c_str(), &endp, 10);
529 if (endp == name.c_str() || *endp != '\0') {
    [all...]
  /system/core/logd/
LogKlog.cpp 337 char* endp; local
338 real.tv_sec = strtol(b, &endp, 10);
339 if ((*endp == '.') && ((endp - b) < len)) {
342 len -= endp - b;
343 while (--len && isdigit(*++endp) && (multiplier /= 10)) {
344 real.tv_nsec += (*endp - '0') * multiplier;
LogTags.cpp 49 static uid_t sniffUid(const char* comment, const char* endp) {
53 while ((comment < endp) && (*comment != '\n') && isspace(*comment))
56 if (((comment + strlen(uid_str)) >= endp) ||
62 if ((cp > endp) || (Uid >= INT_MAX)) return AID_ROOT;
196 char* endp = cp + content.length(); local
205 while (cp < endp) {
217 while ((cp < endp) && (*cp != '\n') && isspace(*cp)) ++cp;
218 if (cp >= endp) break;
223 while ((cp < endp) && (isalnum(*cp) || (*cp == '_'))) {
236 ((cp >= endp) || (*cp == '#') || isspace(*cp)))
    [all...]
  /system/update_engine/
p2p_manager.cc 661 char* endp = nullptr; local
662 long long int val = strtoll(ea_value, &endp, 0); // NOLINT(runtime/int)
663 if (*endp != '\0') {
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/
DwUsb3Dxe.c 1887 struct usb_endpoint_descriptor *endp = (struct usb_endpoint_descriptor *)buf; local
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 252 char *endp; local
253 i = strtol(argv[argNum], &endp, 0);
254 if (endp == argv[argNum]) {
    [all...]
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 597 char *endp; local
598 int tmp = strtol(options[i].value, &endp, 0);
599 if (endp == options[i].value) {
649 char *endp; local
650 int tmp = strtol(options[l].value, &endp, 0);
651 if (endp == options[l].value) {
  /external/iproute2/lib/
utils.c 413 char *endp; local
415 n = strtoul(cp, &endp, 0);
419 if (endp == cp) /* no digits */
424 if (*endp == '\0')
427 if (i == 3 || *endp != '.')
429 cp = endp + 1;
446 char *endp; local
448 n = strtoul(cp, &endp, 16);
452 if (endp == cp) /* no digits */
457 if (*endp == '\0'
    [all...]
  /external/iputils/
ping_common.c 296 char *endp; local
297 mark = strtoul(optarg, &endp, 0);
298 if (*endp != '\0') {
  /external/libdrm/tests/modetest/
modetest.c 1300 char *endp; local
1319 for (i = 0, p = arg; i < pipe->num_cons; ++i, p = endp + 1) {
1320 endp = strpbrk(p, ",@:");
1321 if (!endp)
1324 pipe->cons[i] = strndup(p, endp - p);
1326 if (*endp != ',')
1334 if (*endp == '@') {
1335 arg = endp + 1;
1336 pipe->crtc_id = strtoul(arg, &endp, 10);
1338 if (*endp != ':'
1497 char *endp; local
    [all...]
  /external/ltp/testcases/kernel/fs/fsx-linux/
fsx-linux.c 1120 char *endp; local
1136 simulatedopcount = getnum(optarg, &endp);
1145 closeprob = getnum(optarg, &endp);
1157 maxfilelen = getnum(optarg, &endp);
1162 monitorstart = getnum(optarg, &endp);
1165 if (!endp || *endp++ != ':')
1167 monitorend = getnum(endp, &endp);
1177 maxoplen = getnum(optarg, &endp);
    [all...]
  /external/syslinux/gpxe/src/net/tcp/
iscsi.c 683 char *endp; local
687 identifier = strtoul ( value, &endp, 0 );
688 if ( *endp != '\0' ) {
724 char *endp; local
740 byte = strtoul ( buf, &endp, 16 );
741 if ( *endp != '\0' ) {
805 char *endp; local
845 byte = strtoul ( buf, &endp, 16 );
846 if ( *endp != '\0' ) {
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 2552 char *endp; local
2563 char *endp; local
2712 char *endp; local
3651 char *endp; local
3670 char *endp; local
    [all...]
  /system/extras/simpleperf/
environment.cpp 97 char* endp; local
101 while ((cpu = static_cast<int>(strtol(p, &endp, 10))) != 0 || endp != p) {
110 p = endp;
  /toolchain/binutils/binutils-2.27/bfd/
versados.c 370 unsigned char *endp = (unsigned char *) otr + otr->size; local
389 for (shift = ((unsigned long) 1 << 31); shift && srcp < endp; shift >>= 1)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regexec.c 862 UChar* endp;\
870 endp = STACK_AT(k->u.mem.end)->u.mem.pstr;\
872 endp = (UChar* )(UINTN)k->u.mem.end;\
873 if (STACK_AT(k->u.mem.start)->u.mem.pstr != endp) {\
876 else if (endp != s) {\
903 UChar* endp;\
911 endp = STACK_AT(k->u.mem.end)->u.mem.pstr;\
913 endp = (UChar* )(UINTN)k->u.mem.end;\
914 if (STACK_AT(k->u.mem.start)->u.mem.pstr != endp) {\
917 else if (endp != s) {\
1540 UChar *qn, *endp, lowbuf[ONIGENC_MBC_CASE_FOLD_MAXLEN]; local
    [all...]

Completed in 617 milliseconds

1 2 34 5 6