OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:optarg
(Results
726 - 750
of
941
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/iproute2/misc/
ifstat.c
856
scan_interval = atoi(
optarg
) * 1000;
863
time_constant = atoi(
optarg
);
870
stats_type =
optarg
;
ss.c
[
all
...]
/external/libdrm/tests/exynos/
exynos_fimg2d_test.c
711
extern char *
optarg
;
735
if (sscanf(
optarg
, "%d:0x%64s",
738
sscanf(
optarg
, "%d@%d:%64s",
/external/ltp/testcases/kernel/mem/mtest05/
mmstress.c
668
test_num = atoi(
optarg
);
671
pages_num = atoi(
optarg
);
676
test_time = atoi(
optarg
));
/external/ltp/testcases/kernel/sched/pthreads/
pth_str03.c
108
breadth = atoi(
optarg
);
118
depth = atoi(
optarg
);
128
timeout = atoi(
optarg
);
pth_str02.c
184
num_threads = atoi(
optarg
);
/external/selinux/sandbox/
seunshare.c
674
tmpdir_s =
optarg
;
680
homedir_s =
optarg
;
689
execcon =
optarg
;
/system/extras/ioshark/
ioshark_bench.c
668
blockdev_name = strdup(
optarg
);
674
num_iterations = atoi(
optarg
);
681
num_threads = atoi(
optarg
);
/external/libdrm/tests/modetest/
modetest.c
[
all
...]
/hardware/intel/common/libva/test/encode/
mpeg2enc.c
643
tmp = atoi(
optarg
);
662
tmp = atoi(
optarg
);
674
tmp = atoi(
optarg
);
684
tmp = atoi(
optarg
);
694
tmp = atoi(
optarg
);
[
all
...]
mpeg2vaenc.c
643
tmp = atoi(
optarg
);
662
tmp = atoi(
optarg
);
674
tmp = atoi(
optarg
);
684
tmp = atoi(
optarg
);
694
tmp = atoi(
optarg
);
[
all
...]
/external/syslinux/lzo/src/
lzo_supp.h
1267
char *
optarg
;
member in struct:lzo_getopt_t
[
all
...]
/external/blktrace/btreplay/
btreplay.c
[
all
...]
/external/mksh/src/
var.c
1447
* AT&T ksh man page says OPTIND,
OPTARG
and _ lose special
1448
* meaning, but
OPTARG
does not (still set by getopts) and _ is
[
all
...]
/external/selinux/policycoreutils/newrole/
newrole.c
863
role_s =
optarg
;
871
type_s =
optarg
;
898
level_s =
optarg
;
[
all
...]
/toolchain/binutils/binutils-2.27/binutils/
ar.c
581
bfd_plugin_set_plugin (
optarg
);
588
target =
optarg
;
641
bfd_plugin_set_plugin (
optarg
);
[
all
...]
/external/e2fsprogs/debugfs/
extent_inode.c
23
extern char *
optarg
;
/external/libpcap/tests/
selpolltest.c
139
device =
optarg
;
/external/linux-kselftest/tools/testing/selftests/timers/
leap-a-day.c
196
iterations = atoi(
optarg
);
/external/ltp/testcases/kernel/sched/sched_stress/
sched_driver.c
768
extern char *
optarg
; /* Command line option */
777
stress_percent = atof(
optarg
);
781
process_slots = atof(
optarg
);
785
execution_time = atof(
optarg
);
/external/ltp/testcases/realtime/include/
librttest.h
65
extern char *
optarg
;
/external/selinux/policycoreutils/run_init/
run_init.c
347
extern char *
optarg
; /* used by getopt() for arg strings */
/external/syslinux/bios/utils/
isohybrid
/external/syslinux/gpxe/src/hci/commands/
image_cmd.c
126
name =
optarg
;
/external/tensorflow/tensorflow/contrib/makefile/
compile_ios_protobuf.sh
34
a) BUILD_TARGET="${
OPTARG
}";;
Completed in 525 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>