Lines Matching refs:checkpoint
4 * usage: collect [--add|--remove] <checkpoint> <id> <idlist>
6 * Adds ID <id> to the list governed by <checkpoint>.
75 printf("%s [options] <checkpoint> <id> <idlist>\n\n"
81 " Adds ID <id> to the list governed by <checkpoint>.\n"
128 * Read checkpoint file
366 char *checkpoint, *us;
411 checkpoint = argv[argi++];
423 fprintf(stderr, "Using checkpoint '%s'\n", checkpoint);
426 fd = prepare(tmpdir, checkpoint);
496 printf("COLLECT_%s=%d\n", checkpoint, ret);