HomeSort by relevance Sort by last modified time
    Searched defs:longopts (Results 1 - 12 of 12) 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);
  /external/marisa-trie/tools/
cmdopt.h 34 const cmdopt_option *longopts; member in struct:cmdopt_t_
49 const char *optstring, const cmdopt_option *longopts);
  /external/marisa-trie/v0_1_5/tools/
cmdopt.h 34 const cmdopt_option *longopts; member in struct:cmdopt_t_
49 const char *optstring, const cmdopt_option *longopts);
  /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)
  /system/extras/kexec_tools/
kexecload.c 79 const struct option longopts[] = { local
88 c = getopt_long(argc, argv, "s:th", longopts, NULL);
  /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 570 static const struct option longopts[] = { variable in typeref:struct:option
593 longopts, NULL)) != EOF) {
  /system/extras/librank/
librank.c 239 const struct option longopts[] = { local
255 c = getopt_long(argc, argv, "acChkm:pP:uvrsR", longopts, NULL);
  /system/core/fastboot/
fastboot.c 893 const struct option longopts[] = { local
906 c = getopt_long(argc, argv, "wub:k:n:r:s:S:lp:c:i:m:h", longopts, NULL);
  /external/genext2fs/
genext2fs.c 2543 struct option longopts[] = { local
    [all...]

Completed in 376 milliseconds