Searched refs:ldir (Results 1 – 3 of 3) sorted by relevance
677 char *ldir; in do_makewhatis() local680 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() local747 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 …]
262 char *ldir; in sanity_check() local349 ldir = ++cp; in sanity_check()354 if (stat(ldir, &statbuf) < 0) { in sanity_check()
1186 ldir=`dirname $lockf`1187 [ -d $ldir ] || newdir $ldir || exit 1