Searched refs:state_short (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/libarchive/cpio/
H A Dcmdline.c114 enum { state_start = 0, state_next_word, state_short, state_long }; enumerator in enum:__anon1
159 state = state_short;
167 if (state == state_short) {
/freebsd-11-stable/contrib/libarchive/tar/
H A Dcmdline.c216 state_short, state_long }; enumerator in enum:__anon65
296 bsdtar->getopt_state = state_short;
304 if (bsdtar->getopt_state == state_short) {
/freebsd-11-stable/contrib/libarchive/cat/
H A Dcmdline.c116 state_short, state_long }; enumerator in enum:__anon1822
162 bsdcat->getopt_state = state_short;
170 if (bsdcat->getopt_state == state_short) {

Completed in 74 milliseconds