Searched refs:optarg (Results 1 - 25 of 837) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c7818 si = strtoul(optarg, &ep, 10);
7823 add_dumpop(re, 0, optarg, STR_DUMP,
7852 parse_dwarf_op_short(re, optarg);
7856 si = strtoul(optarg, &ep, 10);
7861 add_dumpop(re, 0, optarg, HEX_DUMP,
7869 parse_dwarf_op_long(re, optarg);
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.c369 path_dhclient_conf = optarg;
375 path_dhclient_db = optarg;
378 path_dhclient_pidfile = optarg;
/freebsd-11-stable/sbin/ggate/ggatec/
H A Dggatec.c548 if (strcasecmp("ro", optarg) == 0)
550 else if (strcasecmp("wo", optarg) == 0)
552 else if (strcasecmp("rw", optarg) == 0)
563 port = strtoul(optarg, NULL, 10);
571 queue_size = strtoul(optarg, NULL, 10);
579 rcvbuf = strtoul(optarg, NULL, 10);
587 sndbuf = strtoul(optarg, NULL, 10);
595 sectorsize = strtoul(optarg, NULL, 10);
603 timeout = strtoul(optarg, NULL, 10);
609 unit = strtol(optarg, NUL
[all...]
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c307 bindname = optarg;
359 pid_file = optarg;
363 bindport = optarg;
379 timeout = atoi(optarg);
385 maxtimeout = atoi(optarg);
394 val = strtol(optarg, &optarg, 8);
395 if (*optarg != '\0' || val < 0)
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-control.c906 extern char* optarg;
936 cfgfile = optarg;
939 svr = optarg;
H A Dunbound-anchor.c2291 extern char* optarg;
2323 root_anchor_file = optarg;
2326 srcaddr = optarg;
2329 root_cert_file = optarg;
2332 urlname = optarg;
2338 xmlname = optarg;
2341 p7sname = optarg;
2344 p7signer = optarg;
2347 res_conf = optarg;
2350 root_hints = optarg;
[all...]
/freebsd-11-stable/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c1226 extern char* optarg;
1277 strdup(optarg)))
1282 strdup(optarg)))
1287 strdup(optarg)))
1292 server_key = optarg;
1296 server_cert = optarg;
1300 verifypem = optarg;
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c657 archdirname = optarg;
660 destdir = optarg;
663 conf = optarg;
675 if (optarg[0] == '\0' ||
676 strcmp(optarg, "DEFAULT") == 0)
679 timefnamefmt = strdup(optarg);
691 * depends on the value of optarg. These options
694 if (parse_doption(optarg))
709 requestor = strdup(optarg);
712 path_syslogpid = optarg;
[all...]
/freebsd-11-stable/usr.sbin/arp/
H A Darp.c152 rifname = optarg;
/freebsd-11-stable/usr.sbin/jail/
H A Djail.c166 separator = optarg;
169 cfname = optarg;
182 JidFile = optarg;
192 add_param(NULL, NULL, KP_NAME, optarg);
196 paralimit = strtol(optarg, NULL, 10);
211 add_param(NULL, NULL, KP_SECURELEVEL, optarg);
215 add_param(NULL, NULL, IP_EXEC_JAIL_USER, optarg);
220 add_param(NULL, NULL, IP_EXEC_JAIL_USER, optarg);
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon.c26 extern char *optarg;
1590 config.bfile = optarg;
1591 config.blog = fopen(optarg, "a");
1594 config.cfile = optarg;
1602 config.logsrc[0].file = optarg;
1610 logfac = fac_findname(optarg);
1614 optarg);
1625 config.logsrc[1].file = optarg;
1628 logopts(c == 'o', optarg);
1640 pidfile = optarg;
[all...]
H A Dipfsyncd.c117 interface = optarg;
120 sin.sin_addr.s_addr = inet_addr(optarg);
123 sin.sin_port = htons(atoi(optarg));
H A Dipscan_y.y20 extern char *optarg;
522 if (!strcmp(optarg, "-"))
525 fp = fopen(optarg, "r");
H A Dippool.c40 extern char *optarg;
105 err = loadpoolfile(argc, argv, optarg);
156 if (setnodeaddr(type, role, ptr, optarg) == 0)
160 poolname = optarg;
171 role = getrole(optarg);
181 type = gettype(optarg, NULL);
184 fprintf(stderr, "unknown type '%s'\n", optarg);
195 ttl = atoi(optarg);
276 poolname = optarg;
282 role = getrole(optarg);
[all...]
H A Dipnat.c64 extern char *optarg;
121 file = optarg;
134 natfilter = parseipfexpr(optarg, NULL);
137 core = optarg;
140 kernel = optarg;
147 nat_fields = parsefields(natfields, optarg);
H A Dipftest.c18 extern char *optarg;
129 if (strcasecmp(optarg, "pcap") == 0)
131 else if (strcasecmp(optarg, "hex") == 0)
133 else if (strcasecmp(optarg, "text") == 0)
137 datain = optarg;
140 ifname = optarg;
143 logout = optarg;
147 optarg) == -1)
156 if (ippool_parsefile(-1, optarg, ipooltestioctl) == -1)
162 optarg)
[all...]
H A Dipfstat.c47 extern char *optarg;
238 memf = optarg;
242 kern = optarg;
311 parse_ipportstr(optarg, &daddr, &dport);
332 filter = parseipfexpr(optarg, NULL);
335 optarg);
350 state_fields = parsefields(statefields, optarg);
353 protocol = getproto(optarg);
356 argv[0], optarg);
367 parse_ipportstr(optarg,
[all...]
H A Dipfs.c52 extern char *optarg;
220 dirname = optarg;
226 filename = optarg;
231 ifs = optarg;
H A Dipf.c23 extern char *optarg;
96 if (strcmp(optarg, "c") == 0)
109 procfile(optarg);
112 flushfilter(optarg, filter);
118 packetlogon(optarg);
121 filter = parseipfexpr(optarg, NULL);
142 ipf_dotuning(fd, optarg, ioctl);
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Diptest.c30 extern char *optarg;
99 dev = optarg;
102 gateway = optarg;
105 mtu = atoi(optarg);
113 pointtest = atoi(optarg);
116 src = optarg;
H A Dipsend.c30 extern char *optarg;
205 do_icmp(ip, optarg);
213 if (!strcmp(optarg, "-"))
215 else if (!(langfile = fopen(optarg, "r"))) {
217 optarg);
233 if ((p = getprotobyname(optarg)))
237 optarg);
267 ip->ip_off = strtol(optarg, NULL, 0);
271 gateway = optarg;
275 dev = optarg;
[all...]
H A Dipresend.c30 extern char *optarg;
81 dev = optarg;
84 gateway = optarg;
87 mtu = atoi(optarg);
94 resend = optarg;
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping.c2001 char *optarg; local
2019 while ((op = krping_getopt("krping", &cmd, krping_opts, NULL, &optarg,
2023 cb->addr_str = optarg;
2025 DEBUG_LOG("ipaddr (%s)\n", optarg);
2026 if (inet_pton(AF_INET, optarg, cb->addr) != 1) {
2028 optarg);
2033 cb->addr_str = optarg;
2035 DEBUG_LOG("ipv6addr (%s)\n", optarg);
2036 scope = strstr(optarg, "%");
2041 if (inet_pton(AF_INET6, optarg, c
[all...]
/freebsd-11-stable/usr.bin/calendar/
H A Dcalendar.c98 f_dayAfter = atoi(optarg);
104 f_dayBefore = atoi(optarg);
110 DEBUG = optarg;
118 Friday = atoi(optarg);
122 calendarFile = optarg;
126 EastLongitude = strtol(optarg, NULL, 10);
130 f_time = Mktime(optarg);
134 UTCOffset = strtod(optarg, NULL);
/freebsd-11-stable/sbin/hastd/
H A Dhastd.c1203 cfgpath = optarg;
1212 pidfile = optarg;

Completed in 277 milliseconds

1234567891011>>