Home
last modified time | relevance | path

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

/src/contrib/libarchive/cat/
H A Dcmdline.c97 state_short, state_long }; in bsdcat_getopt() enumerator
145 bsdcat->getopt_state = state_long; in bsdcat_getopt()
189 bsdcat->getopt_state = state_long; in bsdcat_getopt()
199 if (bsdcat->getopt_state == state_long) { in bsdcat_getopt()
/src/contrib/libarchive/tar/
H A Dcmdline.c203 state_short, state_long }; in bsdtar_getopt() enumerator
285 bsdtar->getopt_state = state_long; in bsdtar_getopt()
329 bsdtar->getopt_state = state_long; in bsdtar_getopt()
339 if (bsdtar->getopt_state == state_long) { in bsdtar_getopt()
/src/contrib/libarchive/cpio/
H A Dcmdline.c94 enum { state_start = 0, state_next_word, state_short, state_long }; in cpio_getopt() enumerator
141 state = state_long; in cpio_getopt()
185 state = state_long; in cpio_getopt()
195 if (state == state_long) { in cpio_getopt()
/src/contrib/libarchive/unzip/
H A Dcmdline.c64 enum { state_start = 0, state_next_word, state_short, state_long }; in bsdunzip_getopt() enumerator
113 bsdunzip->getopt_state = state_long; in bsdunzip_getopt()
163 if (bsdunzip->getopt_state == state_long) { in bsdunzip_getopt()