Searched refs:_PATH_PWD_MKDB (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.sbin/vipw/ |
H A D | vipw.c | 72 if (unveil(_PATH_PWD_MKDB, "x") == -1) in main() 73 err(1, "unveil %s", _PATH_PWD_MKDB); in main()
|
/openbsd/usr.bin/chpass/ |
H A D | chpass.c | 189 if (unveil(_PATH_PWD_MKDB, "x") == -1) in main() 190 err(1, "unveil %s", _PATH_PWD_MKDB); in main()
|
/openbsd/usr.bin/passwd/ |
H A D | local_passwd.c | 89 if (unveil(_PATH_PWD_MKDB, "x") == -1) in local_passwd() 90 err(1, "unveil %s", _PATH_PWD_MKDB); in local_passwd()
|
/openbsd/include/ |
H A D | pwd.h | 54 #define _PATH_PWD_MKDB "/usr/sbin/pwd_mkdb" macro
|
/openbsd/lib/libutil/ |
H A D | passwd.c | 149 execv(_PATH_PWD_MKDB, av); in pw_mkdb()
|