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

1 2

  /external/ltp/testcases/kernel/io/disktest/
Getopt.c 91 char *optarg; variable
178 optarg = pszParam;
  /external/syslinux/com32/include/
unistd.h 32 __extern char *optarg; variable
  /system/core/reboot/
reboot.c 30 char* optarg = ""; local
58 optarg = argv[optind];
59 if (!optarg || !optarg[0]) optarg = "shell";
61 prop_len = snprintf(property_val, sizeof(property_val), "%s,%s", cmd, optarg);
63 fprintf(stderr, "%s command too long: %s\n", cmd, optarg);
  /external/libpcap/missing/
getopt.c 48 char *optarg; /* argument associated with option */ variable
103 optarg = NULL;
109 optarg = place;
121 optarg = nargv[optind];
  /external/syslinux/com32/lib/
getopt.c 11 char *optarg; variable
66 optarg = (char *)pvt.optptr;
72 optarg = (char *)argv[optind+1];
getopt_long.c 16 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/libinstaller/getopt/
getopt_long.c 16 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/fio/oslib/
getopt_long.c 19 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/syslinux/gpxe/src/core/
getopt.c 38 char *optarg; variable
145 optarg = ( char * ) argument;
205 optarg = ( char * ) argument;
  /system/core/logcat/include/log/
getopt.h 40 const char* optarg; member in struct:getopt_context
  /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/benchmarks/
bionic_benchmarks.cpp 113 char* optarg = argv[i]; local
118 strncmp(g_long_options[opt_idx].name, optarg + 2,
123 new_argv->push_back(optarg);
128 if (!strchr(optarg, '=')) {
155 if (*optarg) {
157 opts.cpu_to_lock = strtol(optarg, &check_null, 10);
159 errx(1, "ERROR: Args %s is not a valid integer.", optarg);
167 if (*optarg) {
168 opts.xmlpath = optarg;
175 if (*optarg) {
    [all...]
  /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/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];
  /toolchain/binutils/binutils-2.27/libiberty/
getopt.c 117 char *optarg = NULL;
494 ARGV-element, is returned in `optarg'. Two colons mean an option that
496 it is returned in `optarg', otherwise `optarg' is set to zero.
530 optarg = NULL;
618 optarg = argv[optind++];
704 optarg = nameend + 1;
730 optarg = argv[optind++];
817 optarg = nextchar;
840 optarg = argv[optind++]
116 char *optarg = NULL; variable
    [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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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/syslinux/lzo/src/
lzo_supp.h 1267 char *optarg; member in struct:lzo_getopt_t
    [all...]
miniacc.h 4035 char *optarg; member in struct:acc_getopt_t
    [all...]
  /external/mksh/src/
sh.h 1545 #undef optarg macro
1549 const char *optarg; member in struct:__anon30695
    [all...]

Completed in 566 milliseconds

1 2