Searched refs:scratch_base (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac_base.c1034 char *scratch_base; local
1040 MALLOC(scratch_base, char *, strlen(elementlist)+1, M_MACTEMP, M_WAITOK);
1041 if (scratch_base == NULL) {
1047 strlcpy(scratch_base, elementlist, strlen(elementlist)+1);
1053 scratch = scratch_base;
1073 if (scratch_base != NULL)
1074 FREE(scratch_base, M_MACTEMP);

Completed in 95 milliseconds