Searched refs:state_next_word (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/contrib/libarchive/cat/ |
| HD | cmdline.c | 96 enum { state_start = 0, state_old_tar, state_next_word, in bsdcat_getopt() enumerator 121 bsdcat->getopt_state = state_next_word; in bsdcat_getopt() 127 if (bsdcat->getopt_state == state_next_word) { in bsdcat_getopt() 162 bsdcat->getopt_state = state_next_word; in bsdcat_getopt() 192 bsdcat->getopt_state = state_next_word; in bsdcat_getopt() 201 bsdcat->getopt_state = state_next_word; in bsdcat_getopt()
|
| /freebsd-13-stable/contrib/libarchive/unzip/ |
| HD | cmdline.c | 64 enum { state_start = 0, state_next_word, state_short, state_long }; in bsdunzip_getopt() enumerator 87 bsdunzip->getopt_state = state_next_word; in bsdunzip_getopt() 93 if (bsdunzip->getopt_state == state_next_word) { in bsdunzip_getopt() 130 bsdunzip->getopt_state = state_next_word; in bsdunzip_getopt() 157 bsdunzip->getopt_state = state_next_word; in bsdunzip_getopt() 165 bsdunzip->getopt_state = state_next_word; in bsdunzip_getopt()
|
| /freebsd-13-stable/contrib/libarchive/tar/ |
| HD | cmdline.c | 200 enum { state_start = 0, state_old_tar, state_next_word, in bsdtar_getopt() enumerator 226 bsdtar->getopt_state = state_next_word; in bsdtar_getopt() 242 bsdtar->getopt_state = state_next_word; in bsdtar_getopt() 265 if (bsdtar->getopt_state == state_next_word) { in bsdtar_getopt() 300 bsdtar->getopt_state = state_next_word; in bsdtar_getopt() 330 bsdtar->getopt_state = state_next_word; in bsdtar_getopt() 339 bsdtar->getopt_state = state_next_word; in bsdtar_getopt()
|
| /freebsd-13-stable/contrib/libarchive/cpio/ |
| HD | cmdline.c | 94 enum { state_start = 0, state_next_word, state_short, state_long }; in cpio_getopt() enumerator 117 state = state_next_word; in cpio_getopt() 123 if (state == state_next_word) { in cpio_getopt() 158 state = state_next_word; in cpio_getopt() 188 state = state_next_word; in cpio_getopt() 197 state = state_next_word; in cpio_getopt()
|