Home
last modified time | relevance | path

Searched refs:getopt_state (Results 1 – 6 of 6) sorted by relevance

/src/contrib/libarchive/tar/
H A Dcmdline.c220 if (bsdtar->getopt_state == state_start) { in bsdtar_getopt()
228 bsdtar->getopt_state = state_next_word; in bsdtar_getopt()
230 bsdtar->getopt_state = state_old_tar; in bsdtar_getopt()
239 if (bsdtar->getopt_state == state_old_tar) { in bsdtar_getopt()
244 bsdtar->getopt_state = state_next_word; in bsdtar_getopt()
267 if (bsdtar->getopt_state == state_next_word) { in bsdtar_getopt()
285 bsdtar->getopt_state = state_long; in bsdtar_getopt()
289 bsdtar->getopt_state = state_short; in bsdtar_getopt()
297 if (bsdtar->getopt_state == state_short) { in bsdtar_getopt()
302 bsdtar->getopt_state = state_next_word; in bsdtar_getopt()
[all …]
H A Dbsdtar.h61 int getopt_state; member
/src/contrib/libarchive/cat/
H A Dcmdline.c114 if (bsdcat->getopt_state == state_start) { in bsdcat_getopt()
121 bsdcat->getopt_state = state_next_word; in bsdcat_getopt()
127 if (bsdcat->getopt_state == state_next_word) { in bsdcat_getopt()
145 bsdcat->getopt_state = state_long; in bsdcat_getopt()
149 bsdcat->getopt_state = state_short; in bsdcat_getopt()
157 if (bsdcat->getopt_state == state_short) { in bsdcat_getopt()
162 bsdcat->getopt_state = state_next_word; in bsdcat_getopt()
189 bsdcat->getopt_state = state_long; in bsdcat_getopt()
192 bsdcat->getopt_state = state_next_word; in bsdcat_getopt()
199 if (bsdcat->getopt_state == state_long) { in bsdcat_getopt()
[all …]
H A Dbsdcat.h21 int getopt_state; member
/src/contrib/libarchive/unzip/
H A Dcmdline.c81 if (bsdunzip->getopt_state == state_start) { in bsdunzip_getopt()
87 bsdunzip->getopt_state = state_next_word; in bsdunzip_getopt()
93 if (bsdunzip->getopt_state == state_next_word) { in bsdunzip_getopt()
113 bsdunzip->getopt_state = state_long; in bsdunzip_getopt()
117 bsdunzip->getopt_state = state_short; in bsdunzip_getopt()
125 if (bsdunzip->getopt_state == state_short) { in bsdunzip_getopt()
130 bsdunzip->getopt_state = state_next_word; in bsdunzip_getopt()
157 bsdunzip->getopt_state = state_next_word; in bsdunzip_getopt()
163 if (bsdunzip->getopt_state == state_long) { in bsdunzip_getopt()
165 bsdunzip->getopt_state = state_next_word; in bsdunzip_getopt()
H A Dbsdunzip.h24 int getopt_state; member