/third_party/backends/lib/ |
H A D | getopt.c | 659 int option_index; 666 for (p = longopts, option_index = 0; p->name; p++, option_index++) 674 indfound = option_index; 682 indfound = option_index; 723 option_index = indfound; 822 *longind = option_index; 950 int option_index; 1004 for (p = longopts, option_index = 0; p->name; p++, option_index 655 int option_index; global() local 946 int option_index; global() local [all...] |
H A D | getopt1.c | 122 int option_index = 0; 135 long_options, &option_index); 142 printf ("option %s", long_options[option_index].name); 120 int option_index = 0; global() variable
|
/third_party/libevdev/tools/ |
H A D | libevdev-tweak-device.c | 121 int option_index = 0; in parse_options_abs() local 137 c = getopt_long(argc, argv, "h", opts, &option_index); in parse_options_abs() 177 int option_index = 0; in parse_options_led() local 190 c = getopt_long(argc, argv, "h", opts, &option_index); in parse_options_led() 225 int option_index = 0; in parse_options_resolution() local 236 c = getopt_long(argc, argv, "h", opts, &option_index); in parse_options_resolution() 260 int option_index = 0; in parse_options_mode() local 274 c = getopt_long(argc, argv, "h", opts, &option_index); in parse_options_mode()
|
/third_party/python/Lib/distutils/ |
H A D | fancy_getopt.py | 52 # 'option_index' maps long option names to entries in the option 54 self.option_index = {} 82 self.option_index.clear() 84 self.option_index[option[0]] = option 91 if long_option in self.option_index: 97 self.option_index[long_option] = option 102 return long_option in self.option_index 113 if alias not in self.option_index: 116 if opt not in self.option_index:
|
/third_party/libinput/tools/ |
H A D | libinput-analyze.c | 40 int option_index = 0; in main() local 49 c = getopt_long(argc, argv, "+h", opts, &option_index); in main()
|
H A D | libinput-measure.c | 40 int option_index = 0; in main() local 49 c = getopt_long(argc, argv, "+h", opts, &option_index); in main()
|
H A D | libinput-test.c | 44 int option_index = 0; in main() local 53 c = getopt_long(argc, argv, "+h", opts, &option_index); in main()
|
H A D | libinput-tool.c | 76 int option_index = 0; in main() local 86 c = getopt_long(argc, argv, "+h", opts, &option_index); in main()
|
H A D | libinput-quirks.c | 108 int option_index = 0; in main() local 120 c = getopt_long(argc, argv, "h", opts, &option_index); in main()
|
H A D | ptraccel-debug.c | 256 int option_index = 0; in main() local 272 long_options, &option_index); in main()
|
H A D | libinput-debug-tablet.c | 525 int option_index = 0; in main() local 538 c = getopt_long(argc, argv, "h", opts, &option_index); in main()
|
H A D | libinput-debug-events.c | 1014 int option_index = 0; in main() local 1035 c = getopt_long(argc, argv, "h", opts, &option_index); in main()
|
/third_party/libwebsockets/lib/roles/ws/ext/ |
H A D | extension.c | 90 oa.option_index = (int)n; in lws_ext_parse_options() 92 oa.option_index); in lws_ext_parse_options() 119 if (opts[oa.option_index].type == EXTARG_DEC) in lws_ext_parse_options() 127 if (opts[oa.option_index].type == EXTARG_NONE) in lws_ext_parse_options() 374 oa.option_index = 0; in lws_set_extension_option()
|
H A D | extension-permessage-deflate.c | 101 oa->option_index = n; in lws_extension_callback_pm_deflate() 108 oa->option_index, oa->start, oa->len); in lws_extension_callback_pm_deflate() 110 priv->args[oa->option_index] = (unsigned char)atoi(oa->start); in lws_extension_callback_pm_deflate() 112 priv->args[oa->option_index] = 1; in lws_extension_callback_pm_deflate()
|
/third_party/ltp/testcases/kernel/io/writetest/ |
H A D | writetest.c | 178 int option_index = 0; in parse_args() local 188 &option_index); in parse_args()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy.c | 259 int option_index; in main() local 271 getopt_ret = getopt_long( argc, argv, "p:b:vos", long_options, &option_index); in main()
|
/third_party/nghttp2/src/ |
H A D | inflatehd.cc | 262 int option_index = 0; in main() local 263 int c = getopt_long(argc, argv, "dh", long_options, &option_index); in main()
|
H A D | deflatehd.cc | 390 int option_index = 0; in main() local 391 int c = getopt_long(argc, argv, "S:dhs:t", long_options, &option_index); in main()
|
H A D | nghttpd.cc | 237 int option_index = 0; in main() local 239 &option_index); in main()
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-ws-ext.h | 78 const char *option_name; /**< may be NULL, option_index used then */ 79 int option_index; /**< argument ordinal to use if option_name missing */ member
|
/third_party/alsa-lib/test/ |
H A D | audio_time.c | 131 int option_index; in main() local 151 while ((c = getopt_long(argc, argv, short_options, long_options, &option_index)) != -1) { in main()
|
/third_party/alsa-utils/topology/ |
H A D | topology.c | 442 int c, err, op = 'c', cflags = 0, dflags = 0, sflags = 0, option_index; in main() local 452 while ((c = getopt_long(argc, argv, short_options, long_options, &option_index)) != -1) { in main()
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngcp.c | 712 option_index(struct display *dp, const char *opt, size_t len) in option_index() function 733 #define OPTIND(dp, name) option_index(dp, #name, (sizeof #name)-1) 738 png_byte i = option_index(dp, opt, strlen(opt)); in get_option() 1254 return getallopts_(dp, option_index(dp, opt_str, strlen(opt_str)), value, 0); in getallopts() 1262 png_byte opt = option_index(dp, opt_str, strlen(opt_str)); in getsearchopts() 1331 /* Like option_index but sets (index+i) of the entry in options[opt] that in find_val() 1394 j = option_index(dp, arg, i); in opt_check()
|
/third_party/alsa-utils/bat/ |
H A D | bat.c | 390 int c, option_index, err; in parse_arguments() local 407 &option_index)) != -1) { in parse_arguments()
|
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/ |
H A D | proxy.c | 1300 int option_index; in main() local 1320 getopt_ret = getopt_long( argc, argv, "p:l:c:k:b:rv0Dth46T:", long_options, &option_index); in main()
|