Searched refs:optchar (Results 1 - 19 of 19) sorted by last modified time

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextcache_main.c347 int optchar = 0; local
370 while ((optchar = getopt_long_only(*argc, *argv,
383 if (optchar == ':') {
386 optchar = optopt;
400 if (optchar == kOptMkext) {
401 optchar = 0;
407 if (optchar == kOptSystemMkext) {
408 optchar = 0;
412 switch (optchar) {
554 if (optchar
[all...]
H A Dkextd_main.c298 int optchar; local
322 while ((optchar = getopt_long_only(argc, (char * const *)argv,
329 switch (optchar) {
370 } /* switch (optchar) */
371 } /* while (optchar = getopt_long_only(...) */
H A Dkextutil_main.c183 int optchar; local
219 while ((optchar = getopt_long_only(argc, (char * const *)argv,
229 switch (optchar) {
493 } /* switch (optchar) */
494 } /* while (optchar = getopt_long_only(...) */
H A Dkcgen_main.c222 int optchar = 0; local
245 while ((optchar = getopt_long_only(*argc, *argv,
258 if (optchar == ':') {
261 optchar = optopt;
272 switch (optchar) {
H A Dkextload_main.c143 int optchar; local
167 while ((optchar = getopt_long_only(argc, (char * const *)argv,
173 switch (optchar) {
201 CFArrayAppendValue((optchar == kOptDependency) ?
257 } /* switch (optchar) */
258 } /* while (optchar = getopt_long_only(...) */
H A Dmkextunpack_main.c125 char optchar; local
144 while ((optchar = getopt(argc, (char * const *)argv, "a:d:hv")) != -1) {
145 switch (optchar) {
H A Dkctool_main.c179 int optchar = 0; local
187 while ((optchar = getopt_long_only(*argc, *argv,
190 switch (optchar) {
H A Dkclist_main.c198 int optchar = 0; local
216 while ((optchar = getopt_long_only(*argc, *argv,
219 switch (optchar) {
H A Dkextunload_main.c133 int optchar = 0; local
166 while ((optchar = getopt_long_only(argc, (char * const *)argv,
173 switch (optchar) {
212 } /* switch (optchar) */
213 } /* while (optchar = getopt_long_only(...) */
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dtestlockperf.c230 char optchar; local
247 while ((rv = apr_getopt(opt, "v", &optchar, &optarg)) == APR_SUCCESS) {
248 if (optchar == 'v') {
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dxec.c3141 shp->st.opterror = shp->st.optchar = 0;
H A Dinit.c305 shp->st.opterror = shp->st.optchar = 0;
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dgetopts.c104 opt_info.offset = shp->st.optchar;
174 shp->st.optchar = opt_info.offset;
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/include/
H A Ddefs.h91 short optchar; member in struct:sh_scoped
/macosx-10.9.5/misc_cmds-32/units/
H A Dunits.c678 int optchar; local
682 while ((optchar = getopt(argc, argv, "vqf:")) != -1) {
683 switch (optchar) {
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dgetopt_long.c368 int optchar, short_too; local
503 optchar = parse_long_options(nargv, options, long_options,
505 if (optchar != -1) {
507 return (optchar);
511 if ((optchar = (int)*place++) == (int)':' ||
512 (optchar == (int)'-' && *place != '\0') ||
513 (oli = strchr(options, optchar)) == NULL) {
519 if (optchar == (int)'-' && *place == '\0')
526 optchar);
529 warnx(illoptchar, optchar);
[all...]
/macosx-10.9.5/file-46/file/src/
H A Dgetopt_long.c183 int optchar; local
260 if ((optchar = (int)*place++) == (int)':' ||
261 (oli = strchr(options + (IGNORE_FIRST ? 1 : 0), optchar)) == NULL) {
266 warnx(illoptchar, optchar);
267 optopt = optchar;
270 if (optchar == 'W' && oli[1] == ';') { /* -W long-option */
278 warnx(recargchar, optchar);
279 optopt = optchar;
301 warnx(recargchar, optchar);
302 optopt = optchar;
[all...]
/macosx-10.9.5/less-23/less/
H A Dcommand.c74 static char optchar; variable
218 toggle_option(optchar, cbuf, optflag);
219 optchar = '\0';
336 if (optchar == '\0' && len_cmdbuf() == 0)
397 if (optchar == '\0')
405 c = optchar;
408 if (optchar != '\0')
436 optchar = o->oletter;
437 if (!lc && ASCII_IS_LOWER(optchar))
438 optchar
[all...]
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dtestlockperf.c231 char optchar; local
248 while ((rv = apr_getopt(opt, "vf:", &optchar, &optarg)) == APR_SUCCESS) {
249 if (optchar == 'v') {
252 if (optchar == 'f') {

Completed in 186 milliseconds