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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dexecvp.c117 char *shpath; local
176 shpath = (char *)sun_path;
178 shpath = (char *)xpg4_path;
188 (void) execv((const char *)shpath, newargs);
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dsystem.c126 const char *shpath; local
133 shpath = __xpg4? xpg4_path : sun_path;
136 if (stat64(shpath, &buf) != 0) {
242 error = posix_spawn(&cu.pid, shpath, NULL, &attr,
H A Dpopen.c99 const char *shpath; local
136 shpath = __xpg4? xpg4_path : sun_path;
137 if (access(shpath, X_OK)) /* XPG4 Requirement: */
138 shpath = ""; /* force child to fail immediately */
206 error = posix_spawn(&pid, shpath, &fact, &attr,
/osnet-11/usr/src/lib/libshell/common/include/
H A Ddefs.h135 char *shpath; member in struct:shared
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dinit.c1314 shp->gd->shpath = 0;
1317 shp->gd->shpath = strdup(buff);
1323 shp->gd->shpath = strdup(buff);
1329 shp->gd->shpath = strdup(cp);
1337 shp->gd->shpath = strdup(stakptr(offset));
H A Dxec.c3529 if(!shp->gd->shpath)
3530 shp->gd->shpath = pathshell();
3531 pid = spawnveg(shp->shpath,arglist,envlist,grp);
3805 if(!shp->gd->shpath)
3806 shp->gd->shpath = pathshell();
3807 spawnpid = path_spawn(shp,shp->gd->shpath,&argv[-1],arge,pp,(grp<<1)|1);

Completed in 46 milliseconds