tsrm_realpath     198 TSRM/tsrm_virtual_cwd.h CWD_API char *tsrm_realpath(const char *path, char *real_path TSRMLS_DC);
tsrm_realpath     295 TSRM/tsrm_virtual_cwd.h #define VCWD_REALPATH(path, real_path) tsrm_realpath(path, real_path TSRMLS_CC)
tsrm_realpath     928 sapi/cgi/cgi_main.c 			     (real_path = tsrm_realpath(script_path_translated, NULL TSRMLS_CC)) == NULL)) {