Home
last modified time | relevance | path

Searched refs:GET_PATH_MAX (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dremote-cstms.c101 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()
Dmake.h148 # define GET_PATH_MAX PATH_MAX macro
152 # define GET_PATH_MAX (get_path_max ()) macro
153 # define PATH_VAR(var) char *var = (char *) alloca (GET_PATH_MAX)
Dmain.c1086 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()
Dfunction.c1890 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()
Dremake.c1417 EINTRLOOP (llen, readlink (lpath, lbuf, GET_PATH_MAX)); in name_mtime()
1431 else if ((p - lpath) + llen + 2 > GET_PATH_MAX) in name_mtime()
DChangeLog973 PATH_VAR() and GET_PATH_MAX instead of PATH_MAX.