Home | History | Annotate | Download | only in src

Lines Matching refs:pwd

34 #include <pwd.h>
72 struct passwd *pwd;
143 pwd = getpwuid(ID0realuid());
147 pwd = getpwnam(to);
149 if (pwd == NULL)
152 strncpy(to, pwd->pw_dir, endto - to);
209 struct passwd *pwd;
214 pwd = getpwuid(ID0realuid());
215 if (pwd != NULL)
217 if (!strcmp("*", arg->argv[f]) || !strcmp(pwd->pw_name, arg->argv[f])) {