OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:optarg
(Results
776 - 800
of
941
) sorted by null
<<
31
32
33
34
35
36
37
38
/external/e2fsprogs/debugfs/
util.c
23
extern char *
optarg
;
/external/e2fsprogs/ext2ed/
main.c
40
extern char *
optarg
;
/external/e2fsprogs/misc/
mk_hugefiles.c
23
extern char *
optarg
;
/external/iptables/iptables/
xtables-translate.c
471
file =
optarg
;
/external/iptables/utils/
nfnl_osf.c
434
fingerprints =
optarg
;
/external/iputils/
rarpd.c
598
tftp_dir =
optarg
;
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
a16706.htm
745
dev_name =
optarg
;
capture-example.html
745
dev_name =
optarg
;
/external/ltp/testcases/kernel/io/direct_io/
diotest4.c
208
if ((fblocks = atoi(
optarg
)) <= 0) {
/external/syslinux/gpxe/src/util/
hijack.c
502
strncpy ( options->interface,
optarg
,
/external/wpa_supplicant_8/src/utils/
common.h
372
extern char *
optarg
;
/frameworks/native/cmds/flatland/
Main.cpp
757
g_SleepBetweenSamplesMs = atoi(
optarg
);
/system/core/adb/
commandline.cpp
699
if (!(strlen(
optarg
) == 1 || strcmp(
optarg
, "none") == 0)) {
702
escape_char = (strcmp(
optarg
, "none") == 0) ? 0 :
optarg
[0];
[
all
...]
/toolchain/binutils/binutils-2.27/binutils/
nlmconv.c
237
input_format =
optarg
;
240
ld_arg =
optarg
;
243
output_format =
optarg
;
246
header_file =
optarg
;
[
all
...]
ChangeLog-2015
636
* objcopy.c (init_section_add): Rename
optarg
to arg in order to
817
* dwarf.c (dwarf_select_sections_by_letters): Don't refer to
optarg
.
[
all
...]
/toolchain/binutils/binutils-2.27/
src-release.sh
347
echo "Invalid option: -$
OPTARG
" && usage;;
/external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c
1224
ctrl_dir =
optarg
;
1230
pid_file = os_rel2abs_path(
optarg
);
/system/sepolicy/tools/
check_seapp.c
955
out_file.name =
optarg
;
958
pol.policy_file_name =
optarg
;
/external/icu/icu4c/source/tools/tzcode/
zic.c
131
extern char *
optarg
;
645
directory =
optarg
;
655
lcltime =
optarg
;
665
psxrules =
optarg
;
675
yitcommand =
optarg
;
685
leapsec =
optarg
;
[
all
...]
/external/kmod/tools/
depmod.c
[
all
...]
/external/mksh/src/
Build.sh
[
all
...]
histrap.c
105
p = builtin_opt.
optarg
;
144
optc, builtin_opt.
optarg
);
[
all
...]
/dalvik/dexdump/
DexDump.cpp
[
all
...]
/external/ltp/lib/
tlibio.c
[
all
...]
/art/tools/dmtracedump/
tracedump.cc
[
all
...]
Completed in 621 milliseconds
<<
31
32
33
34
35
36
37
38