Home
last modified time | relevance | path

Searched refs:bsdunzip (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/libarchive/unzip/
H A Dcmdline.c62 bsdunzip_getopt(struct bsdunzip *bsdunzip) in bsdunzip_getopt() argument
78 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 …]
H A Dbsdunzip.c1092 struct bsdunzip *bsdunzip, bsdunzip_storage; in getopts() local
1096 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 …]
H A Dbsdunzip.h22 struct bsdunzip { struct
38 int bsdunzip_getopt(struct bsdunzip *); argument
/freebsd/usr.bin/unzip/
H A DMakefile6 PROG= bsdunzip
12 SRCS= bsdunzip.c
/freebsd/usr.bin/unzip/tests/
H A Dfunctional_test.sh30 export BSDUNZIP=$(which bsdunzip)
/freebsd/contrib/libarchive/
H A DREADME.md26 * **unzip**: the 'bsdunzip' program is a simple replacement tool for Info-ZIP's unzip
H A DNEWS37 Jul 14, 2023: bsdunzip port from FreeBSD