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

/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dcommand.c23 #if defined (_CS_PATH) && defined (HAVE_CONFSTR) && !HAVE_DECL_CONFSTR
157 #if defined (_CS_PATH) && defined (HAVE_CONFSTR)
161 len = (size_t)confstr (_CS_PATH, (char *)NULL, (size_t)0);
166 confstr (_CS_PATH, p, len);
171 #else /* !_CS_PATH || !HAVE_CONFSTR */
177 #endif /* !_CS_PATH || !HAVE_CONFSTR */
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/loadables/
H A Dgetconf.h137 #ifndef _CS_PATH
138 # define _CS_PATH 1 macro
H A Dgetconf.c105 { "PATH", CONFSTR, _CS_PATH },
106 { "CS_PATH", CONFSTR, _CS_PATH },
1369 case _CS_PATH:
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dunistd.h174 #define _CS_PATH 1 macro
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dconfstr.c126 case _CS_PATH:
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dunistd.h365 #ifndef _CS_PATH /* Defined in <sys/unistd.h> */
366 #define _CS_PATH 1 macro
/macosx-10.10.1/zsh-61/zsh/
H A Dconfigure10527 if getconf _CS_PATH >/dev/null 2>&1; then
10528 zsh_cv_cs_path=`getconf _CS_PATH`

Completed in 477 milliseconds