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

  /external/ltp/testcases/kernel/io/disktest/
Getopt.c 91 char *optarg; variable
178 optarg = pszParam;
  /device/generic/opengl-transport/host/commands/emugen/
getopt.c 11 char* optarg; variable
51 optarg = NULL;
60 optarg = (char *)place;
62 optarg = (char *)argv[optind++];
66 optarg = NULL;
  /external/libpcap/missing/
getopt.c 48 char *optarg; /* argument associated with option */ variable
100 optarg = NULL;
106 optarg = place;
118 optarg = nargv[optind];
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
win_posix.c 41 char *optarg; /* = 0; */ variable
57 optarg = (char *)0;
86 optarg = argv[optind++];
182 optarg = argv[++optind];
  /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)) {
387 optarg = NULL;
423 optarg = nargv[optind++];
545 optarg = NULL;
547 optarg = place;
556 optarg = nargv[optind];
  /external/libusb/examples/getopt/
getopt.c 114 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 = argv[optind++]
113 char *optarg; 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/openssh/openbsd-compat/
getopt_long.c 59 * 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 = nargv[optind]
    [all...]
  /external/tcpdump/missing/
getopt_long.c 82 char *optarg; variable
295 optarg = (char *)has_equal;
301 optarg = nargv[optind++];
305 && (optarg == NULL)) {
390 optarg = NULL;
423 optarg = nargv[optind++];
545 optarg = NULL;
547 optarg = (char *)place;
556 optarg = nargv[optind];
  /bionic/benchmarks/
bionic_benchmarks.cpp 123 char* optarg = argv[i]; local
128 strncmp(g_long_options[opt_idx].name, optarg + 2,
133 new_argv->push_back(optarg);
138 if (!strchr(optarg, '=')) {
162 if (*optarg) {
164 opts.cpu_to_lock = strtol(optarg, &check_null, 10);
166 errx(1, "ERROR: Args %s is not a valid integer.", optarg);
174 if (*optarg) {
175 opts.xmlpath = optarg;
182 if (*optarg) {
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
compat.c 100 char *optarg; variable
120 optarg = argv[optind] + 2;
123 optarg = argv[optind + 1];
126 if (!optarg)
127 optarg="";
130 optarg = NULL;
  /external/wpa_supplicant_8/src/utils/
common.c 369 char *optarg; variable
409 optarg = &argv[optind++][optchr + 1];
415 optarg = argv[optind++];
423 optarg = NULL;
  /bionic/libc/kernel/uapi/sound/
sfnt_info.h 32 short optarg; member in struct:soundfont_patch_info
  /external/kernel-headers/original/uapi/sound/
sfnt_info.h 45 short optarg; /* optional argument */ member in struct:soundfont_patch_info
54 #define SNDRV_SFNT_REPLACE_DATA 5 /* awe_sample_info (optarg=#channels)*/
57 #define SNDRV_SFNT_PROBE_DATA 8 /* optarg=sample */
58 #define SNDRV_SFNT_REMOVE_INFO 9 /* optarg=(bank<<8)|instr */
  /external/openssh/
defines.h 591 # undef optarg macro
597 # define optarg BSDoptarg macro
  /external/epid-sdk/ext/argtable3/
argtable3.c 254 extern char *optarg; /* getopt(3) external variables */
334 char *optarg; /* argument associated with option */ variable
545 optarg = has_equal;
551 optarg = nargv[optind++];
555 && (optarg == NULL)) {
643 optarg = NULL;
675 optarg = nargv[optind++];
782 optarg = NULL;
784 optarg = place;
793 optarg = nargv[optind]
    [all...]
  /external/mksh/src/
sh.h 1549 #undef optarg macro
1553 const char *optarg; member in struct:__anon34529
    [all...]

Completed in 925 milliseconds