Searched refs:getopt_state (Results 1 – 2 of 2) sorted by relevance
209 if (bsdtar->getopt_state == state_start) { in bsdtar_getopt()217 bsdtar->getopt_state = state_next_word; in bsdtar_getopt()219 bsdtar->getopt_state = state_old_tar; in bsdtar_getopt()228 if (bsdtar->getopt_state == state_old_tar) { in bsdtar_getopt()233 bsdtar->getopt_state = state_next_word; in bsdtar_getopt()256 if (bsdtar->getopt_state == state_next_word) { in bsdtar_getopt()274 bsdtar->getopt_state = state_long; in bsdtar_getopt()278 bsdtar->getopt_state = state_short; in bsdtar_getopt()286 if (bsdtar->getopt_state == state_short) { in bsdtar_getopt()291 bsdtar->getopt_state = state_next_word; in bsdtar_getopt()[all …]
79 int getopt_state; member