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

/freebsd-10.0-release/contrib/libarchive/tar/
H A Dcmdline.c49 static const char *short_options variable
236 p = strchr(short_options, opt);
296 p = strchr(short_options, opt);
/freebsd-10.0-release/contrib/libarchive/cpio/
H A Dcmdline.c54 static const char *short_options = "0AaBC:cdE:F:f:H:hI:iJjLlmnO:opR:rtuVvW:yZz"; variable
171 p = strchr(short_options, opt);
/freebsd-10.0-release/contrib/texinfo/info/
H A Dinfo.c129 static char *short_options = "d:n:f:ho:ORswb"; variable
131 static char *short_options = "d:n:f:ho:ORws"; variable
173 (argc, argv, short_options, long_options, &getopt_long_index);
H A Dinfokey.c56 static char *short_options = "o:"; variable
112 (argc, argv, short_options, long_options, &getopt_long_index);
/freebsd-10.0-release/gnu/usr.bin/grep/
H A Dgrep.c94 static char const short_options[] = variable
1324 while (opt = getopt_long (argc, argv, short_options, long_options, NULL),

Completed in 79 milliseconds