Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dpathutil.h115 #define FS_ROOT_DIR "/" /* The root directory */ macro
116 #define FS_ROOT_DIR_LEN (sizeof(FS_ROOT_DIR) - 1)
H A Dcplfile.c291 if(strcmp(cf->path->name, FS_ROOT_DIR) == 0 && in _cf_complete_file()
394 if(strcmp(cf->path->name, FS_ROOT_DIR) == 0 && in _cf_complete_file()
412 strcmp(cf->path->name, FS_ROOT_DIR) == 0 && in _cf_complete_file()
633 (start < 0 && strncmp(pathname, FS_ROOT_DIR, FS_ROOT_DIR_LEN) == 0)) { in cf_complete_entry()
634 dirpath = FS_ROOT_DIR; in cf_complete_entry()
H A Dexpand.c423 if(strcmp(path, FS_ROOT_DIR) == 0) { in ef_expand_file()
424 if(ef_record_pathname(ef, FS_ROOT_DIR, 0)) in ef_expand_file()
430 if(strncmp(path, FS_ROOT_DIR, FS_ROOT_DIR_LEN) == 0) { in ef_expand_file()
431 dirname = FS_ROOT_DIR; in ef_expand_file()
432 if(!_pn_append_to_path(ef->path, FS_ROOT_DIR, -1, 0)) { in ef_expand_file()
1189 if(strcmp(homedir, FS_ROOT_DIR) == 0 && in ef_expand_special()
H A Dpcache.c813 relative = strncmp(dirname, FS_ROOT_DIR, FS_ROOT_DIR_LEN) != 0; in add_PathNode()
1526 strncmp(prefix, FS_ROOT_DIR, FS_ROOT_DIR_LEN) == 0) in cpa_cmd_contains_path()
1679 if(homedir && strcmp(homedir, FS_ROOT_DIR) == 0 && in pca_expand_tilde()
H A Dpathutil.c343 maxlen = pathconf(FS_ROOT_DIR, _PC_PATH_MAX); in _pu_pathname_dim()