Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/cpio/
H A Dcmdline.c94 enum { state_start = 0, state_next_word, state_short, state_long }; in cpio_getopt() enumerator
95 static int state = state_start; in cpio_getopt()
113 if (state == state_start) { in cpio_getopt()
/freebsd/contrib/libarchive/unzip/
H A Dcmdline.c64 enum { state_start = 0, state_next_word, state_short, state_long }; in bsdunzip_getopt() enumerator
81 if (bsdunzip->getopt_state == state_start) { in bsdunzip_getopt()
/freebsd/contrib/libarchive/cat/
H A Dcmdline.c96 enum { state_start = 0, state_old_tar, state_next_word, in bsdcat_getopt() enumerator
114 if (bsdcat->getopt_state == state_start) { in bsdcat_getopt()
/freebsd/contrib/libarchive/tar/
H A Dcmdline.c202 enum { state_start = 0, state_old_tar, state_next_word, in bsdtar_getopt() enumerator
220 if (bsdtar->getopt_state == state_start) { in bsdtar_getopt()