Searched refs:shpath (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | system.c | 128 const char *shpath = _PATH_BSHELL; local 134 if (stat64(shpath, &buf) != 0) { 239 error = posix_spawn(&cu.pid, shpath, NULL, &attr,
|
H A D | popen.c | 93 const char *shpath = _PATH_BSHELL; local 115 if (access(shpath, X_OK)) /* XPG4 Requirement: */ 116 shpath = ""; /* force child to fail immediately */
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | spawn.c | 902 const char *shpath = _PATH_BSHELL; local 909 if (access(shpath, X_OK)) /* XPG4 Requirement: */ 910 shpath = ""; /* force child to fail immediately */ 941 error = posix_spawn(pidp, shpath, fact, attr,
|
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 144 char *shpath; /* path name of shell */ \
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | init.c | 1154 shp->shpath = 0; 1157 shp->shpath = strdup(buff); 1163 shp->shpath = strdup(buff); 1169 shp->shpath = strdup(cp); 1177 shp->shpath = strdup(stakptr(offset));
|
H A D | xec.c | 2947 if(!sh.shpath) 2948 sh.shpath = pathshell(); 2949 pid = spawnveg(sh.shpath,arglist,envlist,grp); 3214 if(!shp->shpath) 3215 shp->shpath = pathshell(); 3216 spawnpid = path_spawn(shp->shpath,&argv[-1],arge,pp,(grp<<1)|1);
|
Completed in 59 milliseconds