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

  /src/external/gpl2/gettext/dist/gettext-tools/src/
msginit.c 964 struct passwd *userpasswd; local
971 userpasswd = getpwnam (username);
972 if (userpasswd != NULL)
973 return userpasswd;
983 userpasswd = getpwnam (username);
984 if (userpasswd != NULL)
985 return userpasswd;
992 userpasswd = getpwuid (getuid ());
993 if (userpasswd != NULL)
994 return userpasswd;
    [all...]

Completed in 16 milliseconds