Searched refs:nextmsg (Results 1 – 3 of 3) sorted by relevance
| /src/usr.bin/msgs/ |
| H A D | msgs.c | 150 int firstmsg = 0, nextmsg = 0, lastmsg = 0; in main() local 331 nextmsg = lastmsg + 1; in main() 332 snprintf(fname, sizeof(fname), "%s/%d", _PATH_MSGS, nextmsg); in main() 338 fprintf(bounds, "%d %d\n", firstmsg, nextmsg); in main() 348 nextmsg, ptr, ctime(&t)); in main() 395 fscanf(msgsrc, "%d\n", &nextmsg); in main() 397 if (nextmsg > lastmsg+1) { in main() 404 rcfirst = nextmsg - rcback; in main() 417 rcfirst = nextmsg; in main() 423 nextmsg = firstmsg; in main() [all …]
|
| /src/contrib/libarchive/libarchive/test/ |
| H A D | main.c | 292 static const char *msg, *nextmsg; variable 298 nextmsg = NULL; in failure() 303 nextmsg = msgbuff; in failure() 334 msg = nextmsg; in assertion_count() 335 nextmsg = NULL; in assertion_count() 429 msg = nextmsg; in test_skipping() 430 nextmsg = NULL; in test_skipping()
|
| /src/contrib/libarchive/test_utils/ |
| H A D | test_main.c | 441 static const char *msg, *nextmsg; variable 447 nextmsg = NULL; in failure() 452 nextmsg = msgbuff; in failure() 483 msg = nextmsg; in assertion_count() 484 nextmsg = NULL; in assertion_count() 578 msg = nextmsg; in test_skipping() 579 nextmsg = NULL; in test_skipping()
|