local_open_basedir  146 main/fopen_wrappers.c 	char local_open_basedir[MAXPATHLEN];
local_open_basedir  155 main/fopen_wrappers.c 	if (strcmp(basedir, ".") || !VCWD_GETCWD(local_open_basedir, MAXPATHLEN)) {
local_open_basedir  157 main/fopen_wrappers.c 		strlcpy(local_open_basedir, basedir, sizeof(local_open_basedir));
local_open_basedir  228 main/fopen_wrappers.c 	if (expand_filepath(local_open_basedir, resolved_basedir TSRMLS_CC) != NULL) {