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

/xsrc/external/mit/xterm/dist/
H A Dxstrings.h43 extern Boolean x_getpwuid(uid_t /* uid */, struct passwd * /* result */);
H A Dxstrings.c172 if ((ok3 = x_getpwuid(uid, &pw3))
251 x_getpwuid(uid_t uid, struct passwd *result) function in typeref:typename:Boolean
263 TRACE2(("x_getpwuid(%d) %d\n", (int) uid, (int) code));
H A Dmain.c4867 if (x_getpwuid(screen->uid, &pw)) {
5231 } else if ((!OkPasswd(&pw) && !x_getpwuid(screen->uid, &pw))
H A Dmisc.c2353 if (x_getpwuid(screen->uid, &pw)) {

Completed in 17 milliseconds