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

/sssd-io/src/providers/files/
H A Dfiles_ops.c55 FILE *pwd_handle = NULL; local
58 pwd_handle = fopen(passwd_file, "r");
59 if (pwd_handle == NULL) {
74 while ((pwd_iter = fgetpwent(pwd_handle)) != NULL) {
132 if (pwd_handle) {
133 close_ret = fclose(pwd_handle);

Completed in 10 milliseconds