Searched refs:fd_w (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/pam_modules/authtok_check/ | ||
H A D | packlib.c | 41 int fd_w; local 67 if ((fd_w = open(wname, O_RDWR|O_CREAT, 0600)) == -1) 80 if (pdesc->wfp = fdopen(fd_w, mode)) { |
Completed in 43 milliseconds