Home
last modified time | relevance | path

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

/minix3/external/bsd/libarchive/dist/tar/
H A Dcmdline.c178 state_short, state_long }; in bsdtar_getopt() enumerator
256 state = state_long; in bsdtar_getopt()
300 state = state_long; in bsdtar_getopt()
310 if (state == state_long) { in bsdtar_getopt()
/minix3/external/bsd/libarchive/dist/cpio/
H A Dcmdline.c102 enum { state_start = 0, state_next_word, state_short, state_long }; in cpio_getopt() enumerator
143 state = state_long; in cpio_getopt()
187 state = state_long; in cpio_getopt()
197 if (state == state_long) { in cpio_getopt()