HomeSort by relevance Sort by last modified time
    Searched defs:optarg (Results 1 - 24 of 24) sorted by null

  /system/core/reboot/
reboot.c 30 char *optarg = ""; local
58 optarg = argv[optind];
60 prop_len = snprintf(property_val, sizeof(property_val), "%s,%s", cmd, optarg);
62 fprintf(stderr, "reboot command too long: %s\n", optarg);
  /external/bison/lib/
getopt_int.h 77 char *optarg;
76 char *optarg; member in struct:_getopt_data
getopt.in.h 60 # 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'.
getopt.c 68 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 = argv[d->optind++]
67 char *optarg; variable
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt_int.h 41 char *optarg;
40 char *optarg; member in struct:_getopt_data
getopt.in.h 41 # undef optarg macro
51 # define optarg __GETOPT_ID (optarg) macro
113 extern char *optarg;
154 a compiled-in constant, such as set a value from `optarg', set the
189 takes an argument, to be placed in `optarg'.
getopt.c 71 char *optarg;
320 ARGV-element, is returned in `optarg'. Two colons mean an option that
322 it is returned in `optarg', otherwise `optarg' is set to zero.
362 d->optarg = NULL;
453 d->optarg = argv[d->optind++];
565 d->optarg = nameend + 1;
632 d->optarg = argv[d->optind++];
813 d->optarg = d->__nextchar;
857 d->optarg = argv[d->optind++]
70 char *optarg; variable
    [all...]
  /external/bison/darwin-lib/
getopt.h 61 # 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/marisa-trie/tools/
cmdopt.h 39 char *optarg; // Argument of the last option. member in struct:cmdopt_t_
  /external/marisa-trie/v0_1_5/tools/
cmdopt.h 39 char *optarg; // Argument of the last option. member in struct:cmdopt_t_
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 77 char *optarg; /* argument associated with option */ variable
298 optarg = has_equal;
304 optarg = nargv[optind++];
308 && (optarg == NULL)) {
393 optarg = NULL;
429 optarg = nargv[optind++];
551 optarg = NULL;
553 optarg = place;
562 optarg = nargv[optind];
  /external/chromium_org/third_party/mesa/src/src/getopt/
getopt_long.c 62 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/grub/lib/
getopt.c 116 char *optarg = NULL;
487 ARGV-element, is returned in `optarg'. Two colons mean an option that
489 it is returned in `optarg', otherwise `optarg' is set to zero.
527 optarg = NULL;
615 optarg = argv[optind++];
701 optarg = nameend + 1;
726 optarg = argv[optind++];
813 optarg = nextchar;
836 optarg = argv[optind++]
115 char *optarg = NULL; variable
    [all...]
  /external/mesa3d/src/getopt/
getopt_long.c 62 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/wpa_supplicant_8/src/utils/
common.c 250 char *optarg; variable
290 optarg = &argv[optind++][optchr + 1];
296 optarg = argv[optind++];
304 optarg = NULL;
  /ndk/sources/host-tools/make-3.81/
getopt.c 110 char *optarg = NULL; variable
474 ARGV-element, is returned in `optarg'. Two colons mean an option that
476 it is returned in `optarg', otherwise `optarg' is set to zero.
509 optarg = NULL;
597 optarg = argv[optind++];
683 optarg = nameend + 1;
707 optarg = argv[optind++];
794 optarg = nextchar;
817 optarg = argv[optind++]
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
sfnt_info.h 44 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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
sfnt_info.h 44 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/openssh/
defines.h 561 # undef optarg macro
567 # define optarg BSDoptarg macro
  /external/netperf/
netlib.c 275 *optarg; /* argument associated with option */ variable
381 optarg = NULL;
387 optarg = place; /* no white space */
394 optarg = argv[optind]; /* white space */
    [all...]
  /external/qemu/
vl.c 1188 static void numa_add(const char *optarg)
1195 optarg = get_opt_name(option, 128, optarg, ',') + 1;
1197 if (get_param_value(option, 128, "nodeid", optarg) == 0) {
1203 if (get_param_value(option, 128, "mem", optarg) == 0) {
1217 if (get_param_value(option, 128, "cpus", optarg) == 0) {
2079 const char *r, *optarg; local
    [all...]
vl-android.c 2547 const char *r, *optarg; local
    [all...]
  /external/mksh/src/
sh.h 943 #undef optarg macro
947 const char *optarg; member in struct:__anon25674
953 char buf[2]; /* for bad option OPTARG value */
    [all...]
  /external/valgrind/main/perf/
tinycc.c 21439 const char *optarg, *p1, *r1; local
    [all...]

Completed in 751 milliseconds