/external/bison/lib/ |
getopt1.c | 42 const struct option *long_options, int *opt_index) 44 return _getopt_internal (argc, (char **) argv, options, long_options, 50 const struct option *long_options, int *opt_index, 53 return _getopt_internal_r (argc, argv, options, long_options, opt_index, 65 const struct option *long_options, int *opt_index) 67 return _getopt_internal (argc, (char **) argv, options, long_options, 73 const struct option *long_options, int *opt_index, 76 return _getopt_internal_r (argc, argv, options, long_options, opt_index, 96 static const struct option long_options[] = 108 long_options, &option_index) 94 static const struct option long_options[] = local [all...] |
/external/gptfdisk/ |
android_popt.cc | 32 struct option *long_options = (struct option *) local 35 long_options[i].name = options[i].longName; 36 long_options[i].flag = 0; 42 long_options[i].val = options[i].val; 46 long_options[i].has_arg = no_argument; 54 long_options[i].has_arg = required_argument; 66 con->long_options = long_options; 71 free(con->long_options); 97 con->long_options, &i) [all...] |
popt.h | 51 struct option *long_options; member in struct:_poptContext
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
getopt_long.c | 189 * Returns -1 if short_too is set and the option does not match long_options. 193 const struct option *long_options, int *idx, int short_too, int flags) 232 for (i = 0; long_options[i].name; i++) { 234 if (strncmp(current_argv, long_options[i].name, 238 if (strlen(long_options[i].name) == current_argv_len) { 254 long_options[i].has_arg != 255 long_options[match].has_arg || 256 long_options[i].flag != long_options[match].flag || 257 long_options[i].val != long_options[match].val [all...] |
/external/tcpdump/missing/ |
getopt_long.c | 186 * Returns -1 if short_too is set and the option does not match long_options. 190 const struct option *long_options, int *idx, int short_too, int flags) 229 for (i = 0; long_options[i].name; i++) { 231 if (strncmp(current_argv, long_options[i].name, 235 if (strlen(long_options[i].name) == current_argv_len) { 251 long_options[i].has_arg != 252 long_options[match].has_arg || 253 long_options[i].flag != long_options[match].flag || 254 long_options[i].val != long_options[match].val [all...] |
/external/mesa3d/src/getopt/ |
getopt_long.c | 156 * Returns -1 if short_too is set and the option does not match long_options. 160 const struct option *long_options, int *idx, int short_too) 178 for (i = 0; long_options[i].name; i++) { 180 if (strncmp(current_argv, long_options[i].name, 184 if (strlen(long_options[i].name) == current_argv_len) { 208 if (long_options[match].has_arg == no_argument 216 if (long_options[match].flag == NULL) 217 optopt = long_options[match].val; 222 if (long_options[match].has_arg == required_argument || 223 long_options[match].has_arg == optional_argument) [all...] |
/development/tools/yuv420sp2rgb/ |
cmdline.c | 12 static struct option long_options[] = { variable in typeref:struct:option 24 /* This array must parallel long_options[] */ 44 struct option *opt = long_options; 81 long_options, 109 if (long_options[option_index].flag != 0) 111 INFO ("option %s", long_options[option_index].name);
|
/ndk/sources/host-tools/make-3.81/ |
getopt1.c | 71 const struct option *long_options, int *opt_index) 73 return _getopt_internal (argc, argv, options, long_options, opt_index, 0); 83 const struct option *long_options, int *opt_index) 85 return _getopt_internal (argc, argv, options, long_options, opt_index, 1); 106 static struct option long_options[] = 118 long_options, &option_index); 125 printf ("option %s", long_options[option_index].name); 104 static struct option long_options[] = local
|
/toolchain/binutils/binutils-2.25/libiberty/ |
getopt1.c | 71 const struct option *long_options, int *opt_index) 73 return _getopt_internal (argc, argv, options, long_options, opt_index, 0); 83 const struct option *long_options, int *opt_index) 85 return _getopt_internal (argc, argv, options, long_options, opt_index, 1); 106 static struct option long_options[] = 118 long_options, &option_index); 125 printf ("option %s", long_options[option_index].name); 104 static struct option long_options[] = local
|
/external/iproute2/tipc/ |
tipc.c | 54 struct option long_options[] = { local 72 i = getopt_long(argc, argv, "h", long_options, &option_index);
|
/external/libvpx/libvpx/tools/ |
all_builds.py | 7 LONG_OPTIONS = ["shard=", "shards="] 41 o, _ = getopt.getopt(argv[1:opt_end_index], None, LONG_OPTIONS)
|
lint-hunks.py | 21 LONG_OPTIONS = ["help"] 65 opts, args = getopt.getopt(argv[1:], SHORT_OPTIONS, LONG_OPTIONS)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
all_builds.py | 7 LONG_OPTIONS = ["shard=", "shards="] 41 o, _ = getopt.getopt(argv[1:opt_end_index], None, LONG_OPTIONS)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
getopt.h | 78 const struct option *long_options, int *idx); 80 const struct option *long_options, int *idx);
|
/external/rmi4utils/f54test/ |
main.cpp | 106 static struct option long_options[] = { local 120 while ((opt = getopt_long(argc, argv, F54TEST_GETOPTS, long_options, &index)) != -1) {
|
/external/rootdev/ |
main.c | 57 static const struct option long_options[] = { local 70 c = getopt_long_only(argc, argv, "", long_options, &option_index);
|
/hardware/libhardware/tests/camera2/ |
TestSettings.cpp | 72 static struct option long_options[] = { local 81 c = getopt_long(argc, argv, "+h", long_options, &option_index);
|
/toolchain/binutils/binutils-2.25/gprof/ |
ChangeLog-2013 | 5 (long_options): Add --inline-file-names.
|
/frameworks/base/libs/hwui/tests/macrobench/ |
main.cpp | 136 static const struct option LONG_OPTIONS[] = { 159 c = getopt_long(argc, argv, SHORT_OPTIONS, LONG_OPTIONS, &option_index); 167 // (although none of the current LONG_OPTIONS do this...)
|
/external/autotest/client/site_tests/camera_V4L2/src/ |
media_v4l2_test.cc | 31 long_options[] = { variable in typeref:struct:option 60 int32_t c = getopt_long(argc, argv, short_options, long_options, &index);
|
/external/avahi/avahi-ui/ |
bssh.c | 67 static const struct option long_options[] = { local 76 while ((o = getopt_long(argc, argv, "hVd:svS", long_options, NULL)) >= 0) {
|
/external/avahi/avahi-utils/ |
avahi-set-host-name.c | 83 static const struct option long_options[] = { local 95 while ((o = getopt_long(argc, argv, "hVv", long_options, NULL)) >= 0) {
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
glacier | 131 long_options = ['access_key=', 'secret_key=', 'region='] 133 opts, args = getopt(argv, options, long_options)
|
/external/libmtp/examples/ |
connect.c | 112 static struct option long_options[] = { local 121 int c = getopt_long (argc, argv, "d:f:g:n:t:", long_options, &option_index);
|
/external/rmi4utils/rmi4update/ |
main.cpp | 108 static struct option long_options[] = { local 122 while ((opt = getopt_long(argc, argv, RMI4UPDATE_GETOPTS, long_options, &index)) != -1) {
|