Searched refs:cdpath (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dcd_pwd.c55 Pathcomp_t *cdpath = 0; local
101 if(!(cdpath = (Pathcomp_t*)shp->cdpathlist) && (dp=sh_scoped(shp,CDPNOD)->nvalue.cp))
103 if(cdpath=path_addpath(shp,(Pathcomp_t*)0,dp,PATH_CDPATH))
105 shp->cdpathlist = (void*)cdpath;
106 cdpath->shp = shp;
118 cdpath = 0;
123 dp = cdpath?cdpath->name:"";
124 cdpath = path_nextcomp(shp,cdpath,di
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Diconv.c414 iconv_p cdpath; local
416 if ((cdpath = malloc(sizeof (struct _iconv_fields))) == NULL) {
421 if ((cdpath->_icv_handle = dlopen(lib, RTLD_LAZY)) == 0)
429 if ((cdpath->_icv_iconvstr =
431 dlsym(cdpath->_icv_handle, "_icv_iconvstr")) == NULL)
434 return (cdpath);
443 cdpath->_icv_handle, "_icv_open")) == NULL)
446 cdpath->_icv_handle, "_icv_open_attr")) == NULL) {
452 * and stores it in cdpath->_icv_iconv
454 if ((cdpath
[all...]

Completed in 25 milliseconds