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

/sssd/src/util/
H A Dfind_uid.c174 static errno_t name_to_pid(const char *name, pid_t *pid) function
230 ret = name_to_pid(dirent->d_name, &pid);
232 DEBUG(SSSDBG_CRIT_FAILURE, "name_to_pid failed.\n");

Completed in 1032 milliseconds