Searched refs:short_options (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dargp-help.c365 /* A pointers into the HOL's short_options field, to the first short option
371 char *short_options;
429 char *short_options;
470 hol->short_options = malloc (num_short_options + 1);
472 assert (hol->entries && hol->short_options);
477 so = hol->short_options;
482 entry->short_options = so;
495 if (oshort (o) && ! find_char (o->key, hol->short_options, so))
550 free (hol->short_options);
567 char *so = entry->short_options;
366 char *short_options; member in struct:hol_entry
424 char *short_options; member in struct:hol
879 char *short_options = local
[all...]
/macosx-10.10.1/libarchive-30/libarchive/tar/
H A Dcmdline.c49 static const char *short_options variable
219 p = strchr(short_options, opt);
279 p = strchr(short_options, opt);
/macosx-10.10.1/libarchive-30/libarchive/cpio/
H A Dcmdline.c54 static const char *short_options = "0AaBC:cdE:F:f:H:hI:iJjLlmnO:opR:rtuvW:yZz"; variable
165 p = strchr(short_options, opt);
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Dzkt-ls.c92 # define short_options ":HKTV:afC::c:O:dhkLl:prstez" macro
94 # define short_options ":HKTV:af:c:O:dhkLl:prstez" macro
170 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 )
172 while ( (c = getopt (argc, argv, short_options)) != -1 )
H A Dzkt-conf.c73 # define short_options ":aC:c:O:dlstvwV:rh" macro
135 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 )
137 while ( (c = getopt (argc, argv, short_options)) != -1 )
H A Ddnssec-zkt.c89 # define short_options ":0:1:2:3:9A:C:D:P:S:R:HKTs:ZV:afF:c:O:dhkLl:prtez" macro
181 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 )
183 while ( (c = getopt (argc, argv, short_options)) != -1 )
H A Dzkt-keyman.c88 # define short_options ":0:1:2:3:9A:C:D:P:S:R:h:ZV:F:c:O:krz" macro
166 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 )
168 while ( (c = getopt (argc, argv, short_options)) != -1 )
H A Dzkt-signer.c68 # define short_options "c:L:V:D:N:o:O:dfHhnrv" macro
70 # define short_options "c:L:V:D:N:o:O:fHhnrv" macro
167 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 )
169 while ( (c = getopt (argc, argv, short_options)) != -1 )
/macosx-10.10.1/text_cmds-88/sort/
H A Dsort.c356 static char const short_options[] = "-bcdfgik:mMno:rsS:t:T:uy:z"; variable
2209 || ((c = getopt_long (argc, argv, short_options,

Completed in 195 milliseconds