Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dapprentice.c1531 char **filearr = NULL, *mfn; in apprentice_load() local
1578 mlen = maxfiles * sizeof(*filearr); in apprentice_load()
1580 realloc(filearr, mlen))) == NULL) { in apprentice_load()
1587 filearr = nfilearr; in apprentice_load()
1589 filearr[files++] = mfn; in apprentice_load()
1592 if (filearr) { in apprentice_load()
1593 qsort(filearr, files, sizeof(*filearr), cmpstrp); in apprentice_load()
1595 load_1(ms, action, filearr[i], &errs, mset); in apprentice_load()
1596 free(filearr[i]); in apprentice_load()
1598 free(filearr); in apprentice_load()
[all …]