Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/keyserv/
H A Dkeylogin.c117 int rootfd, bakfd, hexkeybytes; in write_rootkey() local
124 if ((bakfd = creat(ROOTKEY_FILE_BACKUP, 0600)) < 0) { in write_rootkey()
128 close(bakfd); in write_rootkey()
H A Dchkey.c738 int rootfd, bakfd, hexkeybytes; in write_rootkey() local
745 if ((bakfd = creat(ROOTKEY_FILE_BACKUP, 0600)) < 0) { in write_rootkey()
749 close(bakfd); in write_rootkey()