Home
last modified time | relevance | path

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

/PHP-5.4/ext/fileinfo/libmagic/
H A Dmagic.c114 if (asprintf(&hmagicpath, "%s/.magic.mgc", home) < 0)
118 if (asprintf(&hmagicpath, "%s/.magic", home) < 0)
124 if (asprintf(&hmagicpath, "%s/%s", home, hmagic) < 0)
131 if (asprintf(&default_magic, "%s:%s", hmagicpath, MAGIC) < 0)
150 if (asprintf(&hmagicp, "%s%c%s", hmagicpath, \
169 if (asprintf(&tmppath,
174 if (asprintf(&tmppath, "%s%s", home, hmagic) < 0)
182 if (asprintf(&tmppath, "%s%s", home, hmagic) >= 0)
193 if (asprintf(&tmppath,
197 if (asprintf(&tmppath,
[all …]
/PHP-5.4/main/
H A Dsnprintf.h119 #define asprintf ap_php_asprintf macro
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch423 - if (asprintf(&mfn, "%s/%s", fn, d->d_name) < 0) {
813 - if (asprintf(&buf, "%.*s.mime%s", (int)(q - fn), fn, ext) < 0)
828 - if (asprintf(&buf, "%.*s%s", (int)(q - fn), fn, ext) < 0)
1508 -int asprintf(char **ptr, const char *format_string, ...);
1956 - len = asprintf(&newstr, "%s%s", ms->o.buf, buf);
2293 - if (asprintf(&hmagicpath, "%s/.magic", home) < 0)
2294 + if (asprintf(&hmagicpath, "%s/.magic", home) < 0)
2300 + if (asprintf(&hmagicpath, "%s/%s", home, hmagic) < 0)
2307 - if (asprintf(&hmagicpath, "%s/%s", home, hmagic) < 0)
2315 if (asprintf(&default_magic, "%s:%s", hmagicpath, MAGIC) < 0)
/PHP-5.4/
H A Dconfigure.in686 asprintf \

Completed in 31 milliseconds