HomeSort by relevance Sort by last modified time
    Searched refs:GET_PATH_MAX (Results 1 - 5 of 5) sorted by null

  /ndk/sources/host-tools/make-3.81/
remote-cstms.c 102 normalized_cwd = (char *) xmalloc (GET_PATH_MAX);
104 if (Customs_NormPath (normalized_cwd, GET_PATH_MAX) < 0)
make.h 148 # define GET_PATH_MAX PATH_MAX
152 # define GET_PATH_MAX (get_path_max ())
153 # define PATH_VAR(var) char *var = (char *) alloca (GET_PATH_MAX)
154 extern unsigned int get_path_max PARAMS ((void));
main.c 1090 if (getcwd_fs (current_directory, GET_PATH_MAX) == 0)
1092 if (getcwd (current_directory, GET_PATH_MAX) == 0)
    [all...]
remake.c     [all...]
function.c     [all...]

Completed in 83 milliseconds