Searched refs:mfn (Results 1 - 1 of 1) sorted by relevance

/PHP_5_4/ext/fileinfo/libmagic/
H A Dapprentice.c541 char *p, *mfn; local
565 if ((mfn = estrdup(fn)) == NULL) {
580 efree(mfn);
584 fn = mfn;
597 efree(mfn);
1170 char mfn[MAXPATHLEN]; local
1178 if ((mflen = snprintf(mfn, sizeof(mfn), "%s/%s", fn, d.d_name)) < 0) {
1185 if (stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) {
1200 filearr[files++] = estrndup(mfn, (mfle
[all...]

Completed in 4 milliseconds