Searched refs:opt_word (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/libarchive-30/libarchive/tar/
H A Dcmdline.c181 static char *opt_word; local
203 opt_word = *bsdtar->argv++;
213 opt = *opt_word++;
253 opt_word = *bsdtar->argv++;
255 if (opt_word[1] == '-') {
258 opt_word += 2; /* Skip leading '--' */
262 ++opt_word; /* Skip leading '-' */
271 opt = *opt_word++;
287 /* If arg is run-in, opt_word already points to it. */
288 if (opt_word[
[all...]
/macosx-10.10.1/libarchive-30/libarchive/cpio/
H A Dcmdline.c104 static char *opt_word; local
139 opt_word = *cpio->argv++;
141 if (opt_word[1] == '-') {
144 opt_word += 2; /* Skip leading '--' */
148 ++opt_word; /* Skip leading '-' */
157 opt = *opt_word++;
173 /* If arg is run-in, opt_word already points to it. */
174 if (opt_word[0] == '\0') {
176 opt_word = *cpio->argv;
177 if (opt_word
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/ubrkperf/
H A Dubrkperf.cpp40 } else if(opt_word == TRUE) {
H A Dubrkperfold.cpp110 UBool opt_word = FALSE; variable
141 {"-word", OptSpec::FLAG, &opt_word},
184 } else if(opt_word == TRUE) {
205 } else if(opt_word == TRUE) {

Completed in 180 milliseconds