/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | system.c | 49 return !eaccess(pathshell(), X_OK); in system()
|
H A D | execvpe.c | 68 path = pathshell();
|
H A D | omitted.c | 434 path = (const char*)pathshell(); in runve()
|
/titanic_44/usr/src/lib/libast/common/path/ |
H A D | pathshell.c | 51 pathshell(void) in pathshell() function
|
/titanic_44/usr/src/lib/libast/common/obsolete/ |
H A D | spawn.c | 108 path = pathshell();
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 228 #undef pathshell 229 #define pathshell _ast_pathshell macro
|
H A D | ast.h | 315 extern __MANGLE__ char* pathshell __PROTO__((void));
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 207 #undef pathshell 208 #define pathshell _ast_pathshell macro
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 228 #undef pathshell 229 #define pathshell _ast_pathshell macro
|
H A D | ast.h | 315 extern __MANGLE__ char* pathshell __PROTO__((void));
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 207 #undef pathshell 208 #define pathshell _ast_pathshell macro
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_map.h | 228 #undef pathshell 229 #define pathshell _ast_pathshell macro
|
H A D | ast.h | 315 extern __MANGLE__ char* pathshell __PROTO__((void));
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 207 #undef pathshell 208 #define pathshell _ast_pathshell macro
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 207 #undef pathshell 208 #define pathshell _ast_pathshell macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 228 #undef pathshell 229 #define pathshell _ast_pathshell macro
|
H A D | ast.h | 315 extern __MANGLE__ char* pathshell __PROTO__((void));
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | ast.h | 297 extern char* pathshell(void);
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | map | 207 #undef pathshell 208 #define pathshell _ast_pathshell
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | map | 207 #undef pathshell 208 #define pathshell _ast_pathshell
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | map | 207 #undef pathshell 208 #define pathshell _ast_pathshell
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | map | 207 #undef pathshell 208 #define pathshell _ast_pathshell
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | cmdarg.c | 91 sh = pathshell(); in cmdopen()
|
H A D | procopen.c | 709 strcpy(env + 2, (flags & PROC_PARANOID) ? astconf("SH", NiL, NiL) : pathshell()); in procopen()
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | main.c | 299 execv(pathshell(),av); in sh_main()
|