Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-crypto/elfsign/
H A Delfsign.c463 static char pinbuf[PASS_MAX + 1]; in getpin() local
476 pp = fgets(pinbuf, sizeof (pinbuf), pinfile); in getpin()
483 pp = &pinbuf[strlen(pinbuf) - 1]; in getpin()
486 return (pinbuf); in getpin()