HomeSort by: relevance | last modified time | path
    Searched defs:short_opts (Results 1 - 4 of 4) sorted by relevancy

  /src/external/public-domain/xz/dist/src/xzdec/
xzdec.c 98 static const char short_opts[] = "cdkM:hqQV"; local
114 while ((c = getopt_long(argc, argv, short_opts, long_opts, NULL))
xzdec.c 98 static const char short_opts[] = "cdkM:hqQV"; local
114 while ((c = getopt_long(argc, argv, short_opts, long_opts, NULL))
  /src/external/public-domain/xz/dist/src/xz/
args.c 148 static const char short_opts[] local
215 while ((c = getopt_long(argc, argv, short_opts, long_opts, NULL))
args.c 148 static const char short_opts[] local
215 while ((c = getopt_long(argc, argv, short_opts, long_opts, NULL))

Completed in 96 milliseconds