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

  /src/external/public-domain/xz/dist/src/lzmainfo/
lzmainfo.c 87 static const struct option long_opts[] = { local
94 while ((c = getopt_long(argc, argv, "", long_opts, NULL)) != -1) {
  /src/external/public-domain/xz/dist/src/xzdec/
xzdec.c 123 static const struct option long_opts[] = { local
138 while ((c = getopt_long(argc, argv, short_opts, long_opts, NULL))
  /src/external/public-domain/xz/dist/src/xz/
args.c 241 static const struct option long_opts[] = { local
320 while ((c = getopt_long(argc, argv, short_opts, long_opts, NULL))
  /src/external/bsd/byacc/dist/
main.c 226 } long_opts[] = { variable in typeref:struct:__anon23
282 for (n = 0; n < SIZEOF(long_opts); ++n)
285 long_opts[n].long_opt,
286 long_opts[n].yacc_opt);
402 for (lc = 0; lc < SIZEOF(long_opts); ++lc)
404 if (!strncmp(long_opts[lc].long_opt, a + 2, len - 2))
406 if (eqls != NULL && !long_opts[lc].yacc_arg)
409 *a++ = long_opts[lc].yacc_opt;

Completed in 34 milliseconds