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

/freebsd-11-stable/share/examples/printing/
H A Dmake-ps-header66 } forall
72 } forall
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dmain2.c166 forall(mkstatic);
174 forall(mkstatic);
179 forall(chkname);
H A Dexterns2.h59 #define forall(a) _forall(NULL, (a)) macro
H A Demit2.c244 forall(dumpname);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_shm.c112 int forall; /* access for all UIDs? */ member in struct:shmunit
129 int/*BOOL*/ forall
143 IPC_CREAT | (forall ? 0666 : 0600));
166 nspref[forall != 0], (unit & 0xFF));
171 if (forall) { /* world access */
229 up->forall = (unit >= 2) && !(peer->ttl & SHM_MODE_PRIVATE);
231 up->shm = getShmTime(unit, up->forall);
543 shm = up->shm = getShmTime(unit, up->forall);

Completed in 97 milliseconds