Lines Matching refs:use_realpath
489 …lpath_r(char *path, size_t start, size_t len, int *ll, time_t *t, int use_realpath, bool is_dir, i… in tsrm_realpath_r() argument
538 j = tsrm_realpath_r(path, start, i-1, ll, t, use_realpath, 1, NULL); in tsrm_realpath_r()
575 save = (use_realpath != CWD_EXPAND); in tsrm_realpath_r()
607 if (use_realpath == CWD_REALPATH) { in tsrm_realpath_r()
868 j = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory); in tsrm_realpath_r()
893 if (use_realpath == CWD_REALPATH) { in tsrm_realpath_r()
912 j = tsrm_realpath_r(path, 1, j, ll, t, use_realpath, is_dir, &directory); in tsrm_realpath_r()
925 j = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory); in tsrm_realpath_r()
951 j = tsrm_realpath_r(path, start, i-1, ll, t, save ? CWD_FILEPATH : use_realpath, 1, NULL); in tsrm_realpath_r()
1007 …le_ex(cwd_state *state, const char *path, verify_path_func verify_path, int use_realpath) /* {{{ */ in virtual_file_ex() argument
1139 …add_slash = (use_realpath != CWD_REALPATH) && path_length > 0 && IS_SLASH(resolved_path[path_lengt… in virtual_file_ex()
1141 path_length = tsrm_realpath_r(resolved_path, start, path_length, &ll, &t, use_realpath, 0, NULL); in virtual_file_ex()