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

  /system/core/fastbootd/
fastbootd.c 46 const struct option longopts[] = { local
53 c = getopt_long(argc, argv, "Sn", longopts, NULL);
  /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);
  /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/core/fastbootd/other/
gptedit.c 86 const struct option longopts[] = { local
101 c = getopt_long(argc, argv, "pcadt:g:n:o:sl:", longopts, NULL);
  /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 240 const struct option longopts[] = { local
256 c = getopt_long(argc, argv, "acChkm:pP:uvrsR", longopts, NULL);
  /system/core/fastboot/
fastboot.c 992 const struct option longopts[] = { local
1005 c = getopt_long(argc, argv, "wub:k:n:r:t:s:S:lp:c:i:m:h", longopts, NULL);
    [all...]
  /external/genext2fs/
genext2fs.c 2543 struct option longopts[] = { local
    [all...]

Completed in 656 milliseconds