HomeSort by relevance Sort by last modified time
    Searched full:optarg (Results 201 - 225 of 941) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/linux-kselftest/tools/testing/selftests/ptp/
testptp.c 193 oneshot = atoi(optarg);
196 periodic = atoi(optarg);
202 device = optarg;
205 extts = atoi(optarg);
208 adjfreq = atoi(optarg);
214 index = atoi(optarg);
218 n_samples = atoi(optarg);
224 cnt = sscanf(optarg, "%d,%d", &pin_index, &pin_func);
231 perout = atoi(optarg);
234 pps = atoi(optarg);
    [all...]
  /external/ltp/pan/
ltp-bump.c 56 active = malloc(strlen(optarg) + 1);
57 strcpy(active, optarg);
60 sig = atoi(optarg);
debug.c 47 int set_debug(char *optarg)
55 d_area = optarg;
  /external/ltp/scripts/
detect_distro.sh 36 if [ ! -d "$OPTARG" ] ; then
37 error "$OPTARG doesn't exist"
40 destdir=$OPTARG
  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
cpuhotplug05.sh 50 CPU_TO_TEST=$OPTARG;;
52 HOTPLUG05_LOOPS=$OPTARG;;
54 TMP=$OPTARG;;
cpuhotplug02.sh 47 CPU_TO_TEST=$OPTARG;;
49 HOTPLUG02_LOOPS=$OPTARG;;
  /external/selinux/libselinux/utils/
selabel_lookup_best_match.c 72 file = optarg;
81 path = optarg;
84 mode = string_to_mode(optarg);
  /external/selinux/semodule-utils/semodule_expand/
semodule_expand.c 24 extern char *optarg;
58 long int n = strtol(optarg, NULL, 10);
62 argv[0], optarg);
  /external/v8/tools/
v8-rolls.sh 109 n) REVISIONS=$OPTARG
111 s) START=$OPTARG
113 ?) echo "Illegal option: -$OPTARG"
  /external/wpa_supplicant_8/hs20/server/
hs20_spp_server.c 152 ctx.debug_log = fopen(optarg, "a");
154 printf("Could not write to %s\n", optarg);
159 ctx.root_dir = optarg;
  /system/tools/hidl/scripts/
run-tests.sh 83 [ ! -z ${OPTARG} ] || usage
84 modules="${modules} ${OPTARG}"
87 THREADS=${OPTARG}
  /external/e2fsprogs/misc/
e2fuzz.c 338 if (optarg[strlen(optarg) - 1] == '%') {
339 user_corrupt_pct = strtod(optarg, NULL);
343 optarg);
347 user_corrupt_bytes = strtoull(optarg, NULL, 0);
349 perror(optarg);
  /external/libpcap/tests/
opentest.c 124 device = optarg;
139 snaplen = strtol(optarg, &end, 0);
140 if (optarg == end || *end != '\0'
142 error("invalid snaplen %s", optarg);
149 bufsize = atoi(optarg)*1024;
151 error("invalid packet buffer size %s", optarg);
  /external/ltp/testcases/network/stress/ns-tools/
ns-tcpclient.c 163 server_name = strdup(optarg);
171 if (strncmp(optarg, "4", 1) == 0)
173 else if (strncmp(optarg, "6", 1) == 0)
185 tmp = strtoul(optarg, NULL, 0);
192 portnum = strdup(optarg);
197 timeout = strtod(optarg, NULL);
ns-udpsender.c 174 if (optarg[0] == '4')
176 else if (optarg[0] == '6')
187 udp_p->dst_name = strdup(optarg);
194 opt_ul = strtoul(optarg, NULL, 0);
201 udp_p->dst_port = strdup(optarg);
206 opt_ul = strtoul(optarg, NULL, 0);
211 opt_d = strtod(optarg, NULL);
242 udp_p->ifname = strdup(optarg);
  /external/ltp/testscripts/
ltpfslvm.sh 52 a) part1=$OPTARG;;
53 b) part2=$OPTARG;;
54 c) part3=$OPTARG;;
55 d) part4=$OPTARG;;
56 n) nfsmount=$OPTARG;;
57 v) verb=$OPTARG;;
adp.sh 43 delay=$OPTARG
46 iterations=$OPTARG
  /frameworks/base/tools/obbtool/
Main.cpp 203 package_info.packageName = optarg;
207 package_info.packageVersion = strtol(optarg, &end, 10);
208 if (*optarg == '\0' || *end != '\0') {
219 if (strlen(optarg) != SALT_LEN * 2) {
229 if (!hexToByte(optarg[j], optarg[j+1], &b)) {
  /system/extras/verity/
build_verity_tree.cpp 153 salt.insert(salt.end(), optarg, &optarg[strlen(optarg)]);
157 if(!BN_hex2bn(&bn, optarg)) {
176 unsigned long long int inSize = strtoull(optarg, &endptr, 0);
177 if (optarg[0] == '\0' || *endptr != '\0' ||
  /build/make/tools/atree/
atree.cpp 126 g_listFiles.push_back(string(optarg));
129 g_inputBases.push_back(string(optarg));
134 "-o %s\n", argv[0], optarg);
137 g_outputBase = optarg;
145 "-m %s\n", argv[0], optarg);
148 g_dependency = optarg;
151 if (!add_variable(optarg)) {
154 argv[0], optarg);
  /external/fec/
sumsq_test.c 61 bufsize = atoi(optarg);
64 trials = atoi(optarg);
  /external/libdrm/tests/kmstest/
main.c 80 device = optarg;
83 module = optarg;
  /external/libdrm/tests/planetest/
dev.c 48 if (optarg[0] < '0' || optarg[0] > '9') {
49 printf("Invalid card value '%s'!\n", optarg);
53 *card = optarg[0] - '0';
56 if (optarg[0] < '0' || optarg[0] > '9') {
57 printf("Invalid crtc value '%s'!\n", optarg);
61 *crtc = optarg[0] - '0';
  /external/libnl/src/
nl-link-stats.c 109 case 'n': nl_cli_link_parse_name(link, optarg); break;
110 case 'i': nl_cli_link_parse_ifindex(link, optarg); break;
  /external/linux-kselftest/tools/testing/selftests/futex/functional/
futex_wait_timeout.c 60 timeout_ns = atoi(optarg);
63 log_verbosity(atoi(optarg));

Completed in 366 milliseconds

1 2 3 4 5 6 7 891011>>