Home | History | Annotate | Download | only in pppd

Lines Matching refs:user

96 char	user[MAXNAMELEN];	/* Username for PAP */
462 char *user, *path, *file;
468 if (pw == NULL || (user = pw->pw_dir) == NULL || user[0] == 0)
471 pl = strlen(user) + strlen(file) + 2;
475 slprintf(path, pl, "%s/%s", user, file);
486 * the command line if it is something that the user can't override
1077 * readable - check if a file is readable by the real user.