Searched refs:longindex (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dgetoptl.c42 golly(int argc, char* const* argv, const char* optstring, const struct option* longopts, int* longindex, int flags) argument
142 getopt_long(int argc, char* const* argv, const char* optstring, const struct option* longopts, int* longindex) argument
144 return golly(argc, argv, optstring, longopts, longindex, 2);
148 getopt_long_only(int argc, char* const* argv, const char* optstring, const struct option* longopts, int* longindex) argument
150 return golly(argc, argv, optstring, longopts, longindex, 1);
/macosx-10.10/bless-103/
H A Dbless.c116 int ch, longindex; local
141 while ((ch = getopt_long_only(argc, argv, "", longopts, &longindex)) != -1) {
172 struct option *opt = &longopts[longindex];
/macosx-10.10/file-46/file/src/
H A Dfile.c67 int getopt_long(int argc, char * const *argv, const char *optstring, const struct option *longopts, int *longindex);
153 int longindex; local
177 &longindex)) != -1)
180 switch (longindex) {
/macosx-10.10/kext_tools-384.1.4/
H A Dkclist_main.c225 int longindex = -1; local
243 kOptChars, sOptInfo, &longindex)) != -1) {
279 /* Reset longindex, because getopt_long_only() is stupid and doesn't.
281 longindex = -1;
H A Dkctool_main.c180 int longindex = -1; local
188 kOptChars, sOptInfo, &longindex)) != -1) {
216 /* Reset longindex, because getopt_long_only() is stupid and doesn't.
218 longindex = -1;
H A Dkextload_main.c146 int longindex; local
170 kOptChars, sOptInfo, &longindex)) != -1) {
H A Dkextunload_main.c134 int longindex = -1; local
167 kOptChars, sOptInfo, &longindex)) != -1) {
H A Dkcgen_main.c224 int longindex = -1; local
247 kOptChars, sOptInfo, &longindex)) != -1) {
297 /* isLongopt */ longindex != -1);
477 /* Reset longindex, because getopt_long_only() is stupid and doesn't.
479 longindex = -1;
H A Dkextd_main.c299 int longindex; local
323 kOptChars, sOptInfo, &longindex)) != -1) {
H A Dkextcache_main.c408 int longindex = -1; local
431 kOptChars, sOptInfo, &longindex)) != -1) {
497 /* isLongopt */ longindex != -1);
818 /* Reset longindex, because getopt_long_only() is stupid and doesn't.
820 longindex = -1;
H A Dkextutil_main.c185 int longindex; local
221 kOptChars, sOptInfo, &longindex)) != -1) {

Completed in 109 milliseconds