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

  /src/external/public-domain/xz/dist/src/xzdec/
xzdec.c 122 static const char short_opts[] = "cdkhqQV"; local
138 while ((c = getopt_long(argc, argv, short_opts, long_opts, NULL))
  /src/external/public-domain/xz/dist/src/xz/
args.c 238 static const char short_opts[] local
320 while ((c = getopt_long(argc, argv, short_opts, long_opts, NULL))

Completed in 16 milliseconds