Searched refs:optarg (Results 326 - 350 of 891) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/sbin/slattach/
H A Dslattach.c106 speed = atoi(optarg);
109 slipdisc = ttydisc(optarg);
/netbsd-6-1-5-RELEASE/games/dab/
H A Dmain.cc118 nc = optarg;
122 nn = atoi(optarg);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/master/
H A Devent_server.c605 mail_conf_update(VAR_MAX_IDLE, optarg);
611 mail_conf_update(VAR_MAX_USE, optarg);
614 service_name = optarg;
617 oname_val = mystrdup(optarg);
619 msg_fatal("invalid \"-o %s\" option value: %s", optarg, err);
626 if ((socket_count = atoi(optarg)) <= 0)
627 msg_fatal("invalid socket_count: %s", optarg);
636 transport = optarg;
H A Dmulti_server.c601 mail_conf_update(VAR_MAX_IDLE, optarg);
607 mail_conf_update(VAR_MAX_USE, optarg);
610 service_name = optarg;
613 oname_val = mystrdup(optarg);
615 msg_fatal("invalid \"-o %s\" option value: %s", optarg, err);
622 if ((socket_count = atoi(optarg)) <= 0)
623 msg_fatal("invalid socket_count: %s", optarg);
632 transport = optarg;
H A Dsingle_server.c484 mail_conf_update(VAR_MAX_IDLE, optarg);
490 mail_conf_update(VAR_MAX_USE, optarg);
493 service_name = optarg;
496 oname_val = mystrdup(optarg);
498 msg_fatal("invalid \"-o %s\" option value: %s", optarg, err);
505 if ((socket_count = atoi(optarg)) <= 0)
506 msg_fatal("invalid socket_count: %s", optarg);
515 transport = optarg;
H A Dtrigger_server.c495 mail_conf_update(VAR_MAX_IDLE, optarg);
501 mail_conf_update(VAR_MAX_USE, optarg);
504 service_name = optarg;
507 oname_val = mystrdup(optarg);
509 msg_fatal("invalid \"-o %s\" option value: %s", optarg, err);
516 if ((socket_count = atoi(optarg)) <= 0)
517 msg_fatal("invalid socket_count: %s", optarg);
523 transport = optarg;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postlock/
H A Dpostlock.c204 if (setenv(CONF_ENV_PATH, optarg, 1) < 0)
208 lock_style = optarg;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tune/
H A Dspeed.c68 extern char *optarg;
1061 if (strcmp (optarg, "random") == 0) option_data = DATA_RANDOM;
1062 else if (strcmp (optarg, "random2") == 0) option_data = DATA_RANDOM2;
1063 else if (strcmp (optarg, "zeros") == 0) option_data = DATA_ZEROS;
1064 else if (strcmp (optarg, "aas") == 0) option_data = DATA_AAS;
1065 else if (strcmp (optarg, "ffs") == 0) option_data = DATA_FFS;
1066 else if (strcmp (optarg, "2fd") == 0) option_data = DATA_2FD;
1069 fprintf (stderr, "unrecognised data option: %s\n", optarg);
1106 option_factor = atof (optarg);
1114 speed_option_set (optarg);
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/pkill/
H A Dpkill.c188 makelist(&rgidlist, LT_GROUP, optarg);
192 makelist(&ppidlist, LT_GENERIC, optarg);
196 makelist(&ruidlist, LT_USER, optarg);
202 delim = optarg;
208 makelist(&pgrplist, LT_PGRP, optarg);
222 makelist(&sidlist, LT_SID, optarg);
226 makelist(&tdevlist, LT_TTY, optarg);
230 makelist(&euidlist, LT_USER, optarg);
/netbsd-6-1-5-RELEASE/usr.bin/vis/
H A Dvis.c83 extra = optarg;
86 if ((foldwidth = atoi(optarg)) < 5) {
/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dmain.c87 cmd = optarg;
90 setescape(optarg);
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/daicctl/
H A Dmain.c47 extern char *optarg;
58 dnload = optarg;
/netbsd-6-1-5-RELEASE/usr.sbin/puffs/mount_psshfs/
H A Dpsshfs.c178 numconnections = atoi(optarg);
191 add_ssharg(&sshargs, &nargs, optarg);
195 pctx.manglegid = atoi(optarg);
202 add_ssharg(&sshargs, &nargs, optarg);
205 mp = getmntopts(optarg, puffsmopts, &mntflags, &pflags);
214 max_reads = atoi(optarg);
220 refreshival = atoi(optarg);
226 pctx.mangleuid = atoi(optarg);
/netbsd-6-1-5-RELEASE/usr.bin/m4/
H A Dmain.c150 extern char *optarg;
214 for (p = optarg; *p; p++)
219 dodefine(optarg, p);
222 addtoincludepath(optarg);
228 macro_popdef(optarg);
234 set_trace_flags(optarg);
240 mark_traced(optarg, 1);
243 trace_file(optarg);
/netbsd-6-1-5-RELEASE/usr.sbin/ypset/
H A Dypset.c70 domainname = optarg;
74 gethostaddr(optarg, &sin.sin_addr);
/netbsd-6-1-5-RELEASE/bin/ps/
H A Dps.c256 parsesort(optarg);
270 memf = optarg;
276 nlistf = optarg;
295 parsefmt_insert(optarg, &Opos);
299 parsefmt(optarg);
304 flag = parsenum(optarg, "process id");
324 flag = ttyname2dev(optarg, &xflg, &what);
327 if (*optarg != '\0') {
331 pw = getpwnam(optarg);
333 flag = parsenum(optarg, "use
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/utils/indxbib/
H A Dindxbib.cpp140 common_words_file = optarg;
143 directory = optarg;
146 foption = optarg;
149 check_integer_arg('h', optarg, 1, &hash_table_size);
153 warning("%1 not prime: using %2 instead", optarg, hash_table_size);
157 ignore_fields = optarg;
160 check_integer_arg('k', optarg, 1, &max_keys_per_item);
163 check_integer_arg('l', optarg, 0, &shortest_len);
166 check_integer_arg('n', optarg, 0, &n_ignore_words);
169 base_name = optarg;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dgetopt.c89 char *optarg;
345 ARGV-element, is returned in `optarg'. Two colons mean an option that
347 it is returned in `optarg', otherwise `optarg' is set to zero.
387 d->optarg = NULL;
478 d->optarg = argv[d->optind++];
593 d->optarg = nameend + 1;
663 d->optarg = argv[d->optind++];
853 d->optarg = d->__nextchar;
900 d->optarg
88 char *optarg; variable
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/lib/
H A Dgetopt.c91 char *optarg;
347 ARGV-element, is returned in `optarg'. Two colons mean an option that
349 it is returned in `optarg', otherwise `optarg' is set to zero.
390 d->optarg = NULL;
480 d->optarg = argv[d->optind++];
595 d->optarg = nameend + 1;
665 d->optarg = argv[d->optind++];
855 d->optarg = d->__nextchar;
902 d->optarg
90 char *optarg; variable
[all...]
/netbsd-6-1-5-RELEASE/libexec/identd/
H A Didentd.c130 address = optarg;
136 charset = optarg;
142 fmt = optarg;
146 (void)strlcpy(user, optarg, sizeof(user));
149 gid = (gid_t)strtol(optarg, &p, 0);
151 if ((grp = getgrnam(optarg)) != NULL)
154 die("No such group `%s'", optarg);
165 (void)strlcpy(user, optarg, sizeof(user));
173 filter = optarg;
182 osname = optarg;
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dmsgfmt.c252 size_t new_align = strtoul (optarg, &endp, 0);
254 if (endp != optarg)
267 java_class_directory = optarg;
268 csharp_base_directory = optarg;
269 tcl_base_directory = optarg;
272 dir_list_append (optarg);
284 java_locale_name = optarg;
285 csharp_locale_name = optarg;
286 tcl_locale_name = optarg;
289 output_file_name = optarg;
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libgroff/
H A Dgetopt.c91 char *optarg;
347 ARGV-element, is returned in `optarg'. Two colons mean an option that
349 it is returned in `optarg', otherwise `optarg' is set to zero.
389 d->optarg = NULL;
480 d->optarg = argv[d->optind++];
595 d->optarg = nameend + 1;
665 d->optarg = argv[d->optind++];
855 d->optarg = d->__nextchar;
902 d->optarg
90 char *optarg; variable
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dgetopt.c89 char *optarg;
345 ARGV-element, is returned in `optarg'. Two colons mean an option that
347 it is returned in `optarg', otherwise `optarg' is set to zero.
387 d->optarg = NULL;
478 d->optarg = argv[d->optind++];
593 d->optarg = nameend + 1;
663 d->optarg = argv[d->optind++];
853 d->optarg = d->__nextchar;
900 d->optarg
88 char *optarg; variable
[all...]
/netbsd-6-1-5-RELEASE/dist/smbfs/smbutil/
H A Dlookup.c81 nb_ctx_setns(ctx, optarg);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/pkcs11/win32/
H A Dwin32.c68 char *optarg; /* argument associated with option */ variable
107 optarg = NULL;
114 optarg = place;
117 optarg = nargv[optind];

Completed in 1961 milliseconds

<<11121314151617181920>>