Searched refs:long_opts (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/bc-21/bc/dc/
H A Ddc.c128 static struct option const long_opts[] = {
148 while ((c = getopt_long(argc, argv, "hVe:f:", long_opts, (int *)0)) != EOF) {
127 static struct option const long_opts[] = { variable
/macosx-10.9.5/PowerManagement-420.90.1/darktool/
H A Ddarktool.c482 struct option *long_opts = long_opts_from_darktool_opts(); local
494 ch = getopt_long(argc, argv, "", long_opts, &optind);
502 if (!strcmp(long_opts[optind].name, kActionGet)) {
507 if (!strcmp(long_opts[optind].name, kOptionDWInterval)) {
510 if (!strcmp(long_opts[optind].name, kActionRequestMaintenanceWake)
511 || !strcmp(long_opts[optind].name, kActionRequestBackgroundWake)
512 || !strcmp(long_opts[optind].name, kActionRequestSleepServiceWake)) {
516 if (!strcmp(long_opts[optind].name, kOptionAssertionTimeout)) {
520 if (!strcmp(long_opts[optind].name, kActionSetTCPKeepAliveExpirationTimeout)) {
527 if (!strcmp(long_opts[optin
[all...]
/macosx-10.9.5/man-16/man/src/
H A Dman-getopt.c49 static const struct option long_opts[] = { variable in typeref:struct:option
69 while ((c = getopt_long (argc, argv, short_opts, long_opts, NULL)) != -1){
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dargp-parse.c255 struct option *long_opts;
331 && find_long_option (cvt->parser->long_opts, opt->name) < 0)
403 cvt.long_end = parser->long_opts;
509 parser->long_opts = (struct option *) (storage + csum);
771 struct option *long_opt = parser->long_opts;
810 parser->short_opts, parser->long_opts, 0,
814 parser->short_opts, parser->long_opts, 0,
250 struct option *long_opts; member in struct:parser
/macosx-10.9.5/gnutar-452/gnutar/rmt/
H A Drmt.c279 static struct option const long_opts[] = variable
602 switch (getopt_long (argc, argv, "", long_opts, NULL))

Completed in 232 milliseconds