Searched refs:SIM_PATHMAX (Results 1 – 2 of 2) sorted by relevance
50 # define SIM_PATHMAX PATH_MAX macro53 # define SIM_PATHMAX MAXPATHLEN macro55 # define SIM_PATHMAX 1024 macro2632 char *cwd = xmalloc (SIM_PATHMAX); in cris_break_13_handler()2633 if (cwd != getcwd (cwd, SIM_PATHMAX)) in cris_break_13_handler()2658 char *pbuf = xmalloc (SIM_PATHMAX); in cris_break_13_handler()2669 for (i = 0; i + o < SIM_PATHMAX; i++) in cris_break_13_handler()2677 if (i + o == SIM_PATHMAX) in cris_break_13_handler()2709 char *pbuf = xmalloc (SIM_PATHMAX); in cris_break_13_handler()2710 char *lbuf = xmalloc (SIM_PATHMAX); in cris_break_13_handler()[all …]
944 * traps.c (SIM_PATHMAX): New macro.945 (cris_break_13_handler): Use SIM_PATHMAX, not MAXPATHLEN.