Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/cat/
H A Dcmdline.c115 enum { state_start = 0, state_old_tar, state_next_word, in bsdcat_getopt() enumerator
134 bsdcat->getopt_state = state_next_word; in bsdcat_getopt()
140 if (bsdcat->getopt_state == state_next_word) { in bsdcat_getopt()
175 bsdcat->getopt_state = state_next_word; in bsdcat_getopt()
205 bsdcat->getopt_state = state_next_word; in bsdcat_getopt()
214 bsdcat->getopt_state = state_next_word; in bsdcat_getopt()
/dragonfly/contrib/libarchive/tar/
H A Dcmdline.c217 enum { state_start = 0, state_old_tar, state_next_word, in bsdtar_getopt() enumerator
237 bsdtar->getopt_state = state_next_word; in bsdtar_getopt()
253 bsdtar->getopt_state = state_next_word; in bsdtar_getopt()
276 if (bsdtar->getopt_state == state_next_word) { in bsdtar_getopt()
311 bsdtar->getopt_state = state_next_word; in bsdtar_getopt()
341 bsdtar->getopt_state = state_next_word; in bsdtar_getopt()
350 bsdtar->getopt_state = state_next_word; in bsdtar_getopt()
/dragonfly/contrib/libarchive/cpio/
H A Dcmdline.c114 enum { state_start = 0, state_next_word, state_short, state_long }; in cpio_getopt() enumerator
131 state = state_next_word; in cpio_getopt()
137 if (state == state_next_word) { in cpio_getopt()
172 state = state_next_word; in cpio_getopt()
202 state = state_next_word; in cpio_getopt()
211 state = state_next_word; in cpio_getopt()