Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/unzip/
H A Dbsdunzip.c74 static const char *P_arg; /* passphrase */ variable
993 if (P_arg) in unzip()
994 archive_read_add_passphrase(a, P_arg); in unzip()
1145 P_arg = bsdunzip->argument; in getopts()