Home
last modified time | relevance | path

Searched refs:asprintf (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/fileinfo/libmagic/
H A Dmagic.c113 if (asprintf(&hmagicpath, "%s/.magic", home) < 0)
119 if (asprintf(&hmagicpath, "%s/%s", home, hmagic) < 0)
125 if (asprintf(&default_magic, "%s:%s", hmagicpath, MAGIC) < 0)
144 if (asprintf(&hmagicp, "%s%c%s", hmagicpath, \
163 if (asprintf(&tmppath,
168 if (asprintf(&tmppath, "%s%s", home, hmagic) < 0)
176 if (asprintf(&tmppath, "%s%s", home, hmagic) >= 0)
187 if (asprintf(&tmppath,
191 if (asprintf(&tmppath,
194 else if (asprintf(&tmppath,
/PHP-5.3/main/
H A Dsnprintf.h119 #define asprintf ap_php_asprintf macro
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch364 - if (asprintf(&mfn, "%s/%s", fn, d->d_name) < 0) {
772 - asprintf(&buf, "%.*s.mime%s", (int)(q - fn), fn, ext);
786 - asprintf(&buf, "%.*s%s", (int)(q - fn), fn, ext);
1298 -int asprintf(char **ptr, const char *format_string, ...);
1692 - len = asprintf(&newstr, "%s%s", ms->o.buf, buf);
/PHP-5.3/
H A Dconfigure.in610 asprintf \

Completed in 17 milliseconds