OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_CS_PATH
(Results
1 - 5
of
5
) sorted by relevancy
/src/lib/libc/gen/
confstr.c
67
case
_CS_PATH
:
/src/sys/sys/
unistd.h
345
#define
_CS_PATH
1
/src/bin/ksh/
main.c
156
#if defined(HAVE_CONFSTR) && defined(
_CS_PATH
)
158
size_t len = confstr(
_CS_PATH
, (char *) 0, 0);
162
confstr(
_CS_PATH
, new = alloc(len + 1, APERM), len + 1);
166
#endif /* HAVE_CONFSTR &&
_CS_PATH
*/
/src/usr.bin/getconf/
getconf.c
58
{ "PATH", CONFSTR,
_CS_PATH
},
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc
1378
size_t res = confstr(
_CS_PATH
, buf, sizeof(buf));
1384
res = confstr(
_CS_PATH
, buf2, sizeof(buf2));
Completed in 57 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025