Home | History | Annotate | Download | only in pppd

Lines Matching refs:getuid

427     if (seteuid(getuid()) == -1) {
2348 if ((pw = getpwuid(getuid())) != NULL && pw->pw_name != NULL)
2351 slprintf(struid, sizeof(struid), "%d", getuid());