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

/openbsd-current/libexec/spamd/
H A Dsync.h87 extern void sync_update(time_t, char *, char *, char *, char *);
H A Dsync.c418 sync_update(time_t now, char *helo, char *ip, char *from, char *to) function
H A Dgrey.c883 sync_update(now, helo, ip, from, to);
/openbsd-current/games/sail/
H A Dsync.c183 (void) sync_update(type, ship, NULL, a, b, c, d);
197 (void) sync_update(type, ship, a, 0, 0, 0, 0);
274 if (sync_update(type, SHIP(shipnum), astr, a, b, c, d) < 0)
301 sync_update(int type, struct ship *ship, const char *astr, long a, long b, function
492 fprintf(stderr, "sync_update: unknown type %d\r\n", type);
H A Dextern.h438 int sync_update(int, struct ship *, const char *, long, long, long, long);

Completed in 125 milliseconds