Home
last modified time | relevance | path

Searched refs:PATH_LIBEXEC (Results 1 – 4 of 4) sorted by relevance

/NextBSD/usr.bin/xlint/xlint/
HDpathnames.h37 #ifndef PATH_LIBEXEC
38 #define PATH_LIBEXEC PREFIX"/usr/libexec" macro
HDxlint.c685 pathname = xmalloc(strlen(PATH_LIBEXEC) + sizeof ("/lint1") + in fname()
687 (void)sprintf(pathname, "%s/%slint1", PATH_LIBEXEC, in fname()
823 path = xmalloc(strlen(PATH_LIBEXEC) + sizeof ("/lint2") + in lint2()
825 (void)sprintf(path, "%s/%slint2", PATH_LIBEXEC, in lint2()
/NextBSD/usr.bin/whereis/
HDpathnames.h29 #define PATH_LIBEXEC "/usr/libexec" macro
HDwhereis.c282 bindirs[nele++] = PATH_LIBEXEC; in defaults()