Home
last modified time | relevance | path

Searched refs:relative_to (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/main/
H A Dfopen_wrappers.h30 PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, siz…
31 …_filepath_with_mode(const char *filepath, char *real_path, const char *relative_to, size_t relativ…
H A Dfopen_wrappers.c738 PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, siz… argument
740 …return expand_filepath_with_mode(filepath, real_path, relative_to, relative_to_len, CWD_FILEPATH T…
746 …_filepath_with_mode(const char *filepath, char *real_path, const char *relative_to, size_t relativ… argument
759 if (relative_to) {
763 result = relative_to;
764 memcpy(cwd, relative_to, relative_to_len+1U);

Completed in 8 milliseconds