Home
last modified time | relevance | path

Searched refs:state_short (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libarchive/unzip/
H A Dcmdline.c82 enum { state_start = 0, state_next_word, state_short, state_long }; in bsdunzip_getopt() enumerator
135 bsdunzip->getopt_state = state_short; in bsdunzip_getopt()
143 if (bsdunzip->getopt_state == state_short) { in bsdunzip_getopt()
/freebsd/contrib/libarchive/cat/
H A Dcmdline.c115 state_short, state_long }; in bsdcat_getopt() enumerator
167 bsdcat->getopt_state = state_short; in bsdcat_getopt()
175 if (bsdcat->getopt_state == state_short) { in bsdcat_getopt()
/freebsd/contrib/libarchive/cpio/
H A Dcmdline.c113 enum { state_start = 0, state_next_word, state_short, state_long }; in cpio_getopt() enumerator
164 state = state_short; in cpio_getopt()
172 if (state == state_short) { in cpio_getopt()
/freebsd/contrib/libarchive/tar/
H A Dcmdline.c219 state_short, state_long }; in bsdtar_getopt() enumerator
305 bsdtar->getopt_state = state_short; in bsdtar_getopt()
313 if (bsdtar->getopt_state == state_short) { in bsdtar_getopt()