Home
last modified time | relevance | path

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

/dragonfly/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()
/dragonfly/contrib/libarchive/cpio/
H A Dcmdline.c114 enum { state_start = 0, state_next_word, state_short, state_long }; in cpio_getopt() enumerator
155 state = state_long; in cpio_getopt()
199 state = state_long; in cpio_getopt()
209 if (state == state_long) { in cpio_getopt()
/dragonfly/contrib/libarchive/tar/
H A Dcmdline.c218 state_short, state_long }; in bsdtar_getopt() enumerator
294 bsdtar->getopt_state = state_long; in bsdtar_getopt()
338 bsdtar->getopt_state = state_long; in bsdtar_getopt()
348 if (bsdtar->getopt_state == state_long) { in bsdtar_getopt()