Searched refs:PATH_LIBEXEC (Results 1 – 4 of 4) sorted by relevance
37 #ifndef PATH_LIBEXEC38 #define PATH_LIBEXEC PREFIX"/usr/libexec" macro
685 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()
29 #define PATH_LIBEXEC "/usr/libexec" macro
282 bindirs[nele++] = PATH_LIBEXEC; in defaults()