Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/man/
H A Dman.c677 char *ldir; in do_makewhatis() local
680 ldir = addlocale(p->path); in do_makewhatis()
681 if (*localedir != '\0' && getdirs(ldir, NULL, 0) > 0) in do_makewhatis()
682 mwpath(ldir); in do_makewhatis()
683 free(ldir); in do_makewhatis()
743 char *ldir; in whatapro() local
747 ldir = addlocale(b->path); in whatapro()
748 if (getdirs(ldir, NULL, 0) != 0) { in whatapro()
750 "%s/%s", ldir, WHATIS); in whatapro()
753 free(ldir); in whatapro()
[all …]
/illumos-gate/usr/src/ucbcmd/vipw/
H A Dvipw.c262 char *ldir; in sanity_check() local
349 ldir = ++cp; in sanity_check()
354 if (stat(ldir, &statbuf) < 0) { in sanity_check()
/illumos-gate/usr/src/tools/scripts/
H A Dnightly1186 ldir=`dirname $lockf`
1187 [ -d $ldir ] || newdir $ldir || exit 1