Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libtecla/common/
H A Dpathutil.h117 #define FS_ROOT_DIR "/" /* The root directory */ macro
118 #define FS_ROOT_DIR_LEN (sizeof(FS_ROOT_DIR) - 1)
H A Dcplfile.c293 if(strcmp(cf->path->name, FS_ROOT_DIR) == 0 && in _cf_complete_file()
396 if(strcmp(cf->path->name, FS_ROOT_DIR) == 0 && in _cf_complete_file()
414 strcmp(cf->path->name, FS_ROOT_DIR) == 0 && in _cf_complete_file()
635 (start < 0 && strncmp(pathname, FS_ROOT_DIR, FS_ROOT_DIR_LEN) == 0)) { in cf_complete_entry()
636 dirpath = FS_ROOT_DIR; in cf_complete_entry()
H A Dexpand.c425 if(strcmp(path, FS_ROOT_DIR) == 0) { in ef_expand_file()
426 if(ef_record_pathname(ef, FS_ROOT_DIR, 0)) in ef_expand_file()
432 if(strncmp(path, FS_ROOT_DIR, FS_ROOT_DIR_LEN) == 0) { in ef_expand_file()
433 dirname = FS_ROOT_DIR; in ef_expand_file()
434 if(!_pn_append_to_path(ef->path, FS_ROOT_DIR, -1, 0)) { in ef_expand_file()
1190 if(strcmp(homedir, FS_ROOT_DIR) == 0 && in ef_expand_special()
H A Dpcache.c815 relative = strncmp(dirname, FS_ROOT_DIR, FS_ROOT_DIR_LEN) != 0; in add_PathNode()
1528 strncmp(prefix, FS_ROOT_DIR, FS_ROOT_DIR_LEN) == 0) in cpa_cmd_contains_path()
1681 if(homedir && strcmp(homedir, FS_ROOT_DIR) == 0 && in pca_expand_tilde()
H A Dpathutil.c345 maxlen = pathconf(FS_ROOT_DIR, _PC_PATH_MAX); in _pu_pathname_dim()