OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atoi
(Results
451 - 475
of
783
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libppp/src/
command.c
[
all
...]
/external/e2fsprogs/misc/
mke2fs.c
677
sb->s_creator_os =
atoi
(os);
1222
sync_kludge =
atoi
(tmp);
[
all
...]
/external/openssl/ssl/
kssl.c
[
all
...]
/external/e2fsprogs/ext2ed/
init.c
248
len =
atoi
(v_type+5);
563
DefaultBlockSize =
atoi
(value);
/external/iproute2/misc/
ifstat.c
618
scan_interval =
atoi
(optarg) * 1000;
625
time_constant =
atoi
(optarg);
/external/ipsec-tools/
setup.c
448
set_port(targets[0],
atoi
(argv[6]));
454
set_port(targets[0],
atoi
(argv[8]));
/external/ipsec-tools/src/libipsec/
pfkey_dump.c
543
sport =
atoi
(pbuf);
564
dport =
atoi
(pbuf);
/external/jhead/
main.c
216
attrCnt =
atoi
(attributes);
272
int valueLen =
atoi
(attrPtr);
/external/libnfc-nxp/Linux_x86/
phDal4Nfc.c
131
if (!value[0] || !
atoi
(value)) {
138
low_level_traces =
atoi
(value);
[
all
...]
/external/openssl/crypto/rsa/
rsa_pmeth.c
630
saltlen =
atoi
(value);
637
nbits =
atoi
(value);
/external/qemu/
vl-android.c
[
all
...]
/external/quake/quake/src/QW/client/
gl_vidlinux_x11.c
672
width =
atoi
(com_argv[i+1]);
674
height =
atoi
(com_argv[i+1]);
gl_vidlinuxglx.c
621
width =
atoi
(com_argv[i+1]);
623
height =
atoi
(com_argv[i+1]);
/external/skia/bench/
benchmain.cpp
164
*var =
atoi
(*argv) != 0;
348
repeatDraw =
atoi
(*argv);
/external/wpa_supplicant_8/src/utils/
edit.c
737
param1 =
atoi
(&seq[1]);
740
param2 =
atoi
(pos + 1);
/external/wpa_supplicant_8/src/wps/
wps_common.c
589
WPA_PUT_BE16(dev_type,
atoi
(str));
600
WPA_PUT_BE16(&dev_type[6],
atoi
(pos));
/frameworks/base/cmds/bootanimation/
BootAnimation.cpp
278
bool encryptedAnimation =
atoi
(decrypt) != 0 || !strcmp("trigger_restart_min_framework", decrypt);
387
int exitnow =
atoi
(value);
/frameworks/wilhelm/tests/sandbox/
reverb.c
239
outputMixPresetNumber =
atoi
(&arg[13]);
257
playerPresetNumber =
atoi
(&arg[16]);
/ndk/sources/host-tools/nawk-20071023/
tran.c
289
fldno =
atoi
(vp->nval);
326
fldno =
atoi
(vp->nval);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h
148
extern int
atoi
(__const char *__nptr)
284
__NTH (
atoi
(__const char *__nptr))
function
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h
148
extern int
atoi
(__const char *__nptr)
284
__NTH (
atoi
(__const char *__nptr))
function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h
148
extern int
atoi
(__const char *__nptr)
284
__NTH (
atoi
(__const char *__nptr))
function
/external/aac/libSYS/src/
genericStds.cpp
365
INT FDKatoi(const char *nptr) { return
atoi
(nptr); }
/external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.cc
231
*out_time =
atoi
(time_response.c_str());
/external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc
337
port =
atoi
(server.substr(colon + 1).c_str());
Completed in 6504 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>