Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/file/dist/src/
H A Dapprentice.c1519 char **filearr = NULL, *mfn; in apprentice_load() local
1566 mlen = maxfiles * sizeof(*filearr); in apprentice_load()
1568 realloc(filearr, mlen))) == NULL) { in apprentice_load()
1575 filearr = nfilearr; in apprentice_load()
1577 filearr[files++] = mfn; in apprentice_load()
1580 if (filearr) { in apprentice_load()
1581 qsort(filearr, files, sizeof(*filearr), cmpstrp); in apprentice_load()
1583 load_1(ms, action, filearr[i], &errs, mset); in apprentice_load()
1584 free(filearr[i]); in apprentice_load()
1586 free(filearr); in apprentice_load()
[all …]