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

/illumos-gate/usr/src/cmd/tsol/updatehome/
H A Dsetupfiles.c49 static int copyfile(const char *min_home, const char *home, const char *target,
51 static int linkfile(const char *min_home, const char *home, const char *target,
93 char min_home[MAXPATHLEN]; /* real path to min $HOME */ local
146 (void) snprintf(min_home, MAXPATHLEN, "%s%s",
151 if ((strlen(min_home) + strlen(COPY)) > (MAXPATHLEN - 1)) {
153 dprintf("setupfiles copy path %s", min_home);
161 (void) strcpy(cl_file, min_home);
185 if (copyfile(min_home, home, file, flags) != 0) {
204 if ((strlen(min_home) + strlen(LINK)) > (MAXPATHLEN - 1)) {
206 dprintf("setupfiles link path %s", min_home);
343 copyfile(const char *min_home, const char *home, const char *target, int flags) argument
454 linkfile(const char *min_home, const char *home, const char *target, int flags) argument
[all...]

Completed in 58 milliseconds