Home
last modified time | relevance | path

Searched refs:cdpath (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Diconv.c322 iconv_p cdpath; in iconv_open_passthru() local
329 cdpath = malloc(sizeof (struct _iconv_fields)); in iconv_open_passthru()
330 if (cdpath == NULL) in iconv_open_passthru()
333 cdpath->_icv_handle = NULL; in iconv_open_passthru()
334 cdpath->_icv_iconv = passthru_icv_iconv; in iconv_open_passthru()
335 cdpath->_icv_close = passthru_icv_close; in iconv_open_passthru()
336 cdpath->_icv_state = (void *)PASSTHRU_MAGIC_NUMBER; in iconv_open_passthru()
338 return (cdpath); in iconv_open_passthru()
345 iconv_p cdpath; in iconv_open_private() local
347 if ((cdpath = malloc(sizeof (struct _iconv_fields))) == NULL) in iconv_open_private()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dcd_pwd.c55 Pathcomp_t *cdpath = 0; in b_cd() local
101 if(!(cdpath = (Pathcomp_t*)shp->cdpathlist) && (dp=sh_scoped(shp,CDPNOD)->nvalue.cp)) in b_cd()
103 if(cdpath=path_addpath(shp,(Pathcomp_t*)0,dp,PATH_CDPATH)) in b_cd()
105 shp->cdpathlist = (void*)cdpath; in b_cd()
106 cdpath->shp = shp; in b_cd()
131 dp = cdpath?cdpath->name:""; in b_cd()
132 cdpath = path_nextcomp(shp,cdpath,dir,0); in b_cd()
173 while(cdpath); in b_cd()
/illumos-gate/usr/src/cmd/sh/
H A Dbltin.c180 unsigned char *cdpath; in builtin() local
184 if ((cdpath = cdpnod.namval) == 0 || in builtin()
189 cdpath = (unsigned char *)nullstr; in builtin()
193 dir = cdpath; in builtin()
194 cdpath = catpath(cdpath,a1); in builtin()
197 cdpath); in builtin()