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

/freebsd-10-stable/usr.bin/msgs/
H A Dmsgs.c166 int firstmsg = 0, nextmsg = 0, lastmsg = 0; local
347 nextmsg = lastmsg + 1;
348 snprintf(fname, sizeof(fname), "%s/%d", _PATH_MSGS, nextmsg);
354 fprintf(bounds, "%d %d\n", firstmsg, nextmsg);
364 nextmsg, ptr, ctime(&t));
411 fscanf(msgsrc, "%d\n", &nextmsg);
413 if (nextmsg > lastmsg+1) {
420 rcfirst = nextmsg - rcback;
433 rcfirst = nextmsg;
439 nextmsg
[all...]
/freebsd-10-stable/contrib/libarchive/libarchive/test/
H A Dmain.c292 static const char *msg, *nextmsg; variable
298 nextmsg = NULL;
303 nextmsg = msgbuff;
334 msg = nextmsg;
335 nextmsg = NULL;
429 msg = nextmsg;
430 nextmsg = NULL;
/freebsd-10-stable/contrib/libarchive/test_utils/
H A Dtest_main.c420 static const char *msg, *nextmsg; variable
426 nextmsg = NULL;
431 nextmsg = msgbuff;
462 msg = nextmsg;
463 nextmsg = NULL;
557 msg = nextmsg;
558 nextmsg = NULL;

Completed in 316 milliseconds