Home | History | Annotate | Download | only in jpeg

Lines Matching full:switch

31  * The switch parser is designed to be useful with DOS-style command line
39 static char * outfilename; /* for -outfile switch */
40 static JCOPY_OPTION copyoption; /* -copy switch */
144 /* Not a switch, must be a file name argument */
151 arg++; /* advance past switch marker character */
305 usage(); /* bogus switch */
309 /* Post-switch-scanning cleanup */
372 * It is convenient to use just one switch-parsing routine, but the switch
384 /* Must have either -outfile switch or explicit output file name */