Searched defs:realpath (Results 1 – 8 of 8) sorted by relevance
732 TSRM_API char *realpath(char *orig_path, char *buffer) in realpath() function
66 #define realpath(x,y) strcpy(y,x) macro671 static inline void realpath_cache_add(const char *path, int path_len, const char *realpath, int rea… in realpath_cache_add()
217 char *realpath; member
225 char realpath[MAXPATHLEN]; in phpdbg_set_breakpoint_file() local
932 char *realpath = NULL; in _php_stream_fopen() local
1082 char *realpath; in zend_accel_invalidate() local
2322 PHP_FUNCTION(realpath) in PHP_FUNCTION() argument
1748 char *realpath; local
Completed in 44 milliseconds