Home
last modified time | relevance | path

Searched refs:_PATH_CHMOD (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.sbin/user/
H A Dpathnames.h35 #define _PATH_CHMOD "/bin/chmod" macro
H A Duser.c361 (void)asystem("%s -R u+w %s", _PATH_CHMOD, dir); in copydotfiles()
363 (void)asystem("%s 0%o %s", _PATH_CHMOD, homeperm, dir); in copydotfiles()