OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:syspath
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/sh/
eval.c
817
syspath
(void)
function
1059
path =
syspath
() + 5;
/src/external/mit/libuv/dist/test/
test-spawn.c
1845
char*
syspath
= getenv("PATH");
local
1846
if (
syspath
!= NULL) {
1848
strcat(path,
syspath
);
/src/usr.bin/make/
main.c
1131
* Add the directories from the colon-separated
syspath
to defSysIncPath.
1132
* After returning, the contents of
syspath
is unspecified.
1135
InitDefSysIncPath(char *
syspath
)
1145
if (
syspath
== NULL ||
syspath
[0] == '\0')
1146
syspath
= defsyspath;
1148
syspath
= bmake_strdup(
syspath
);
1150
for (start =
syspath
; *start != '\0'; start = p) {
1168
if (
syspath
!= defsyspath
1310
char *
syspath
= getenv("MAKESYSPATH");
local
[
all
...]
Completed in 59 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026