Searched
full:atoi (Results
626 -
650 of
3061) sorted by null
<<21222324252627282930>>
/external/iputils/ |
tracepath6.c | 400 mtu = atoi(optarg); 403 max_hops = atoi(optarg); 411 base_port = atoi(optarg); 429 base_port = (unsigned)atoi(p+1);
|
/external/libmicrohttpd/src/examples/ |
benchmark.c | 142 atoi (argv[1]),
|
digest_auth_example.c | 127 atoi (argv[1]),
|
fileserver_example_dirs.c | 172 atoi (argv[1]),
|
mhd2spdy_structures.c | 104 port = atoi(colon + 1);
|
/external/libnetfilter_conntrack/examples/ |
nfct-mnl-set-label.c | 138 cbargs.bit = atoi(argv[1]);
|
/external/libpcap/Win32/Src/ |
getservent.c | 106 serv.s_port = htons((u_short)atoi(p));
|
/external/linux-kselftest/tools/testing/selftests/futex/functional/ |
futex_requeue_pi_mismatched_ops.c | 71 log_verbosity(atoi(optarg));
|
futex_wait_private_mapped_file.c | 91 log_verbosity(atoi(optarg));
|
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
tm-tmspr.c | 139 num_loops = atoi(argv[1]);
|
/external/llvm/test/DebugInfo/MIR/X86/ |
live-debug-values.mir | 15 # n = atoi(argv[1]); 58 %call = tail call i32 (i8*, ...) bitcast (i32 (...)* @atoi to i32 (i8*, ...)*)(i8* %0) #4, !dbg !32 85 declare i32 @atoi(...) #1 213 CALL64pcrel32 @atoi, csr_64, implicit %rsp, implicit %rdi, implicit %al, implicit-def %rsp, implicit-def %eax, debug-location !32
|
/external/ltp/pan/ |
ltp-bump.c | 60 sig = atoi(optarg);
|
/external/ltp/testcases/kernel/containers/share/ |
ns_ifmove.c | 95 pid = atoi(argv[2]);
|
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-subdir-limit/ |
create_long_dirs.c | 144 names = atoi(argv[1]);
|
create_short_dirs.c | 138 names = atoi(argv[1]);
|
/external/ltp/testcases/kernel/fs/lftest/ |
lftest.c | 53 if (argc != 2 || atoi(argv[1]) < 1) {
|
/external/ltp/testcases/kernel/ipc/semaphore/ |
sem01.c | 116 loops = atoi(optarg);
|
/external/ltp/testcases/kernel/numa/ |
support_numa.c | 84 switch (atoi(argv[1])) {
|
/external/ltp/testcases/kernel/security/securebits/ |
check_keepcaps.c | 111 whichtest = atoi(argv[1]);
|
/external/ltp/testcases/kernel/syscalls/clone/ |
clone03.c | 100 child_pid = atoi(buff);
|
/external/ltp/testcases/kernel/syscalls/gettimeofday/ |
gettimeofday02.c | 92 alarm(atoi(tlen));
|
/external/ltp/testcases/kernel/syscalls/link/ |
link03.c | 78 nlinks = atoi(links_arg);
|
link05.c | 79 nlinks = atoi(links_arg);
|
/external/ltp/testcases/kernel/syscalls/mmap/ |
mmap001.c | 91 memsize = pages = atoi(m_copt);
|
/external/ltp/testcases/kernel/syscalls/pipe/ |
pipe07.c | 127 fd = atoi(file->d_name);
|
Completed in 1038 milliseconds
<<21222324252627282930>>