Searched
full:atoi (Results
376 -
400 of
2060) sorted by null
<<11121314151617181920>>
/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/libpcap/Win32/Src/ |
getservent.c | 106 serv.s_port = htons((u_short)atoi(p));
|
/external/libvpx/libvpx/vpx_ports/ |
arm_cpudetect.c | 161 version = atoi(buf + 17);
|
/external/llvm/test/DebugInfo/MIR/X86/ |
live-debug-values.mir | 15 # n = atoi(argv[1]); 59 %call = tail call i32 (i8*, ...) bitcast (i32 (...)* @atoi to i32 (i8*, ...)*)(i8* %0) #4, !dbg !32 86 declare i32 @atoi(...) #1 214 CALL64pcrel32 @atoi, csr_64, implicit %rsp, implicit %rdi, implicit %al, implicit-def %rsp, implicit-def %eax, debug-location !32
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_screen.c | 132 nouveau_mesa_debug = atoi(nv_dbg);
|
/external/mesa3d/src/mapi/mapi/ |
mapi.c | 92 ver = atoi(p);
|
/external/ppp/pppd/plugins/radius/ |
radrealms.c | 124 s->port[s->max] = atoi(p);
|
/external/selinux/libselinux/utils/ |
selabel_lookup.c | 79 type = atoi(optarg);
|
/external/srtp/crypto/test/ |
rand_gen.c | 104 num_octets = atoi(optarg);
|
/external/strace/tests/ |
uid.c | 63 n = atoi(buf);
|
uid16.c | 77 n = atoi(buf);
|
/external/toybox/toys/other/ |
taskset.c | 94 if (isdigit(*new->name)) do_taskset(atoi(new->name), 0);
|
/external/toybox/toys/posix/ |
kill.c | 112 if (!(procpid = atoi(entry->d_name))) continue;
|
/external/valgrind/gdbserver_tests/ |
t.c | 121 sleeps = atoi(argv[1]);
|
/external/valgrind/memcheck/tests/ |
sbfragment.c | 49 loop = atoi(argv[1]);
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
peer_connection_client.cc | 272 *value = atoi(&data[found + strlen(header_pattern)]); 438 *id = atoi(&entry[separator + 1]); 442 *connected = atoi(&entry[separator + 1]) ? true : false; 452 status = atoi(&response[pos + 1]);
|
/external/webrtc/webrtc/libjingle/xmpp/ |
jingleinfotask.cc | 102 stun_hosts.push_back(rtc::SocketAddress(host, atoi(port.c_str())));
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/util/ |
utility.c | 101 returnVal = atoi(argv[n]);
|
/external/wpa_supplicant_8/src/common/ |
ctrl_iface_common.c | 167 dst->debug_level = atoi(level);
|
/external/wpa_supplicant_8/src/utils/ |
browser-wpadebug.c | 44 data->success = atoi(url + 5);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
bgscan_learn.c | 134 bss->freq = atoi(buf + 4 + 18); 326 data->short_interval = atoi(params); 332 data->signal_threshold = atoi(pos); 340 data->long_interval = atoi(pos);
|
/external/xmlrpcpp/test/ |
FileClient.cpp | 22 int port = atoi(argv[2]);
|
Completed in 1325 milliseconds
<<11121314151617181920>>