Lines Matching refs:pathbuf
87 char **p, *pathbuf, *ptr, *end; in ZEND_INI_MH() local
115 ptr = pathbuf = estrdup(new_value); in ZEND_INI_MH()
124 efree(pathbuf); in ZEND_INI_MH()
129 efree(pathbuf); in ZEND_INI_MH()
298 char *pathbuf; local
310 pathbuf = estrdup(PG(open_basedir));
312 ptr = pathbuf;
322 efree(pathbuf);
331 efree(pathbuf);
347 char *pathbuf; local
356 pathbuf = estrdup(PG(safe_mode_include_dir));
357 ptr = pathbuf;
374 efree(pathbuf);
380 efree(pathbuf);
681 char *pathbuf, *ptr, *end; local
744 pathbuf = estrdup(path);
746 pathbuf = (char *) emalloc(exec_fname_length + path_length + 1 + 1);
747 memcpy(pathbuf, path, path_length);
748 pathbuf[path_length] = DEFAULT_DIR_SEPARATOR;
749 memcpy(pathbuf + path_length + 1, exec_fname, exec_fname_length);
750 pathbuf[path_length + exec_fname_length + 1] = '\0';
753 pathbuf = estrdup(path);
756 ptr = pathbuf;
778 efree(pathbuf);
784 efree(pathbuf);
790 efree(pathbuf);