Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtecla/common/
H A Dpathutil.c176 if(!_pn_resize_path(path, pathlen + slen)) in _pn_append_to_path()
263 if(!_pn_resize_path(path, pathlen + shift)) in _pn_prepend_to_path()
298 char *_pn_resize_path(PathName *path, size_t length) in _pn_resize_path() function
H A Dpathutil.h57 char *_pn_resize_path(PathName *path, size_t length);
H A Dcplfile.c846 if(_pn_resize_path(cf->buff, suffix_len + nbsl) == NULL) { in cf_prepare_suffix()
H A Dexpand.c1199 if(_pn_resize_path(ef->path, plen - usrlen - 1 - skip + homelen)==NULL) { in ef_expand_special()
H A Dpcache.c1473 if(_pn_resize_path(pc->path, suffix_len + nbsl) == NULL) { in pca_prepare_suffix()