Searched refs:_PATH_CHMOD (Results 1 – 2 of 2) sorted by relevance
35 #define _PATH_CHMOD "/bin/chmod" macro
361 (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()