Home | History | Annotate | Download | only in rpcgen

Lines Matching defs:CPP

87 static const char *CPP;
183 if ((CPP = getenv("RPCGEN_CPP")) == NULL) {
184 CPP = "/usr/bin/cpp";
185 if (access(CPP, X_OK))
186 CPP = "/usr/bin/clang-cpp";
226 * since cpp
342 #define DOSCPP "\\prog\\bc31\\bin\\cpp.exe"
347 char *cpp;
349 if ((cpp = getenv("RPCGEN_CPP")) == NULL &&
350 (cpp = searchpath("cpp.exe")) == NULL)
351 cpp = DOSCPP;
353 putarg(0, cpp);
380 putarg(0, CPP);
389 err(EXIT_FAILURE, "$RPCGEN_CPP: %s", CPP);
1063 (void) strlcat(pathbuf, "/cpp",
1065 CPP = pathbuf;
1169 f_print(stderr, "-Y path\t\tdirectory name to find C preprocessor (cpp)\n");