Home
last modified time | relevance | path

Searched refs:nextmsg (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/usr.bin/msgs/
H A Dmsgs.c349 nextmsg = lastmsg + 1; in main()
366 nextmsg, ptr, ctime(&t)); in main()
413 fscanf(msgsrc, "%d\n", &nextmsg); in main()
415 if (nextmsg > lastmsg+1) { in main()
422 rcfirst = nextmsg - rcback; in main()
435 rcfirst = nextmsg; in main()
441 nextmsg = firstmsg; in main()
592 if (msg >= nextmsg) { in main()
593 nextmsg = msg + 1; in main()
607 if (--msg >= nextmsg) { in main()
[all …]
/freebsd-13.1/contrib/libarchive/libarchive/test/
H A Dmain.c292 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()
/freebsd-13.1/contrib/libarchive/test_utils/
H A Dtest_main.c420 static const char *msg, *nextmsg; variable
426 nextmsg = NULL; in failure()
431 nextmsg = msgbuff; in failure()
462 msg = nextmsg; in assertion_count()
463 nextmsg = NULL; in assertion_count()
557 msg = nextmsg; in test_skipping()
558 nextmsg = NULL; in test_skipping()