Searched refs:GET_PATH_MAX (Results 1 – 6 of 6) sorted by relevance
101 normalized_cwd = (char *) xmalloc (GET_PATH_MAX); in start_remote_job_p()103 if (Customs_NormPath (normalized_cwd, GET_PATH_MAX) < 0) in start_remote_job_p()
148 # define GET_PATH_MAX PATH_MAX macro152 # define GET_PATH_MAX (get_path_max ()) macro153 # define PATH_VAR(var) char *var = (char *) alloca (GET_PATH_MAX)
1086 if (getcwd_fs (current_directory, GET_PATH_MAX) == 0) in main()1088 if (getcwd (current_directory, GET_PATH_MAX) == 0) in main()1433 if (getcwd_fs (current_directory, GET_PATH_MAX) == 0) in main()1435 if (getcwd (current_directory, GET_PATH_MAX) == 0) in main()
1890 apath_limit = apath + GET_PATH_MAX; in abspath()1969 if (len < GET_PATH_MAX) in func_realpath()2010 if (len < GET_PATH_MAX) in func_abspath()
1417 EINTRLOOP (llen, readlink (lpath, lbuf, GET_PATH_MAX)); in name_mtime()1431 else if ((p - lpath) + llen + 2 > GET_PATH_MAX) in name_mtime()
973 PATH_VAR() and GET_PATH_MAX instead of PATH_MAX.