Searched refs:_CS_PATH (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dconfstr.c70 case _CS_PATH:
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dunistd.h323 #define _CS_PATH 1 macro
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dmain.c165 #if defined(HAVE_CONFSTR) && defined(_CS_PATH)
167 size_t len = confstr(_CS_PATH, (char *) 0, 0);
171 confstr(_CS_PATH, new = alloc(len + 1, APERM), len + 1);
175 #endif /* HAVE_CONFSTR && _CS_PATH */
/netbsd-6-1-5-RELEASE/usr.bin/getconf/
H A Dgetconf.c60 { "PATH", CONFSTR, _CS_PATH },

Completed in 81 milliseconds