Searched defs:realpath (Results 1 – 7 of 7) sorted by relevance
716 TSRM_API char *realpath(char *orig_path, char *buffer) in realpath() function
65 #define realpath(x,y) strcpy(y,x) macro641 static inline void realpath_cache_add(const char *path, int path_len, const char *realpath, int rea… in realpath_cache_add()
215 char *realpath; member
926 char *realpath = NULL; in _php_stream_fopen() local
1053 char *realpath; in zend_accel_invalidate() local
2308 PHP_FUNCTION(realpath) in PHP_FUNCTION() argument
1737 char *realpath; local
Completed in 49 milliseconds