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

/xsrc/external/mit/xterm/dist/
H A Dxstrings.h42 extern Boolean x_getpwnam(const char * /* name */, struct passwd * /* result */);
H A Dxstrings.c167 if (x_getpwnam(login_name, &pw2)) {
188 * Call this with in_out pointing to data filled in by x_getpwnam() or by
189 * x_getpwnam(). It finds the user's logon name, if possible. As a side
231 x_getpwnam(const char *name, struct passwd *result) function in typeref:typename:Boolean

Completed in 36 milliseconds