Searched refs:mountpt_dir (Results 1 – 1 of 1) sorted by relevance
261 char mountpt_dir[MAXPATHLEN + 1]; in make_mp() local286 (void) snprintf(mountpt_dir, sizeof (mountpt_dir), "%s/%s", in make_mp()288 if (mkdir(mountpt_dir, 0) == SYSERR) { in make_mp()292 lip->li_tmpmp = strdup(mountpt_dir); in make_mp()