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

/freebsd-11.0-release/usr.bin/xlint/xlint/
H A Dpathnames.h37 #ifndef PATH_LIBEXEC
38 #define PATH_LIBEXEC PREFIX"/usr/libexec" macro
H A Dxlint.c685 pathname = xmalloc(strlen(PATH_LIBEXEC) + sizeof ("/lint1") +
687 (void)sprintf(pathname, "%s/%slint1", PATH_LIBEXEC,
823 path = xmalloc(strlen(PATH_LIBEXEC) + sizeof ("/lint2") +
825 (void)sprintf(path, "%s/%slint2", PATH_LIBEXEC,
/freebsd-11.0-release/usr.bin/whereis/
H A Dpathnames.h29 #define PATH_LIBEXEC "/usr/libexec" macro
H A Dwhereis.c282 bindirs[nele++] = PATH_LIBEXEC;

Completed in 109 milliseconds