OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:abs_cc
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xlint/xlint/
xlint.c
357
char *
abs_cc
= findcc(cc);
local
358
if (
abs_cc
== NULL && setenv("PATH", _PATH_DEFPATH, 1) == 0)
359
abs_cc
= findcc(cc);
360
if (
abs_cc
== NULL) {
366
list_add_ref(&args,
abs_cc
);
382
run_child(
abs_cc
, &args, cpp.outfile, cpp.output_fd);
xlint.c
357
char *
abs_cc
= findcc(cc);
local
358
if (
abs_cc
== NULL && setenv("PATH", _PATH_DEFPATH, 1) == 0)
359
abs_cc
= findcc(cc);
360
if (
abs_cc
== NULL) {
366
list_add_ref(&args,
abs_cc
);
382
run_child(
abs_cc
, &args, cpp.outfile, cpp.output_fd);
Completed in 44 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026