Searched refs:newsect (Results 1 – 2 of 2) sorted by relevance
63 au_pathdup(const struct audit_path *oldapp, int newsect, int charincr) in au_pathdup() argument69 newsect = (newsect != 0); in au_pathdup()73 (oldapp->audp_cnt + newsect) * sizeof (char *) + in au_pathdup()80 newapp->audp_cnt = oldapp->audp_cnt + newsect; in au_pathdup()
202 int newsect; /* path requires a new section */ in audit_pathbuild() local232 newsect = tad->tad_ctrl & TAD_ATTPATH; in audit_pathbuild()233 newapp = au_pathdup(pfxapp, newsect, len); in audit_pathbuild()237 if (!newsect) { in audit_pathbuild()