Searched
full:optarg (Results
351 -
375 of
941) sorted by null
<<11121314151617181920>>
/external/libgsm/tst/ |
gsm2cod.c | 73 extern char * optarg;
|
lin2cod.c | 78 extern char * optarg;
|
lin2txt.c | 69 extern char * optarg;
|
/external/libnl/lib/cli/cls/ |
cgroup.c | 53 tree = nl_cli_cls_parse_ematch(cls, optarg);
|
/external/libnl/lib/cli/qdisc/ |
pfifo.c | 56 rtnl_qdisc_fifo_set_limit(qdisc, nl_cli_parse_u32(optarg));
|
/external/libpcap/tests/ |
capturetest.c | 130 device = optarg; 142 longarg = strtol(optarg, &p, 10); 143 if (p == optarg || *p != '\0') { 145 optarg);
|
/external/ltp/testcases/kernel/controllers/freezer/ |
vfork.c | 156 if ((fp = fopen(optarg, "w")) != NULL) { 157 filename = optarg; 164 if (optarg == NULL) { 169 opt = sscanf(optarg, "%Ld%as", &duration, &units);
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/ |
cpuhotplug04.sh | 43 HOTPLUG04_LOOPS=$OPTARG;;
|
/external/ltp/testcases/kernel/io/direct_io/ |
diotest2.c | 148 if ((bufsize = atoi(optarg)) <= 0) { 159 if ((offset = atoi(optarg)) <= 0) { 165 if ((iter = atoi(optarg)) <= 0) { 171 strcpy(filename, optarg);
|
/external/selinux/libselinux/utils/ |
getconlist.c | 29 level = strdup(optarg);
|
/frameworks/av/cmds/stagefright/ |
muxer.cpp | 265 outputFileName = optarg; 271 trimStartTimeMs = atoi(optarg); 277 trimEndTimeMs = atoi(optarg); 283 rotationDegrees = atoi(optarg);
|
/system/vold/ |
main.cpp | 157 case 'b': android::vold::sBlkidContext = optarg; break; 158 case 'B': android::vold::sBlkidUntrustedContext = optarg; break; 159 case 'f': android::vold::sFsckContext = optarg; break; 160 case 'F': android::vold::sFsckUntrustedContext = optarg; break;
|
/test/vts/drivers/shell/ |
ShellDriverMain.cpp | 70 socket_path = string(optarg);
|
/toolchain/binutils/binutils-2.27/ld/emulparams/ |
elf_x86_64.sh | 49 else if (strcmp (optarg, "bndplt") == 0)
|
/art/dexdump/ |
dexdump_main.cc | 101 if (strcmp(optarg, "plain") == 0) { 103 } else if (strcmp(optarg, "xml") == 0) { 111 gOptions.outputFileName = optarg;
|
/build/blueprint/ |
bootstrap.bash | 75 b) BUILDDIR="$OPTARG";; 82 echo "Invalid option: -$OPTARG" >&2 87 echo "Option -$OPTARG requires an argument." >&2
|
/build/make/tools/fs_config/ |
fs_config.c | 87 context_file = optarg; 90 root_path = optarg; 93 product_out_path = optarg;
|
/development/vndk/tools/ |
modify_system_img.sh | 53 readonly VENDOR_VERSION="$OPTARG" 56 exit_badparam "Invalid options: -"$OPTARG"" 59 exit_badparam "Option -"$OPTARG" requires an argument."
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
pp.py | 41 for option, optarg in optlist:
49 for line in optarg.split('\n'):
52 FS = optarg
|
/external/iptables/utils/ |
nfsynproxy.c | 202 iface = optarg; 205 port = atoi(optarg); 208 chain = optarg;
|
/external/libdrm/tests/vbltest/ |
vbltest.c | 50 extern char *optarg; 112 device = optarg; 115 module = optarg;
|
/external/libevent/test/ |
bench.c | 156 num_pipes = atoi(optarg); 159 num_active = atoi(optarg); 162 num_writes = atoi(optarg);
|
/external/llvm/utils/ |
makellvm | 39 set optarg = `echo -n $argv[1] | sed 's/^[^=]*$//'` 40 if ($#optarg) then 41 set GMAKE_OPTS = ( $GMAKE_OPTS $optarg )
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_syscall_test/ |
cpuset_syscall_test.c | 92 mask = strtoul(optarg, &end, 10); 101 mask = strtoul(optarg, &end, 10); 107 mask = strtoul(optarg, &end, 10);
|
/external/ltp/testcases/kernel/fs/openfile/ |
openfile.c | 83 extern char *optarg; 91 numfiles = atoi(optarg); 96 numthreads = atoi(optarg);
|
Completed in 355 milliseconds
<<11121314151617181920>>