Searched refs:epath (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/ |
H A D | newfs.c | 651 char *epath; /* executable file path */ local 662 * and epath ends in a colon (to make for easy 671 if ((epath = malloc(strlen(EPATH) + strlen(cpath) + 1)) == NULL) { 675 (void) strcpy(epath, EPATH); 676 (void) strcat(epath, cpath); 677 if (putenv(epath) < 0) {
|
/illumos-gate/usr/src/cmd/devfsadm/ |
H A D | devfsadm.c | 2190 char epath[PATH_MAX + 1], *end; local 2208 (void) snprintf(epath, sizeof (epath), "%s/%s", cdir, mname); 2210 if ((dlhandle = dlopen(epath, RTLD_LAZY)) == NULL) { 2212 err_print(DLOPEN_FAILED, epath, 2220 vprint(MODLOAD_MID, "dlsym(%s, %s): symbol not found\n", epath, 2224 fcn, epath, _DEVFSADM_CREATE_REG); 2231 epath, _DEVFSADM_REMOVE_REG); 2234 epath, _DEVFSADM_REMOVE_REG); 2237 vprint(MODLOAD_MID, "module %s loaded\n", epath); [all...] |
/illumos-gate/usr/src/lib/libc/port/ |
H A D | llib-lc | 1172 int(*errfunc)(const char *epath, int eerrno), glob_t *restrict pglob);
|
Completed in 65 milliseconds