Searched refs:optarg (Results 276 - 300 of 837) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sbin/mount_udf/
H A Dmount_udf.c88 getmntopts(optarg, mopts, &mntflags, NULL);
94 if (set_charset(&cs_disk, &cs_local, optarg) == -1)
/freebsd-11-stable/contrib/nvi/common/
H A Dmain.c50 extern char *optarg;
126 gp->c_option = optarg;
130 switch (optarg[0]) {
173 if ((gp->tracefp = fopen(optarg, "w")) == NULL) {
174 v_estr(gp->progname, errno, optarg);
178 "\n===\ntrace: open %s\n", optarg);
193 tag_f = optarg;
200 wsizearg = optarg;
/freebsd-11-stable/usr.bin/from/
H A Dfrom.c79 file = optarg;
82 sender = optarg;
/freebsd-11-stable/tools/tools/find-sb/
H A Dfind-sb.c45 if (optarg[0] == '\0')
47 offset = strtoimax(optarg, &ch, 10);
/freebsd-11-stable/contrib/elftoolchain/cxxfilt/
H A Dcxxfilt.c151 if ((format = find_format(optarg)) < 0)
153 optarg);
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Drdma_client.c149 server = optarg;
152 port = optarg;
/freebsd-11-stable/usr.sbin/ctladm/
H A Dctladm.c410 if (strcasecmp(optarg, "on") == 0)
412 else if (strcasecmp(optarg, "off") == 0)
417 optarg);
423 targ_port = strtol(optarg, NULL, 0);
434 optret = getoption(cctl_fe_table, optarg, &tmp_port_type,
438 __func__, optarg);
443 __func__, optarg);
458 wwnn = strtoull(optarg, NULL, 0);
468 wwpn = strtoull(optarg, NULL, 0);
604 delaytype = strdup(optarg);
[all...]
/freebsd-11-stable/sbin/camcontrol/
H A Dzone.c363 optarg, &entry_num, SCSI_NV_FLAG_IG_CASE);
370 optarg);
379 lba = strtoull(optarg, &endptr, 0);
382 optarg);
397 optarg, &entry_num, SCSI_NV_FLAG_IG_CASE);
404 optarg);
416 sizeof(zone_print_opts[0])), optarg, &entry_num,
424 optarg);
/freebsd-11-stable/usr.bin/m4/
H A Dmain.c144 extern char *optarg;
193 for (p = optarg; *p; p++)
198 dodefine(optarg, p);
207 addtoincludepath(optarg);
213 macro_popdef(optarg);
219 set_trace_flags(optarg);
225 mark_traced(optarg, 1);
228 trace_file(optarg);
/freebsd-11-stable/usr.bin/last/
H A Dlast.c186 snaptime = dateconv(optarg);
189 file = optarg;
192 hostconv(optarg);
193 addarg(HOST_TYPE, optarg);
197 maxrec = strtol(optarg, &p, 10);
198 if (p == optarg || *p != '\0' || errno != 0 ||
200 xo_errx(1, "%s: bad line count", optarg);
206 addarg(TTY_TYPE, ttyconv(optarg));
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dcron.c531 Jitter = strtoul(optarg, &endp, 10);
532 if (*optarg == '\0' || *endp != '\0' || Jitter > 60)
534 "bad value for jitter: %s", optarg);
537 RootJitter = strtoul(optarg, &endp, 10);
538 if (*optarg == '\0' || *endp != '\0' || RootJitter > 60)
540 "bad value for root jitter: %s", optarg);
543 defmailto = optarg;
555 if (!set_debug_flags(optarg))
/freebsd-11-stable/contrib/sendmail/makemap/
H A Dmakemap.c287 extern char *optarg;
321 cfile = optarg;
329 params.smdbp_cache_size = atol(optarg);
345 fallback =optarg;
349 comment = *optarg;
380 if (optarg == NULL || *optarg == '\0')
386 sep = *optarg;
/freebsd-11-stable/contrib/groff/src/utils/indxbib/
H A Dindxbib.cpp138 common_words_file = optarg;
141 directory = optarg;
144 foption = optarg;
147 check_integer_arg('h', optarg, 1, &hash_table_size);
151 warning("%1 not prime: using %2 instead", optarg, hash_table_size);
155 ignore_fields = optarg;
158 check_integer_arg('k', optarg, 1, &max_keys_per_item);
161 check_integer_arg('l', optarg, 0, &shortest_len);
164 check_integer_arg('n', optarg, 0, &n_ignore_words);
167 base_name = optarg;
[all...]
/freebsd-11-stable/usr.sbin/lpr/lpr/
H A Dlpr.c168 i = strtol(optarg, &p, 10);
179 fonts[optopt - '1'] = optarg;
184 class = optarg;
189 jobname = optarg;
193 printer = optarg;
197 locale = optarg;
201 title = optarg;
206 Uflag = optarg;
210 Zflag = optarg;
234 indent = strtol(optarg,
[all...]
/freebsd-11-stable/usr.sbin/i2c/
H A Di2c.c645 i2c_opt.addr = (strtoul(optarg, 0, 16) << 1);
652 dev = optarg;
655 i2c_opt.dir = optarg[0];
658 i2c_opt.off = strtoul(optarg, 0, 16);
663 i2c_opt.width = atoi(optarg);
666 i2c_opt.count = atoi(optarg);
669 if (!strcmp(optarg, "no"))
671 else if (!strcmp(optarg, "ss"))
673 else if (!strcmp(optarg, "rs"))
675 else if (!strcmp(optarg, "t
[all...]
/freebsd-11-stable/usr.sbin/efibootmgr/
H A Defibootmgr.c199 opts.bootnum = strtoul(optarg, NULL, 16);
203 opts.bootnum = strtoul(optarg, NULL, 16);
207 opts.bootnum = strtoul(optarg, NULL, 16);
211 opts.cp_src = strtoul(optarg, NULL, 16);
220 opts.env = strdup(optarg);
228 opts.kernel = strdup(optarg);
232 opts.label = strdup(optarg);
236 opts.loader = strdup(optarg);
244 opts.bootnum = strtoul(optarg, NULL, 16);
251 opts.order = strdup(optarg);
[all...]
/freebsd-11-stable/usr.bin/patch/
H A Dpatch.c567 if (optarg == NULL)
575 simple_backup_suffix = xstrdup(optarg);
578 origprae = xstrdup(optarg);
587 if (chdir(optarg) < 0)
588 pfatal("can't cd to %s", optarg);
592 if (!isalpha((unsigned char)*optarg) && *optarg != '_')
595 "#ifdef %s\n", optarg);
597 "#ifndef %s\n", optarg);
599 "#endif /* %s */\n", optarg);
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dssh-keygen.c2280 extern char *optarg;
2313 bits = (u_int32_t)strtonum(optarg, 256, 32768, &errstr);
2316 optarg, errstr);
2319 fingerprint_hash = ssh_digest_alg_by_name(optarg);
2321 fatal("Invalid hash algorithm \"%s\"", optarg);
2325 rr_hostname = optarg;
2331 cert_key_id = optarg;
2335 rr_hostname = optarg;
2347 if (strcasecmp(optarg, "RFC4716") == 0 ||
2348 strcasecmp(optarg, "ssh
[all...]
/freebsd-11-stable/contrib/ngatm/sscop/
H A Dsscop_main.c191 loose = strtoul(optarg, NULL, 0);
200 sscop_vflag = strtoul(optarg, NULL, 16);
204 verbose = strtoul(optarg, NULL, 16);
216 parse_param(&param, &mask, opt, optarg);
/freebsd-11-stable/contrib/ldns/drill/
H A Dconfig.h283 extern char *optarg;
/freebsd-11-stable/contrib/smbfs/smbutil/
H A Dlookup.c81 nb_ctx_setns(ctx, optarg);
/freebsd-11-stable/contrib/opie/
H A Dopiekey.c60 extern char *optarg;
168 count = atoi(optarg);
200 for (r = rtrans; r->name && strcmp(r->name, optarg); r++);
202 fprintf(stderr, "%s: %s: unknown response type.\n", argv[0], optarg);
/freebsd-11-stable/lib/libc/tests/gen/
H A Dtest-fnmatch.c94 return (write_sh_tests(argv[0], atoi(optarg)));
/freebsd-11-stable/tools/tools/net80211/wlanstats/
H A Dmain.c187 wf->setifname(wf, optarg);
193 ea = ether_aton(optarg);
195 errx(1, "%s: invalid ethernet address", optarg);
199 wf->setfmt(wf, getfmt(optarg));
/freebsd-11-stable/usr.bin/file2c/
H A Dfile2c.c38 maxcount = strtol(optarg, NULL, 10);

Completed in 414 milliseconds

<<11121314151617181920>>