Home
last modified time | relevance | path

Searched refs:_pn_resize_path (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dpathutil.c174 if(!_pn_resize_path(path, pathlen + slen)) in _pn_append_to_path()
261 if(!_pn_resize_path(path, pathlen + shift)) in _pn_prepend_to_path()
296 char *_pn_resize_path(PathName *path, size_t length) in _pn_resize_path() function
H A Dpathutil.h55 char *_pn_resize_path(PathName *path, size_t length);
H A Dcplfile.c844 if(_pn_resize_path(cf->buff, suffix_len + nbsl) == NULL) { in cf_prepare_suffix()
H A Dexpand.c1198 if(_pn_resize_path(ef->path, plen - usrlen - 1 - skip + homelen)==NULL) { in ef_expand_special()
H A Dpcache.c1471 if(_pn_resize_path(pc->path, suffix_len + nbsl) == NULL) { in pca_prepare_suffix()