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

  /external/syslinux/gpxe/src/hci/commands/
gdbstub_cmd.c 53 static struct option longopts[] = { local
62 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
route_cmd.c 53 static struct option longopts[] = { local
61 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
sanboot_cmd.c 30 static struct option longopts[] = { local
39 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
dhcp_cmd.c 62 static struct option longopts[] = { local
72 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
128 static struct option longopts[] = { local
141 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
image_cmd.c 108 static struct option longopts[] = { local
122 longopts, NULL ) ) >= 0 ) {
263 static struct option longopts[] = { local
273 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
326 static struct option longopts[] = { local
336 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
389 static struct option longopts[] = { local
399 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
463 static struct option longopts[] = { local
471 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 )
516 static struct option longopts[] = { local
    [all...]
  /system/libvintf/
assemble_vintf_main.cpp 68 const struct option longopts[] = {{"kernel", required_argument, NULL, 'k'}, local
77 while ((res = getopt_long(argc, argv, "hi:o:mc:nl", longopts, &optind)) >= 0) {
  /external/harfbuzz_ng/util/
hb-fc-list.c 55 const struct option longopts[] = { variable in typeref:struct:option
115 while ((c = getopt_long (argc, argv, "vf:qVh", longopts, NULL)) != -1)
  /system/extras/kexec_tools/
kexecload.c 79 const struct option longopts[] = { local
87 c = getopt_long(argc, argv, "s:th", longopts, NULL);
  /external/ltp/testcases/realtime/perf/latency/
pthread_cond_many.c 285 struct option longopts[] = { local
293 rt_init_long("ahi:n:r", longopts, parse_args, argc, argv);
  /frameworks/base/tools/obbtool/
Main.cpp 36 static const struct option longopts[] = { variable in typeref:struct:option
194 while ((opt = getopt_long(argc, argv, ADD_OPTS, longopts, &option_index)) != -1) {
197 if (longopts[option_index].flag)
199 fprintf(stderr, "'%s' requires an argument\n", longopts[option_index].name);
  /system/extras/iotop/
iotop.cpp 112 static const option longopts[] = { local
122 c = getopt_long(argc, argv, "ad:hm:n:Ps:", longopts, NULL);
  /build/make/tools/makeparallel/
makeparallel.cpp 116 const static option longopts[] = { local
123 longopts, &longopt_index);
  /external/toybox/lib/
args.c 113 struct longopts { struct
114 struct longopts *next;
126 struct longopts *longopts; member in struct:getoptflagstate
188 struct longopts *lo;
192 for (lo = gof->longopts; lo->opt != opt; lo = lo->next);
270 // longopts only come at the start of the string.)
273 struct longopts *lo;
279 // init a new struct longopts
280 lo = xmalloc(sizeof(struct longopts));
    [all...]
  /system/extras/librank/
librank.c 239 const struct option longopts[] = { local
255 c = getopt_long(argc, argv, "acChkm:pP:uvrsR", longopts, NULL);
  /toolchain/binutils/binutils-2.27/ld/
lexsup.c 557 struct option *longopts; local
563 longopts = (struct option *)
564 xmalloc (sizeof (*longopts) * (OPTION_COUNT + 1));
603 longopts[il] = ld_options[i].opt;
609 longopts[il].name = NULL;
612 ldemul_add_options (is, &shortopts, il, &longopts, irl, &really_longopts);
678 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind);
    [all...]
  /external/iproute2/misc/
ifstat.c 801 static const struct option longopts[] = { variable in typeref:struct:option
829 longopts, NULL)) != EOF) {
nstat.c 543 static const struct option longopts[] = { variable in typeref:struct:option
567 longopts, NULL)) != EOF) {
  /external/tcpdump/
tcpdump.c 543 static const struct option longopts[] = { variable in typeref:struct:option
1173 (op = getopt_long(argc, argv, SHORTOPTS, longopts, NULL)) != -1)
    [all...]
  /system/tools/hidl/test/hidl_test/
hidl_test_client.cpp 2216 struct option longopts[] = {{0,0,0,0}}; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
as.c 453 struct option *longopts;
576 longopts = (struct option *) xmalloc (sizeof (std_longopts)
578 memcpy (longopts, std_longopts, sizeof (std_longopts));
579 memcpy (((char *) longopts) + sizeof (std_longopts), md_longopts, md_longopts_size);
580 memset (((char *) longopts) + sizeof (std_longopts) + md_longopts_size,
598 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts,
1053 free (longopts);
452 struct option *longopts; local
    [all...]
  /system/core/fastboot/
fastboot.cpp 1512 const struct option longopts[] = { local
    [all...]

Completed in 1223 milliseconds