Lines Matching refs:safety_check
73 static int safety_check(struct privsep_com_msg *, int i);
343 if (safety_check(combuf, 0) != 0) in privsep_init()
390 if (safety_check(combuf, 0) != 0) in privsep_init()
472 if (safety_check(combuf, 0) != 0) in privsep_init()
513 if (safety_check(combuf, 0) != 0) in privsep_init()
515 if (safety_check(combuf, 1) != 0) in privsep_init()
517 if (safety_check(combuf, 2) != 0) in privsep_init()
519 if (safety_check(combuf, 3) != 0) in privsep_init()
546 if (safety_check(combuf, 0) != 0) in privsep_init()
550 if (safety_check(combuf, 1) != 0) in privsep_init()
573 if (safety_check(combuf, 0) != 0) in privsep_init()
575 if (safety_check(combuf, 1) != 0) in privsep_init()
577 if (safety_check(combuf, 2) != 0) in privsep_init()
610 if (safety_check(combuf, 0) != 0) in privsep_init()
612 if (safety_check(combuf, 1) != 0) in privsep_init()
614 if (safety_check(combuf, 2) != 0) in privsep_init()
616 if (safety_check(combuf, 3) != 0) in privsep_init()
618 if (safety_check(combuf, 4) != 0) in privsep_init()
654 if (safety_check(combuf, 0) != 0) in privsep_init()
656 if (safety_check(combuf, 1) != 0) in privsep_init()
1072 safety_check(msg, index) in safety_check() function