Searched refs:shpath (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dsystem.c128 const char *shpath = _PATH_BSHELL; local
134 if (stat64(shpath, &buf) != 0) {
239 error = posix_spawn(&cu.pid, shpath, NULL, &attr,
H A Dpopen.c93 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 Dspawn.c902 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 Ddefs.h144 char *shpath; /* path name of shell */ \
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dinit.c1154 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 Dxec.c2947 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