Home
last modified time | relevance | path

Searched defs:state_start (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/libarchive/unzip/
H A Dcmdline.c82 enum { state_start = 0, state_next_word, state_short, state_long }; bsdunzip_getopt() enumerator
/freebsd-src/contrib/libarchive/tar/
H A Dcmdline.c218 if (bsdtar->getopt_state == state_start) { in bsdtar_getopt() enumerator
/freebsd-src/contrib/libarchive/cat/
H A Dcmdline.c114 if (bsdcat->getopt_state == state_start) { in bsdcat_getopt() enumerator
/freebsd-src/contrib/libarchive/cpio/
H A Dcmdline.c113 if (state == state_start) { in cpio_getopt() enumerator