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

  /external/grub/util/
mbchk.c 29 static struct option longopts[] = variable in typeref:struct:option
191 c = getopt_long (argc, argv, optstring, longopts, 0);
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.c 182 static struct option longopts[] = { local
241 while ((opt = getopt_long(argc, argv, SHORTOPTS, longopts, NULL)) != EOF)
  /external/grub/grub/
main.c 70 static struct option longopts[] = variable in typeref:struct:option
151 c = getopt_long (argc, argv, OPTSTRING, longopts, 0);
  /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);
  /external/liblzf/
lzf.c 68 struct option longopts[] = { variable in typeref:struct:option
474 while ((optc = getopt_long (argc, argv, "cdfhvb:", longopts, 0)) != -1)
  /external/iproute2/misc/
ifstat.c 572 static const struct option longopts[] = { variable in typeref:struct:option
597 longopts, NULL)) != EOF) {
  /external/genext2fs/
genext2fs.c 2542 struct option longopts[] = { local
    [all...]

Completed in 319 milliseconds