Lines Matching refs:filearr
1527 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()
1595 filearr = NULL; in apprentice_load()
1633 free(filearr); in apprentice_load()