HomeSort by relevance Sort by last modified time
    Searched refs:strtoul (Results 276 - 300 of 601) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/std/language.support/support.runtime/
cstdlib.pass.cpp 70 static_assert((std::is_same<decltype(std::strtoul("", endptr,0)), unsigned long>::value), "");
  /external/libmtp/examples/
pathutils.c 70 item_id = strtoul(path, &rest, 0);
  /external/libnetfilter_conntrack/src/conntrack/
labels.c 126 value = strtoul(s, end, 0);
  /external/libnl/lib/
utils.c 523 l = strtoul(str, &p, 0);
859 l = strtoul(name, &end, 0);
1049 l = strtoul(buf, &end, 0);
1070 l = strtoul(buf, &end, 0);
  /external/libvpx/libvpx/
args.c 125 rawval = (uint32_t)strtoul(arg->val, &endptr, 10);
  /external/libvpx/libvpx/vpx_ports/
x86.h 181 if (env && *env) mask = (unsigned int)strtoul(env, NULL, 0);
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
cpuset_memory_test.c 101 memsize = strtoul(optarg, &end, 10);
  /external/ltp/testcases/kernel/controllers/memcg/functional/
memcg_process.c 90 memsize = strtoul(optarg, &end, 10);
  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
memtoy.c 438 argval = strtoul(optarg, &next, 0);
  /external/ltp/testcases/network/stress/ns-tools/
ns-igmp_querier.c 281 opt_ul = strtoul(optarg, NULL, 0);
ns-mcast_receiver.c 221 opt_ul = strtoul(optarg, NULL, 0);
ns-tcpclient.c 185 tmp = strtoul(optarg, NULL, 0);
ns-udpserver.c 227 num = strtoul(optarg, NULL, 0);
  /external/minijail/
util.c 140 res = strtoul(constant_str, endptr, 0);
226 /* We only need size_t but strtoul(3) is too small on IL32P64. */
  /external/python/cpython2/Python/
random.c 385 seed = strtoul(env, &endptr, 10);
  /external/python/cpython3/Python/
random.c 557 seed = strtoul(env, &endptr, 10);
  /external/selinux/libselinux/utils/
avcstat.c 127 unsigned int n = strtoul(arg, NULL, 10);
  /external/syslinux/com32/menu/
readconfig.c 640 no = strtoul(cmdstr + 1, &q, 10);
924 x = strtoul(ep, &ep, 0);
925 y = strtoul(skipspace(ep), NULL, 0);
1049 uint32_t s = strtoul(skipspace(ep), NULL, 0);
  /external/syslinux/com32/modules/
linux.c 384 type = strtoul(arg, &ep, 10);
pxechn.c 574 uint32_t optval = strtoul(istr, NULL, 0);
668 optnum = strtoul(istr, &cpos, 0);
719 rv = strtoul(istr, &pos, 0);
787 optnum = strtoul(optarg, &p, 0);
  /external/syslinux/gpxe/src/drivers/block/
scsi.c 354 lun->u16[i] = htons ( strtoul ( p, &p, 16 ) );
  /external/syslinux/gpxe/src/net/udp/
tftp.c 559 tftp->blksize = strtoul ( value, &end, 10 );
581 tftp->tsize = strtoul ( value, &end, 10 );
630 if ( strtoul ( mc, &mc_end, 0 ) == 0 )
647 socket.sin.sin_port = htons ( strtoul ( port, &port_end, 0 ) );
    [all...]
  /external/toybox/toys/other/
lsattr.c 230 chattr.version = strtoul(arg, &endptr, 0);
  /external/toybox/toys/pending/
tftpd.c 295 blksize = strtoul(buf, NULL, 10);
  /external/valgrind/coregrind/m_gdbserver/
server.h 157 /* strtol and strtoul supports base 16 or else assumes it is base 10 */
161 #define strtoul(s,r,b) ((b) == 16 ? \ macro

Completed in 457 milliseconds

<<11121314151617181920>>