update.c | 265 size_t bpsize; local in function:command 269 bpsize = sizeof(buf); 270 (void)snprintf(bp, bpsize, "%c%d%c%c%u: ", name(pp), pp->altitude, 275 bpsize = buf + sizeof(buf) - bp; 277 (void)snprintf(bp, bpsize, "Holding @ A%u", pp->orig_no); 279 (void)snprintf(bp, bpsize, "Circle"); 281 (void)snprintf(bp, bpsize, "%d", dir_deg(pp->new_dir)); 284 bpsize = buf + sizeof(buf) - bp; 286 (void)snprintf(bp, bpsize, " @ B%u", pp->delayd_no); 289 bpsize = buf + sizeof(buf) - bp [all...] |