Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/msgs/
H A Dmsgs.c344 nextmsg = lastmsg + 1; in main()
361 nextmsg, ptr, ctime(&t)); in main()
408 fscanf(msgsrc, "%d\n", &nextmsg); in main()
410 if (nextmsg > lastmsg+1) { in main()
417 rcfirst = nextmsg - rcback; in main()
430 rcfirst = nextmsg; in main()
436 nextmsg = firstmsg; in main()
587 if (msg >= nextmsg) { in main()
588 nextmsg = msg + 1; in main()
602 if (--msg >= nextmsg) { in main()
[all …]
/freebsd-14.2/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-14.2/contrib/libarchive/test_utils/
H A Dtest_main.c427 static const char *msg, *nextmsg; variable
433 nextmsg = NULL; in failure()
438 nextmsg = msgbuff; in failure()
469 msg = nextmsg; in assertion_count()
470 nextmsg = NULL; in assertion_count()
564 msg = nextmsg; in test_skipping()
565 nextmsg = NULL; in test_skipping()