Home
last modified time | relevance | path

Searched refs:pwd (Results 176 – 181 of 181) sorted by relevance

12345678

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.probe40 if (test . -ef "`pwd`")
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c2831 struct passwd pwd, *resp; in set_logindev_perms() local
2952 rv = getpwuid_r(sb.st_uid, &pwd, pwd_buf, sizeof (pwd_buf), &resp); in set_logindev_perms()
2960 assert(&pwd == resp); in set_logindev_perms()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c8094 struct passwd *pwd = getpwuid(who); in print_history_records() local
8096 if (pwd != NULL) in print_history_records()
8097 (void) printf("(%s) ", pwd->pw_name); in print_history_records()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-header.p5m521 file path=usr/include/pwd.h
1822 link path=usr/share/man/man3head/pwd.3head target=pwd.h.3head
1823 file path=usr/share/man/man3head/pwd.h.3head
H A DSUNWcs.p5m703 file path=usr/bin/pwd mode=0555
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A Dsh.memo2970 \f5sh\ -c\ /bin/pwd\fP
2976 .B /bin/pwd
2980 .B pwd
2988 and then run the \f5/bin/pwd\fP

12345678