Searched defs:optarg (Results 1 - 25 of 32) sorted by path

12

/external/bison/darwin-lib/
H A Dgetopt.h61 # undef optarg macro
72 # define optarg __GETOPT_ID (optarg) macro
148 extern char *optarg;
189 a compiled-in constant, such as set a value from 'optarg', set the
227 takes an argument, to be placed in 'optarg'.
/external/bison/lib/
H A Dgetopt.c68 char *optarg;
318 ARGV-element, is returned in 'optarg'. Two colons mean an option that
320 it is returned in 'optarg', otherwise 'optarg' is set to zero.
359 d->optarg = NULL;
454 d->optarg = argv[d->optind++];
614 d->optarg = nameend + 1;
681 d->optarg = argv[d->optind++];
852 d->optarg = d->__nextchar;
896 d->optarg
67 char *optarg; variable
[all...]
H A Dgetopt.in.h60 # undef optarg macro
71 # define optarg __GETOPT_ID (optarg) macro
137 extern char *optarg;
178 a compiled-in constant, such as set a value from 'optarg', set the
216 takes an argument, to be placed in 'optarg'.
H A Dgetopt_int.h77 char *optarg;
76 char *optarg; member in struct:_getopt_data
/external/c-ares/
H A Dares_getopt.c55 char *optarg; /* argument associated with option */ variable
99 optarg = NULL;
105 optarg = place;
117 optarg = nargv[optind];
H A Dares_getopt.h36 #undef optarg macro
42 #define optarg ares_optarg macro
48 extern char *optarg;
/external/f2fs-tools/fsck/
H A Dmain.c81 static int is_digits(char *optarg) argument
85 for (i = 0; i < strlen(optarg); i++)
86 if (!isdigit(optarg[i]))
88 return i == strlen(optarg);
133 if (optarg[0] == '-') {
137 } else if (!is_digits(optarg)) {
141 c.preen_mode = atoi(optarg);
152 if (optarg[0] == '-') {
155 } else if (!is_digits(optarg)) {
159 c.dbg_lv = atoi(optarg);
[all...]
/external/fio/
H A Dinit.c2269 static int parse_output_format(const char *optarg) argument
2274 p = orig = strdup(optarg);
2323 smalloc_pool_size = atoi(optarg);
2341 tmp = fopen(optarg, "w+");
2355 if (parse_output_format(optarg)) {
2375 fio_show_option_help(optarg);
2382 fio_show_ioengine_help(optarg);
2401 terse_version = atoi(optarg);
2410 if (!strcmp("always", optarg))
2412 else if (!strcmp("never", optarg))
[all...]
/external/fio/oslib/
H A Dgetopt_long.c19 char *optarg = NULL; variable
49 optarg = NULL;
124 optarg = (char *)opt_end+1;
128 if (!(optarg = argv[optind]))
153 optarg = (char *)pvt.optptr;
160 optarg = (char *)argv[optind+1];
163 optarg = NULL;
168 optarg = (char *)argv[optind+1];
/external/kernel-headers/original/uapi/sound/
H A Dsfnt_info.h44 short optarg; /* optional argument */ member in struct:soundfont_patch_info
53 #define SNDRV_SFNT_REPLACE_DATA 5 /* awe_sample_info (optarg=#channels)*/
56 #define SNDRV_SFNT_PROBE_DATA 8 /* optarg=sample */
57 #define SNDRV_SFNT_REMOVE_INFO 9 /* optarg=(bank<<8)|instr */
/external/libpcap/missing/
H A Dgetopt.c48 char *optarg; /* argument associated with option */ variable
103 optarg = NULL;
109 optarg = place;
121 optarg = nargv[optind];
/external/libusb/examples/getopt/
H A Dgetopt.c114 char *optarg;
483 ARGV-element, is returned in `optarg'. Two colons mean an option that
485 it is returned in `optarg', otherwise `optarg' is set to zero.
530 optarg = NULL;
618 optarg = argv[optind++];
707 optarg = nameend + 1;
733 optarg = argv[optind++];
820 optarg = nextchar;
843 optarg
113 char *optarg; variable
[all...]
/external/ltp/lib/
H A Dtst_test.c423 static void parse_topt(unsigned int topts_len, int opt, char *optarg) argument
436 *(toptions[i].arg) = optarg ? optarg : "";
469 iterations = atoi(optarg);
472 duration = atof(optarg);
476 child_args = optarg;
480 parse_topt(topts_len, opt, optarg);
/external/ltp/pan/
H A Ddebug.c47 int set_debug(char *optarg) argument
55 d_area = optarg;
/external/ltp/testcases/kernel/io/disktest/
H A DGetopt.c91 char *optarg; variable
178 optarg = pszParam;
/external/mesa3d/src/getopt/
H A Dgetopt_long.c62 char *optarg; /* argument associated with option */ variable
225 optarg = has_equal;
231 optarg = nargv[optind++];
235 && (optarg == NULL)) {
307 optarg = NULL;
339 optarg = nargv[optind++];
446 optarg = NULL;
448 optarg = place;
457 optarg = nargv[optind];
/external/mksh/src/
H A Dsh.h1335 #undef optarg macro
1339 const char *optarg; member in struct:__anon16113
/external/netperf/src/
H A Dnetlib.c277 *optarg; /* argument associated with option */ variable
395 optarg = NULL;
401 optarg = place; /* no white space */
408 optarg = argv[optind]; /* white space */
/external/openssh/
H A Ddefines.h591 # undef optarg macro
597 # define optarg BSDoptarg macro
/external/openssh/openbsd-compat/
H A Dgetopt_long.c59 * getopt opterr optind optopt optreset optarg are all in defines.h which is
79 char *optarg; /* argument associated with option */ variable
242 optarg = has_equal;
248 optarg = nargv[optind++];
252 && (optarg == NULL)) {
324 optarg = NULL;
356 optarg = nargv[optind++];
463 optarg = NULL;
465 optarg = place;
474 optarg
[all...]
/external/syslinux/com32/include/
H A Dunistd.h32 __extern char *optarg; variable
/external/syslinux/com32/lib/
H A Dgetopt.c11 char *optarg; variable
66 optarg = (char *)pvt.optptr;
72 optarg = (char *)argv[optind+1];
H A Dgetopt_long.c16 char *optarg; variable
92 optarg = (char *)opt_end+1;
96 if (!(optarg = argv[optind]))
121 optarg = (char *)pvt.optptr;
127 optarg = (char *)argv[optind+1];
/external/syslinux/gpxe/src/core/
H A Dgetopt.c38 char *optarg; variable
145 optarg = ( char * ) argument;
205 optarg = ( char * ) argument;
/external/syslinux/libinstaller/getopt/
H A Dgetopt_long.c16 char *optarg; variable
92 optarg = (char *)opt_end+1;
96 if (!(optarg = argv[optind]))
121 optarg = (char *)pvt.optptr;
127 optarg = (char *)argv[optind+1];

Completed in 752 milliseconds

12