HomeSort by: relevance | last modified time | path
    Searched defs:pass_entry (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/at/
at.c 176 struct passwd *pass_entry; local in function:writefile
291 pass_entry = getpwuid(real_uid);
292 if (pass_entry != NULL)
293 mailname = pass_entry->pw_name;
at.c 176 struct passwd *pass_entry; local in function:writefile
291 pass_entry = getpwuid(real_uid);
292 if (pass_entry != NULL)
293 mailname = pass_entry->pw_name;
at.c 176 struct passwd *pass_entry; local in function:writefile
291 pass_entry = getpwuid(real_uid);
292 if (pass_entry != NULL)
293 mailname = pass_entry->pw_name;

Completed in 31 milliseconds