Searched refs:optarg (Results 51 - 75 of 891) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dgetopt_.h44 # undef optarg macro
54 # define optarg __GETOPT_ID (optarg) macro
116 extern char *optarg;
157 a compiled-in constant, such as set a value from `optarg', set the
192 takes an argument, to be placed in `optarg'.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dgetopt1.c126 if (optarg)
127 printf (" with arg %s", optarg);
156 printf ("option c with value `%s'\n", optarg);
160 printf ("option d with value `%s'\n", optarg);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dgetopt1.c126 if (optarg)
127 printf (" with arg %s", optarg);
156 printf ("option c with value `%s'\n", optarg);
160 printf ("option d with value `%s'\n", optarg);
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/lib/
H A Dgetopt1.c119 if (optarg)
120 printf (" with arg %s", optarg);
149 printf ("option c with value `%s'\n", optarg);
153 printf ("option d with value `%s'\n", optarg);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dgetopt1.c126 if (optarg)
127 printf (" with arg %s", optarg);
156 printf ("option c with value `%s'\n", optarg);
160 printf ("option d with value `%s'\n", optarg);
/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A Dgetopt.c52 char *optarg; /* argument associated with option */ variable
111 optarg = NULL;
118 optarg = __UNCONST(place);
120 optarg = nargv[optind];
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dgetopt1.c136 if (optarg)
137 printf (" with arg %s", optarg);
166 printf ("option c with value `%s'\n", optarg);
170 printf ("option d with value `%s'\n", optarg);
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dgetopt1.c136 if (optarg)
137 printf (" with arg %s", optarg);
166 printf ("option c with value `%s'\n", optarg);
170 printf ("option d with value `%s'\n", optarg);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A Dgetopt.h46 # undef optarg macro
56 # define optarg __GETOPT_ID (optarg) macro
118 extern char *optarg;
159 a compiled-in constant, such as set a value from `optarg', set the
194 takes an argument, to be placed in `optarg'.
/netbsd-6-1-5-RELEASE/gnu/dist/bc/lib/
H A Dgetopt1.c130 if (optarg)
131 printf (" with arg %s", optarg);
160 printf ("option c with value `%s'\n", optarg);
164 printf ("option d with value `%s'\n", optarg);
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dgetopt1.c135 if (optarg)
136 printf (" with arg %s", optarg);
165 printf ("option c with value `%s'\n", optarg);
169 printf ("option d with value `%s'\n", optarg);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dgetopt1.c126 if (optarg)
127 printf (" with arg %s", optarg);
156 printf ("option c with value `%s'\n", optarg);
160 printf ("option d with value `%s'\n", optarg);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/libpaa/
H A Dserver.c63 netpgp_setvar(&netpgp, "sshkeyfile", optarg);
66 secretc = atoi(optarg);
69 challenge.domain = optarg;
72 challenge.realm = optarg;
75 netpgp_setvar(&netpgp, "userid", optarg);
/netbsd-6-1-5-RELEASE/dist/ipf/ipsend/
H A Dipresend.c32 extern char *optarg;
99 dev = optarg;
102 gateway = optarg;
105 mtu = atoi(optarg);
112 resend = optarg;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/utils/lkbib/
H A Dlkbib.cpp67 linear_ignore_fields = optarg;
72 long n = strtol(optarg, &ptr, 10);
73 if (n == 0 && ptr == optarg) {
74 error("bad integer `%1' in `t' option", optarg);
89 list.add_file(optarg);
/netbsd-6-1-5-RELEASE/dist/smbfs/mount_smbfs/
H A Dmount_smbfs.c125 error = smb_ctx_opt(ctx, opt, optarg);
132 pwd = isdigit((unsigned char)optarg[0]) ?
133 getpwuid(atoi(optarg)) : getpwnam(optarg);
135 errx(EX_NOUSER, "unknown user '%s'", optarg);
142 grp = isdigit((unsigned char)optarg[0]) ?
143 getgrgid(atoi(optarg)) : getgrnam(optarg);
145 errx(EX_NOUSER, "unknown group '%s'", optarg);
151 mdatap->dir_mode = strtol(optarg,
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/tar/
H A Dcmdline.c188 bsdtar->optarg = NULL;
222 bsdtar->optarg = *bsdtar->argv;
223 if (bsdtar->optarg == NULL) {
304 bsdtar->optarg = opt_word;
318 bsdtar->optarg = (char *)(uintptr_t)(p + 1);
357 if (bsdtar->optarg == NULL) {
358 bsdtar->optarg = *bsdtar->argv;
359 if (bsdtar->optarg == NULL) {
370 if (bsdtar->optarg != NULL) {
/netbsd-6-1-5-RELEASE/usr.bin/btkey/
H A Dbtkey.c67 if (!bt_aton(optarg, &raddr)) {
68 he = bt_gethostbyname(optarg);
71 optarg, hstrerror(h_errno));
86 if (!bt_devaddr(optarg, &laddr)
87 && !bt_aton(optarg, &laddr)) {
88 he = bt_gethostbyname(optarg);
91 optarg, hstrerror(h_errno));
98 if (!scan_key(optarg))
99 errx(EXIT_FAILURE, "invalid key '%s'", optarg);
/netbsd-6-1-5-RELEASE/usr.bin/hexdump/
H A Dodsyntax.c93 switch (*optarg) {
95 fshead->nextfu->fmt[TYPE_OFFSET] = *optarg;
97 *optarg;
104 errx(1, "%s: invalid address base", optarg);
150 if ((skip = strtol(optarg, &p, 0)) < 0)
151 errx(1, "%s: bad skip value", optarg);
165 if ((length = atoi(optarg)) < 0)
166 errx(1, "%s: bad length value", optarg);
172 posixtypes(optarg);
/netbsd-6-1-5-RELEASE/sbin/mknod/
H A Dmknod.c124 pack = pack_find(optarg);
126 errx(1, "invalid format: %s", optarg);
131 if (optarg[0] == '#') {
132 gid = strtol(optarg + 1, &p, 10);
136 if (gid_name(optarg, &gid) == 0)
138 gid = strtol(optarg, &p, 10);
141 errx(1, "%s: invalid group name", optarg);
144 modes = setmode(optarg);
146 err(1, "Cannot set file mode `%s'", optarg);
150 if (optarg[
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/rand/
H A Dgen.c48 extern char *optarg;
136 output_radix = atoi (optarg);
145 if (NULL == (str_a = strtok (optarg, ","))
149 fprintf (stderr, "gen: bad LC scheme parameters: %s\n", optarg);
180 if (!strcmp (optarg, rfunc_str[f]))
195 if (!strcmp (optarg, ralg_str[f]))
208 if (mpz_set_str (z_mmax, optarg, 0))
210 fprintf (stderr, "gen: bad max value: %s\n", optarg);
224 if (mpz_set_str (z_seed, optarg, 0))
226 fprintf (stderr, "gen: bad seed argument %s\n", optarg);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Digen.c397 fprintf(stderr, "\t-%c %s\n", ch, (optarg ? optarg : ""));
417 if (strncmp (optarg, "no-", strlen ("no-")) == 0)
419 argp = optarg + strlen ("no-");
422 else if (strncmp (optarg, "!", strlen ("!")) == 0)
424 argp = optarg + strlen ("no-");
429 argp = optarg;
454 (*dir)->dir = strdup (optarg);
458 generate_smp = a2i(optarg);
464 insn_bit_size = a2i(optarg);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dapropos.c49 extern char *optarg;
69 conf_file = optarg;
72 defpaths = optarg;
75 auxpaths = optarg;
78 opts.arch = optarg;
81 opts.cat = optarg;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/
H A Dmakedepend.c92 case 'D': add_clm (optarg, false); break;
93 case 'U': add_clm (optarg, true); break;
94 case 'I': add_dir (optarg, false); break;
95 case 'J': add_dir (optarg, true); break;
102 output_file = optarg;
110 vpath = optarg;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32c/
H A Dmain.c151 console_port_s = optarg;
170 if (strcmp (optarg, "r8c") == 0 || strcmp (optarg, "m16c") == 0)
172 else if (strcmp (optarg, "m32cm") == 0
173 || strcmp (optarg, "m32c") == 0)
177 fprintf (stderr, "Invalid machine: %s\n", optarg);

Completed in 523 milliseconds

1234567891011>>