Searched refs:dp_mem (Results 1 – 2 of 2) sorted by relevance
416 struct dirent *dp_mem, *dp; in run_legacy_cmds() local436 dp = dp_mem = calloc(1, sizeof (struct dirent) + name_max + 1); in run_legacy_cmds()437 if ((path == NULL) || (dp_mem == NULL)) { in run_legacy_cmds()470 if (dp_mem != NULL) { in run_legacy_cmds()471 free(dp_mem); in run_legacy_cmds()
432 struct dirent *dp_mem, *dp; in fstyp_init_all_modules() local437 dp = dp_mem = calloc(1, sizeof (struct dirent) + h->name_max + 1); in fstyp_init_all_modules()443 free(dp_mem); in fstyp_init_all_modules()457 free(dp_mem); in fstyp_init_all_modules()