Searched refs:state_short (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/libarchive/cat/
H A Dcmdline.c116 state_short, state_long }; enumerator in enum:__anon1060
162 bsdcat->getopt_state = state_short;
170 if (bsdcat->getopt_state == state_short) {
/freebsd-13-stable/contrib/libarchive/cpio/
H A Dcmdline.c112 enum { state_start = 0, state_next_word, state_short, state_long }; enumerator in enum:__anon1061
157 state = state_short;
165 if (state == state_short) {
/freebsd-13-stable/contrib/libarchive/tar/
H A Dcmdline.c216 state_short, state_long }; enumerator in enum:__anon1159
296 bsdtar->getopt_state = state_short;
304 if (bsdtar->getopt_state == state_short) {

Completed in 109 milliseconds