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

  /src/usr.bin/at/
perm.c 89 struct passwd *pentry; local in function:check_permission
94 if ((pentry = getpwuid(uid)) == NULL) {
106 return check_for_user(fp, pentry->pw_name);
115 return !check_for_user(fp, pentry->pw_name);
  /src/usr.bin/config/
mkdevsw.c 107 pentry(FILE *fp, struct hashtab *t, devmajor_t i, char p) function in typeref:typename:void
139 pentry(fp, bdevmtab, i, 'b');
154 pentry(fp, cdevmtab, i, 'c');
  /src/libexec/atrun/
atrun.c 124 become_user(struct passwd *pentry, uid_t uid)
126 if (initgroups(pentry->pw_name, pentry->pw_gid) == -1)
127 perr("Cannot init group list for `%s'", pentry->pw_name);
129 if (setegid(pentry->pw_gid) == -1 || setgid(pentry->pw_gid) == -1)
131 (unsigned long)pentry->pw_gid);
136 if (setlogin(pentry->pw_name) == -1)
137 perr("Cannot set login name to `%s'", pentry->pw_name);
142 if (chdir(pentry->pw_dir) == -1
163 struct passwd *pentry; local in function:run_file
    [all...]
  /src/sys/arch/vax/vax/
pmap.c 1212 int *pentry; local in function:pmap_map
1220 pentry = &((int *)Sysmap)[virtual >> VAX_PGSHIFT];
1222 *pentry++ = (count >> VAX_PGSHIFT)|PG_V|

Completed in 51 milliseconds