Home
last modified time | relevance | path

Searched refs:_CS_PATH (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/lib/libc/gen/
H A Dconfstr.c67 case _CS_PATH: in __weak_alias()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dunistd.d225 _CS_PATH, in version() enumerator
673 _CS_PATH = 1,
849 _CS_PATH = 1,
986 _CS_PATH = 1,
1151 _CS_PATH = 1,
1323 _CS_PATH = 1,
1784 _CS_PATH,
2026 _CS_PATH,
/netbsd-src/bin/ksh/
H A Dmain.c156 #if defined(HAVE_CONFSTR) && defined(_CS_PATH) in main()
158 size_t len = confstr(_CS_PATH, (char *) 0, 0); in main()
162 confstr(_CS_PATH, new = alloc(len + 1, APERM), len + 1); in main()
/netbsd-src/sys/sys/
H A Dunistd.h345 #define _CS_PATH 1 macro
/netbsd-src/usr.bin/getconf/
H A Dgetconf.c58 { "PATH", CONFSTR, _CS_PATH },
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc1378 size_t res = confstr(_CS_PATH, buf, sizeof(buf)); in TEST()
1384 res = confstr(_CS_PATH, buf2, sizeof(buf2)); in TEST()