Searched refs:configfd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c488 int configfd; local
503 if ((configfd = open(CRYPT_CONFFILE, O_RDONLY)) == -1) {
512 if (fstat(configfd, &stb) < 0) {
541 if ((fconf = fdopen(configfd, "rF")) == NULL) {
543 configfd, strerror(errno));
685 (void) close(configfd);

Completed in 75 milliseconds