Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.c61 #define DEFDIR "/etc/" macro
151 strcpy(passwd_file, DEFDIR MYPASSWD); in main()
152 strcpy(shadow_file, DEFDIR MYSHADOW); in main()
153 strcpy(lockfile, DEFDIR ".pwd.lock"); in main()
154 strcpy(adjunct_file, DEFDIR "security/passwd.adjunct"); in main()
294 if (strcmp(DEFDIR MYSHADOW, shadow_file) == 0) { in main()