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

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

Completed in 104 milliseconds