Home
last modified time | relevance | path

Searched refs:state_long (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/libarchive/cat/
H A Dcmdline.c116 state_short, state_long }; in bsdcat_getopt() enumerator
158 bsdcat->getopt_state = state_long; in bsdcat_getopt()
202 bsdcat->getopt_state = state_long; in bsdcat_getopt()
212 if (bsdcat->getopt_state == state_long) { in bsdcat_getopt()
/freebsd-12.1/contrib/libarchive/cpio/
H A Dcmdline.c112 enum { state_start = 0, state_next_word, state_short, state_long }; in cpio_getopt() enumerator
153 state = state_long; in cpio_getopt()
197 state = state_long; in cpio_getopt()
207 if (state == state_long) { in cpio_getopt()
/freebsd-12.1/contrib/libarchive/tar/
H A Dcmdline.c214 state_short, state_long }; in bsdtar_getopt() enumerator
290 bsdtar->getopt_state = state_long; in bsdtar_getopt()
334 bsdtar->getopt_state = state_long; in bsdtar_getopt()
344 if (bsdtar->getopt_state == state_long) { in bsdtar_getopt()