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

/freebsd-10-stable/contrib/llvm/tools/lldb/tools/lldb-platform/
H A Dlldb-platform.cpp124 std::string short_options(OptionParser::GetShortOptionString(g_long_options));
133 while ((ch = getopt_long_only(argc, argv, short_options.c_str(), g_long_options, &long_option_index)) != -1)
/freebsd-10-stable/contrib/libarchive/cat/
H A Dcmdline.c49 static const char *short_options = "h"; variable
180 p = strchr(short_options, opt);
/freebsd-10-stable/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-stable/contrib/libarchive/tar/
H A Dcmdline.c49 static const char *short_options variable
254 p = strchr(short_options, opt);
314 p = strchr(short_options, opt);
/freebsd-10-stable/contrib/libarchive/cpio/
H A Dcmdline.c54 static const char *short_options = "0AaBC:cdE:F:f:H:hI:iJjLlmnO:opR:rtuVvW:yZz"; variable
175 p = strchr(short_options, opt);
/freebsd-10-stable/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 144 milliseconds