sync.c | 146 static char *sync_bp = sync_buf; variable in typeref:typename:char * 288 size_t max = sizeof(sync_buf) - (sync_bp - sync_buf); 291 snprintf(sync_bp, max, "%d %d 0 %ld %ld %ld %ld\n", 293 while (*sync_bp++) 295 sync_bp--; 296 if (sync_bp >= &sync_buf[sizeof sync_buf]) 304 size_t max = sizeof(sync_buf) - (sync_bp - sync_buf); 307 snprintf(sync_bp, max, "%d %d 1 %s\n", type, shipindex, a); 308 while (*sync_bp++) 310 sync_bp-- [all...] |