Searched defs:adjunct_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.c138 char lockfile[FILENAME_MAX], adjunct_file[FILENAME_MAX]; variable
154 strcpy(adjunct_file, DEFDIR "security/passwd.adjunct");
177 strcpy(adjunct_file, argv[i]);
183 strcat(adjunct_file, "security/passwd.adjunct");
188 strcat(adjunct_file,
250 strcpy(adjunct_file, argv[++i]);
251 if (access(adjunct_file, F_OK) != 0) {
255 adjunct_file);
300 if (access(adjunct_file, W_OK) == 0) {

Completed in 43 milliseconds