HomeSort by relevance Sort by last modified time
    Searched defs:optarg (Results 1 - 25 of 25) 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);
  /sdk/emulator/opengl/host/tools/emugen/
getopt.c 11 char* optarg; variable
51 optarg = NULL;
60 optarg = (char *)place;
62 optarg = (char *)argv[optind];
66 optarg = NULL;
  /external/fio/lib/
getopt_long.c 19 char *optarg = NULL; variable
49 optarg = NULL;
98 optarg = (char *)opt_end+1;
102 if (!(optarg = argv[optind]))
127 optarg = (char *)pvt.optptr;
134 optarg = (char *)argv[optind+1];
137 optarg = NULL;
142 optarg = (char *)argv[optind+1];
  /external/libpcap/Win32/Src/
getopt.c 46 char *optarg; /* argument associated with option */ variable
98 optarg = NULL;
104 optarg = place;
116 optarg = nargv[optind];
  /external/tcpdump/win32/Src/
getopt.c 46 char *optarg; /* argument associated with option */ variable
94 optarg = NULL;
100 optarg = place;
112 optarg = nargv[optind];
  /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'.
  /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/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];
  /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...]
  /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;
  /bionic/libc/kernel/uapi/sound/
sfnt_info.h 35 short optarg; member in struct:soundfont_patch_info
  /external/kernel-headers/original/uapi/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.11-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.11-4.8/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/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-android.c 1089 static void numa_add(const char *optarg)
1096 optarg = get_opt_name(option, 128, optarg, ',') + 1;
1098 if (get_param_value(option, 128, "nodeid", optarg) == 0) {
1104 if (get_param_value(option, 128, "mem", optarg) == 0) {
1118 if (get_param_value(option, 128, "cpus", optarg) == 0) {
2133 const char *r, *optarg; local
    [all...]
  /external/mksh/src/
sh.h 957 #undef optarg macro
961 const char *optarg; member in struct:__anon11714
967 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 1725 milliseconds