Home
last modified time | relevance | path

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

/trueos/usr.bin/msgs/
HDmsgs.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 …]
/trueos/contrib/libarchive/cpio/test/
HDmain.c271 static const char *msg, *nextmsg; variable
277 nextmsg = NULL; in failure()
282 nextmsg = msgbuff; in failure()
313 msg = nextmsg; in assertion_count()
314 nextmsg = NULL; in assertion_count()
408 msg = nextmsg; in test_skipping()
409 nextmsg = NULL; in test_skipping()
/trueos/contrib/libarchive/tar/test/
HDmain.c271 static const char *msg, *nextmsg; variable
277 nextmsg = NULL; in failure()
282 nextmsg = msgbuff; in failure()
313 msg = nextmsg; in assertion_count()
314 nextmsg = NULL; in assertion_count()
408 msg = nextmsg; in test_skipping()
409 nextmsg = NULL; in test_skipping()
/trueos/contrib/libarchive/libarchive/test/
HDmain.c269 static const char *msg, *nextmsg; variable
275 nextmsg = NULL; in failure()
280 nextmsg = msgbuff; in failure()
311 msg = nextmsg; in assertion_count()
312 nextmsg = NULL; in assertion_count()
406 msg = nextmsg; in test_skipping()
407 nextmsg = NULL; in test_skipping()