Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dapprentice.c1527 char **filearr = NULL, *mfn; in apprentice_load() local
1574 mlen = maxfiles * sizeof(*filearr); in apprentice_load()
1576 realloc(filearr, mlen))) == NULL) { in apprentice_load()
1583 filearr = nfilearr; in apprentice_load()
1585 filearr[files++] = mfn; in apprentice_load()
1588 if (filearr) { in apprentice_load()
1589 qsort(filearr, files, sizeof(*filearr), cmpstrp); in apprentice_load()
1591 load_1(ms, action, filearr[i], &errs, mset); in apprentice_load()
1592 free(filearr[i]); in apprentice_load()
1594 free(filearr); in apprentice_load()
[all …]