Home
last modified time | relevance | path

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

/openbsd-src/games/trek/
H A Ddestruct.c63 char checkpass[15]; in destruct() local
84 getstrpar("Enter password verification", checkpass, 14, 0); in destruct()
86 if (strcmp(checkpass, Game.passwd) != 0) in destruct()