Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.bin/msgs/
Dmsgs.c166 int firstmsg = 0, nextmsg = 0, lastmsg = 0; in main() local
347 nextmsg = lastmsg + 1; in main()
348 snprintf(fname, sizeof(fname), "%s/%d", _PATH_MSGS, nextmsg); in main()
354 fprintf(bounds, "%d %d\n", firstmsg, nextmsg); in main()
364 nextmsg, ptr, ctime(&t)); in main()
411 fscanf(msgsrc, "%d\n", &nextmsg); in main()
413 if (nextmsg > lastmsg+1) { in main()
420 rcfirst = nextmsg - rcback; in main()
433 rcfirst = nextmsg; in main()
439 nextmsg = firstmsg; in main()
[all …]
/freebsd-10-stable/contrib/libarchive/libarchive/test/
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-10-stable/contrib/libarchive/test_utils/
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()