| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| badcache.c | 49 atomic_uint_fast32_t sweep; member in struct:dns_badcache 93 atomic_init(&bc->sweep, 0); 351 * Slow sweep to clean out stale records. 353 i = atomic_fetch_add(&bc->sweep, 1) % bc->size;
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| handler.c | 1143 struct timeval now, diff, sweep; local 1147 /* calculate sweep time; delete entries older than this */ 1150 timersub(&now, &diff, &sweep); 1155 if (timercmp(&r->time_send, &sweep, <)) {
|
| /src/external/gpl2/groff/dist/src/devices/grolj4/ |
| lj4.cpp | 497 double sweep = ((atan2(p[1] + p[3] - c[1], p[0] + p[2] - c[0]) local 500 if (sweep > 0.0) 501 sweep -= 360.0; 502 printf("PDAR%d,%d,%f", int(c[0]), int(c[1]), sweep);
|
| /src/usr.bin/m4/ |
| gnum4.c | 105 char *sweep; local 116 for (sweep = envpath; 117 (path = strsep(&sweep, ":")) != NULL;)
|