Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dpcache.c607 if(_pn_append_to_path(pc->path, sptr, pptr - sptr, 1) == NULL) { in pca_extract_dir()
622 if(_pn_append_to_path(pc->path, FS_DIR_SEP, FS_DIR_SEP_LEN, 0) == NULL) { in pca_extract_dir()
905 if(_pn_append_to_path(pc->path, " ", 1, 0) == NULL || in pca_scan_dir()
906 _pn_append_to_path(pc->path, filename, -1, 1) == NULL) { in pca_scan_dir()
1037 _pn_append_to_path(pc->path, nptr, name_len - (nptr-name), in pca_lookup_file()
1064 if(_pn_append_to_path(pc->path, name, name_len, !literal) == NULL) in pca_lookup_file()
1351 if(_pn_append_to_path(pc->path, node->dir, -1, 0) == NULL || in CPL_MATCH_FN()
1352 _pn_append_to_path(pc->path, match+1, -1, 0) == NULL) { in CPL_MATCH_FN()
1567 if(_pn_append_to_path(pc->path, prefix, prefix_len, 1) == NULL) { in pca_prepare_prefix()
1665 if(_pn_append_to_path(pc->path, homedir, -1, 0) == NULL) { in pca_expand_tilde()
H A Dexpand.c432 if(!_pn_append_to_path(ef->path, FS_ROOT_DIR, -1, 0)) { in ef_expand_file()
531 if((separate && _pn_append_to_path(ef->path, FS_DIR_SEP, -1, 0)==NULL) || in ef_match_relative_pathname()
532 _pn_append_to_path(ef->path, file, -1, 0)==NULL) { in ef_match_relative_pathname()
1072 if(spos < ppos && _pn_append_to_path(ef->path, path + spos, ppos-spos, 0) in ef_expand_special()
1116 if(_pn_append_to_path(ef->path, value, -1, 0) == NULL) { in ef_expand_special()
1130 if(spos < ppos && _pn_append_to_path(ef->path, path + spos, ppos-spos, 0) in ef_expand_special()
H A Dcplfile.c341 if(_pn_append_to_path(cf->path, lptr, seglen, escaped) == NULL) { in _cf_complete_file()
403 if(_pn_append_to_path(cf->path, value, strlen(value), escaped)==NULL) { in _cf_complete_file()
495 if(_pn_append_to_path(cf->path, home_dir, -1, 0) == NULL) { in cf_expand_home_dir()
709 if(_pn_append_to_path(cf->path, file_name + prefix_len, in cf_complete_entry()
H A Dpathutil.h51 char *_pn_append_to_path(PathName *path, const char *string, int slen,
H A Dpathutil.c150 char *_pn_append_to_path(PathName *path, const char *string, int slen, in _pn_append_to_path() function