Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/cpio/
H A Dcmdline.c114 enum { state_start = 0, state_next_word, state_short, state_long }; in cpio_getopt() enumerator
115 static int state = state_start; in cpio_getopt()
127 if (state == state_start) { in cpio_getopt()
/dragonfly/contrib/libarchive/cat/
H A Dcmdline.c115 enum { state_start = 0, state_old_tar, state_next_word, in bsdcat_getopt() enumerator
127 if (bsdcat->getopt_state == state_start) { 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
229 if (bsdtar->getopt_state == state_start) { in bsdtar_getopt()