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

/freebsd-10.1-release/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.1-release/contrib/libarchive/cpio/test/
H A Dmain.c271 static const char *msg, *nextmsg; variable
277 nextmsg = NULL;
282 nextmsg = msgbuff;
313 msg = nextmsg;
314 nextmsg = NULL;
408 msg = nextmsg;
409 nextmsg = NULL;
/freebsd-10.1-release/contrib/libarchive/tar/test/
H A Dmain.c271 static const char *msg, *nextmsg; variable
277 nextmsg = NULL;
282 nextmsg = msgbuff;
313 msg = nextmsg;
314 nextmsg = NULL;
408 msg = nextmsg;
409 nextmsg = NULL;
/freebsd-10.1-release/contrib/libarchive/libarchive/test/
H A Dmain.c269 static const char *msg, *nextmsg; variable
275 nextmsg = NULL;
280 nextmsg = msgbuff;
311 msg = nextmsg;
312 nextmsg = NULL;
406 msg = nextmsg;
407 nextmsg = NULL;

Completed in 85 milliseconds