Home
last modified time | relevance | path

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

/haiku/src/bin/unzip/
H A Dcryptf.c416 GLOBAL(nopwd) = TRUE; /* inhibit password prompting! */
428 else if (GLOBAL(nopwd))
450 GLOBAL(nopwd) = TRUE; /* inhibit any further PW prompt! */
H A Dcrypt.c413 GLOBAL(nopwd) = TRUE; /* inhibit password prompting! */
425 else if (GLOBAL(nopwd))
447 GLOBAL(nopwd) = TRUE; /* inhibit any further PW prompt! */
H A Dglobals.h294 int nopwd; /* crypt static */ member