Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtecla/common/
H A Dpcache.c609 if(_pn_append_to_path(pc->path, sptr, pptr - sptr, 1) == NULL) { in pca_extract_dir()
624 if(_pn_append_to_path(pc->path, FS_DIR_SEP, FS_DIR_SEP_LEN, 0) == NULL) { in pca_extract_dir()
907 if(_pn_append_to_path(pc->path, " ", 1, 0) == NULL || in pca_scan_dir()
908 _pn_append_to_path(pc->path, filename, -1, 1) == NULL) { in pca_scan_dir()
1039 _pn_append_to_path(pc->path, nptr, name_len - (nptr-name), in pca_lookup_file()
1066 if(_pn_append_to_path(pc->path, name, name_len, !literal) == NULL) in pca_lookup_file()
1353 if(_pn_append_to_path(pc->path, node->dir, -1, 0) == NULL || in CPL_MATCH_FN()
1354 _pn_append_to_path(pc->path, match+1, -1, 0) == NULL) { in CPL_MATCH_FN()
1569 if(_pn_append_to_path(pc->path, prefix, prefix_len, 1) == NULL) { in pca_prepare_prefix()
1667 if(_pn_append_to_path(pc->path, homedir, -1, 0) == NULL) { in pca_expand_tilde()
H A Dexpand.c434 if(!_pn_append_to_path(ef->path, FS_ROOT_DIR, -1, 0)) { in ef_expand_file()
533 if((separate && _pn_append_to_path(ef->path, FS_DIR_SEP, -1, 0)==NULL) || in ef_match_relative_pathname()
534 _pn_append_to_path(ef->path, file, -1, 0)==NULL) { in ef_match_relative_pathname()
1073 if(spos < ppos && _pn_append_to_path(ef->path, path + spos, ppos-spos, 0) in ef_expand_special()
1117 if(_pn_append_to_path(ef->path, value, -1, 0) == NULL) { in ef_expand_special()
1131 if(spos < ppos && _pn_append_to_path(ef->path, path + spos, ppos-spos, 0) in ef_expand_special()
H A Dcplfile.c343 if(_pn_append_to_path(cf->path, lptr, seglen, escaped) == NULL) { in _cf_complete_file()
405 if(_pn_append_to_path(cf->path, value, strlen(value), escaped)==NULL) { in _cf_complete_file()
497 if(_pn_append_to_path(cf->path, home_dir, -1, 0) == NULL) { in cf_expand_home_dir()
711 if(_pn_append_to_path(cf->path, file_name + prefix_len, in cf_complete_entry()
H A Dpathutil.h53 char *_pn_append_to_path(PathName *path, const char *string, int slen,
H A Dpathutil.c152 char *_pn_append_to_path(PathName *path, const char *string, int slen, in _pn_append_to_path() function