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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c889 static int once = 0; local
891 /* XXX this should go away once memberd is updated */
892 if (!once) {
894 once = 1;
2503 * Here we ask for everything all at once, to avoid having to work
H A Dkern_exec.c440 * from an interpreted file once, don't do it again.
1266 int once = 1; /* save SGUID-ness for interpreted files */ local
1314 if (once) {
1315 once = 0;

Completed in 33 milliseconds