OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:optarg
(Results
701 - 725
of
941
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/ltp/testcases/kernel/sched/sched_stress/
sched_tc1.c
228
extern char *
optarg
; /* Command line option */
242
priority =
optarg
;
sched_tc3.c
248
extern char *
optarg
; /* Command line option */
262
priority =
optarg
;
/external/ltp/testcases/network/virt/
virt_lib.sh
53
i) start_id=$
OPTARG
;;
54
d) vxlan_dst_addr=$
OPTARG
;;
/external/selinux/libselinux/utils/
sefcontext_compile.c
314
out_file =
optarg
;
317
policy_file =
optarg
;
/frameworks/native/opengl/tests/hwc/
hwcRects.cpp
216
endDelay = strtod(
optarg
, &chptr);
219
"of: %s",
optarg
);
/toolchain/binutils/binutils-2.27/ld/emultempl/
aarch64elf.em
430
group_size = bfd_scan_vma (
optarg
, &end, 0);
432
einfo (_("%P%F: invalid number `%s'\''\n"),
optarg
);
armcoff.em
89
thumb_entry_symbol =
optarg
;
/bionic/libc/tools/
posix-2013.txt
617
optarg
/bionic/tests/headers/posix/
unistd_h.c
378
cp =
optarg
;
/device/linaro/bootloader/edk2/StdLib/Include/
unistd.h
41
extern char *
optarg
; /* getopt(3) external variables */
/external/e2fsprogs/debugfs/
dump.c
30
extern char *
optarg
;
filefrag.c
26
extern char *
optarg
;
/external/e2fsprogs/misc/
e2initrd_helper.c
32
extern char *
optarg
;
/external/libmtp/examples/
detect.c
69
extern char *
optarg
;
/external/ltp/testcases/kernel/fs/fs_readonly/
test_robind.sh
184
command=$
OPTARG
;;
/external/ltp/testcases/kernel/sched/process_stress/
process.c
904
extern char *
optarg
;
917
BVAL = atoi(
optarg
);
933
DVAL = atoi(
optarg
);
955
TVAL = atoi(
optarg
);
/external/ltp/testcases/kernel/syscalls/utimensat/
utimensat01.c
128
dirfdPath =
optarg
;
/external/tensorflow/tensorflow/contrib/makefile/
compile_android_protobuf.sh
43
a) ARCHITECTURE=$
OPTARG
;;
/external/tensorflow/tensorflow/contrib/makefile/samples/
build_and_run_inception_hexagon.sh
37
c) TEST_COUNT="${
OPTARG
}";;
/external/toybox/toys/posix/
tail.c
240
// Allocate 2 ints per
optarg
for -f
/external/wpa_supplicant_8/src/utils/
common.c
369
char *
optarg
;
variable
409
optarg
= &argv[optind++][optchr + 1];
415
optarg
= argv[optind++];
423
optarg
= NULL;
/frameworks/base/cmds/screencap/
screencap.cpp
126
displayId = atoi(
optarg
);
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
read_device_node.c
236
num_loops = strtoul(
optarg
, &dummy, 10);
/external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_test.cc
634
dev_name =
optarg
;
637
usb_info =
optarg
;
640
test_list =
optarg
;
/external/icu/icu4c/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp
75
extern char *
optarg
;
79
outName =
optarg
;
85
testName =
optarg
;
Completed in 557 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>