Searched refs:ldir (Results 1 – 3 of 3) sorted by relevance
632 char *ldir; in do_makewhatis() local635 ldir = addlocale(p->path); in do_makewhatis()636 if (*localedir != '\0' && getdirs(ldir, NULL, 0) > 0) in do_makewhatis()637 mwpath(ldir); in do_makewhatis()638 free(ldir); in do_makewhatis()698 char *ldir; in whatapro() local702 ldir = addlocale(b->path); in whatapro()703 if (getdirs(ldir, NULL, 0) != 0) { in whatapro()705 "%s/%s", ldir, WHATIS); in whatapro()708 free(ldir); in whatapro()[all …]
264 char *ldir; in sanity_check() local351 ldir = ++cp; in sanity_check()356 if (stat(ldir, &statbuf) < 0) { in sanity_check()
1218 ldir=`dirname $lockf`1219 [ -d $ldir ] || newdir $ldir || exit 1