resolved_path_buf  130 sapi/phpdbg/phpdbg_list.c 	char resolved_path_buf[MAXPATHLEN];
resolved_path_buf  133 sapi/phpdbg/phpdbg_list.c 	if (VCWD_REALPATH(ZSTR_VAL(filename), resolved_path_buf)) {
resolved_path_buf  134 sapi/phpdbg/phpdbg_list.c 		abspath = resolved_path_buf;
resolved_path_buf  242 sapi/phpdbg/phpdbg_list.c 	char resolved_path_buf[MAXPATHLEN];
resolved_path_buf  265 sapi/phpdbg/phpdbg_list.c 	if (VCWD_REALPATH(filename, resolved_path_buf)) {
resolved_path_buf  266 sapi/phpdbg/phpdbg_list.c 		filename = resolved_path_buf;
resolved_path_buf  297 sapi/phpdbg/phpdbg_list.c 	char resolved_path_buf[MAXPATHLEN];
resolved_path_buf  301 sapi/phpdbg/phpdbg_list.c 	if (VCWD_REALPATH(filename, resolved_path_buf)) {
resolved_path_buf  302 sapi/phpdbg/phpdbg_list.c 		filename = resolved_path_buf;