Searched refs:bsdunzip (Results 1 – 7 of 7) sorted by relevance
62 bsdunzip_getopt(struct bsdunzip *bsdunzip) in bsdunzip_getopt() argument78 bsdunzip->argument = NULL; in bsdunzip_getopt()81 if (bsdunzip->getopt_state == state_start) { in bsdunzip_getopt()83 ++bsdunzip->argv; in bsdunzip_getopt()84 --bsdunzip->argc; in bsdunzip_getopt()85 if (*bsdunzip->argv == NULL) in bsdunzip_getopt()87 bsdunzip->getopt_state = state_next_word; in bsdunzip_getopt()93 if (bsdunzip->getopt_state == state_next_word) { in bsdunzip_getopt()95 if (bsdunzip->argv[0] == NULL) in bsdunzip_getopt()98 if (bsdunzip->argv[0][0] != '-') in bsdunzip_getopt()[all …]
1092 struct bsdunzip *bsdunzip, bsdunzip_storage; in getopts() local1096 bsdunzip = &bsdunzip_storage; in getopts()1097 memset(bsdunzip, 0, sizeof(*bsdunzip)); in getopts()1099 bsdunzip->argv = argv; in getopts()1100 bsdunzip->argc = argc; in getopts()1102 while ((opt = bsdunzip_getopt(bsdunzip)) != -1) { in getopts()1115 d_arg = bsdunzip->argument; in getopts()1122 O_arg = bsdunzip->argument; in getopts()1145 P_arg = bsdunzip->argument; in getopts()1160 add_pattern(&exclude, bsdunzip->argument); in getopts()[all …]
22 struct bsdunzip { struct38 int bsdunzip_getopt(struct bsdunzip *); argument
6 PROG= bsdunzip12 SRCS= bsdunzip.c
30 export BSDUNZIP=$(which bsdunzip)
26 * **unzip**: the 'bsdunzip' program is a simple replacement tool for Info-ZIP's unzip
37 Jul 14, 2023: bsdunzip port from FreeBSD