OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syspath
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/sh/
eval.h
55
const char *
syspath
(void);
exec.c
1176
p_flag ?
syspath
() + 5 : pathval());
1186
path = p_flag ?
syspath
() + 5 : pathval();
eval.c
817
syspath
(void)
function in typeref:typename:const char *
1059
path =
syspath
() + 5;
/src/usr.bin/make/
main.c
1132
* Add the directories from the colon-separated
syspath
to defSysIncPath.
1133
* After returning, the contents of
syspath
is unspecified.
1136
InitDefSysIncPath(char *
syspath
)
1146
if (
syspath
== NULL ||
syspath
[0] == '\0')
1147
syspath
= defsyspath;
1149
syspath
= bmake_strdup(
syspath
);
1151
for (start =
syspath
; *start != '\0'; start = p) {
1169
if (
syspath
!= defsyspath
1312
char *
syspath
= getenv("MAKESYSPATH");
local in function:main_Init
[
all
...]
Completed in 14 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025