Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Dapprentice.c1509 char **filearr = NULL, *mfn; in apprentice_load() local
1556 mlen = maxfiles * sizeof(*filearr); in apprentice_load()
1558 realloc(filearr, mlen))) == NULL) { in apprentice_load()
1565 filearr = nfilearr; in apprentice_load()
1567 filearr[files++] = mfn; in apprentice_load()
1570 if (filearr) { in apprentice_load()
1571 qsort(filearr, files, sizeof(*filearr), cmpstrp); in apprentice_load()
1574 free(filearr[i]); in apprentice_load()
1576 free(filearr); in apprentice_load()
1577 filearr = NULL; in apprentice_load()
[all …]