Symbol: rcsnum_tostr
usr.bin/cvs/add.c
429
rcsnum_tostr(head, revbuf, sizeof(revbuf));
usr.bin/cvs/add.c
512
rcsnum_tostr(cf->file_ent->ce_rev, revbuf, sizeof(revbuf));
usr.bin/cvs/admin.c
362
rcsnum_tostr(rdp->rd_num, b, sizeof(b));
usr.bin/cvs/annotate.c
227
rcsnum_tostr(line->l_delta->rd_num, rnum, sizeof(rnum));
usr.bin/cvs/checkout.c
501
rcsnum_tostr(rnum, rev, sizeof(rev));
usr.bin/cvs/client.c
483
rcsnum_tostr(cf->file_ent->ce_rev, rev, sizeof(rev));
usr.bin/cvs/client.c
645
rcsnum_tostr(newent->ce_rev, rev, sizeof(rev));
usr.bin/cvs/client.c
754
rcsnum_tostr(e->ce_rev, revbuf, sizeof(revbuf));
usr.bin/cvs/commit.c
497
rcsnum_tostr(crev, rbuf, sizeof(rbuf));
usr.bin/cvs/commit.c
609
rcsnum_tostr(nrev, nbuf, sizeof(nbuf));
usr.bin/cvs/commit.c
611
rcsnum_tostr(nrev, nbuf, sizeof(nbuf));
usr.bin/cvs/diff.c
481
(void)rcsnum_tostr(diff_rev1, rbuf, sizeof(rbuf));
usr.bin/cvs/diff.c
497
(void)rcsnum_tostr(diff_rev2, rbuf, sizeof(rbuf));
usr.bin/cvs/diff.c
542
(void)rcsnum_tostr(diff_rev1, rbuf, sizeof(rbuf));
usr.bin/cvs/diff.c
546
(void)rcsnum_tostr(diff_rev2, rbuf,
usr.bin/cvs/diff.c
574
(void)rcsnum_tostr(diff_rev1, rbuf, sizeof(rbuf));
usr.bin/cvs/diff.c
581
(void)rcsnum_tostr(diff_rev2 != NULL ? diff_rev2 :
usr.bin/cvs/diff3.c
171
rcsnum_tostr(d3rev1, r1, sizeof(r1));
usr.bin/cvs/diff3.c
172
rcsnum_tostr(d3rev2, r2, sizeof(r2));
usr.bin/cvs/diff_internals.c
905
rcsnum_tostr(diff_rev1, buf, sizeof(buf));
usr.bin/cvs/diff_internals.c
918
rcsnum_tostr(diff_rev2, buf, sizeof(buf));
usr.bin/cvs/diff_internals.c
938
rcsnum_tostr(diff_rev1, buf, sizeof(buf));
usr.bin/cvs/edit.c
394
(void)rcsnum_tostr(ba_rev, rbuf, sizeof(rbuf));
usr.bin/cvs/edit.c
483
(void)rcsnum_tostr(cf->file_ent->ce_rev, rbuf, sizeof(rbuf));
usr.bin/cvs/getlog.c
250
cvs_printf(" %s", rcsnum_tostr(cf->file_rcs->rf_head,
usr.bin/cvs/getlog.c
255
cvs_printf(" %s", rcsnum_tostr(rcs_branch_get(cf->file_rcs),
usr.bin/cvs/getlog.c
263
rcsnum_tostr(lkp->rl_num, numb, sizeof(numb)));
usr.bin/cvs/getlog.c
278
rcsnum_tostr(rev, numb, sizeof(numb)));
usr.bin/cvs/getlog.c
354
rcsnum_tostr(rdp->rd_num, numb, sizeof(numb));
usr.bin/cvs/getlog.c
394
rcsnum_tostr(branch, numb, sizeof(numb));
usr.bin/cvs/history.c
158
rcsnum_tostr(hrev, revbuf, sizeof(revbuf));
usr.bin/cvs/import.c
425
rcsnum_tostr(cf->file_rcs->rf_branch, branch, sizeof(branch));
usr.bin/cvs/rcs.c
2050
rcsnum_tostr(rev, version, sizeof(version));
usr.bin/cvs/rcs.c
2318
rcsnum_tostr(rdp->rd_num, buf, sizeof(buf));
usr.bin/cvs/rcs.c
2415
rcsnum_tostr(rdp->rd_num, buf, sizeof(buf));
usr.bin/cvs/rcs.c
2553
rcsnum_tostr(rfp->rf_branch, branch, sizeof(branch));
usr.bin/cvs/rcs.c
320
rcsnum_tostr(rfp->rf_head, numbuf, sizeof(numbuf));
usr.bin/cvs/rcs.c
327
rcsnum_tostr(rfp->rf_branch, numbuf, sizeof(numbuf));
usr.bin/cvs/rcs.c
341
rcsnum_tostr(symp->rs_num, numbuf, sizeof(numbuf));
usr.bin/cvs/rcs.c
348
rcsnum_tostr(lkp->rl_num, numbuf, sizeof(numbuf));
usr.bin/cvs/rcs.c
376
fprintf(fp, "%s\n", rcsnum_tostr(rdp->rd_num, numbuf,
usr.bin/cvs/rcs.c
386
fprintf(fp, "\n\t%s", rcsnum_tostr(brp->rb_num, numbuf,
usr.bin/cvs/rcs.c
390
fprintf(fp, "next\t%s;\n\n", rcsnum_tostr(rdp->rd_next,
usr.bin/cvs/rcs.c
404
fprintf(fp, "\n\n%s\n", rcsnum_tostr(rdp->rd_num, numbuf,
usr.bin/cvs/rcs.h
263
char *rcsnum_tostr(const RCSNUM *, char *, size_t);
usr.bin/cvs/remove.c
192
rcsnum_tostr(cf->file_ent->ce_rev, rbuf, sizeof(rbuf));
usr.bin/cvs/server.c
462
rcsnum_tostr(ent->ce_rev, rev, sizeof(rev));
usr.bin/cvs/status.c
178
rcsnum_tostr(cf->file_ent->ce_rev, revbuf, sizeof(revbuf));
usr.bin/cvs/status.c
213
rcsnum_tostr(head, revbuf, sizeof(revbuf));
usr.bin/cvs/status.c
237
rcsnum_tostr(brev, revbuf, sizeof(revbuf));
usr.bin/cvs/status.c
280
(void)rcsnum_tostr(sym->rs_num, revbuf,
usr.bin/cvs/tag.c
277
rcsnum_tostr(srev, rbuf, sizeof(rbuf));
usr.bin/cvs/tag.c
290
rcsnum_tostr(rev, rbuf, sizeof(rbuf));
usr.bin/cvs/tag.c
416
(void)rcsnum_tostr(srev, revbuf, sizeof(revbuf));
usr.bin/cvs/tag.c
424
(void)rcsnum_tostr(trev, trevbuf, sizeof(trevbuf));
usr.bin/cvs/update.c
369
rcsnum_tostr(cf->file_rcsrev, rbuf, sizeof(rbuf));
usr.bin/cvs/update.c
505
rcsnum_tostr(cf->file_rcsrev, revbuf, sizeof(revbuf));
usr.bin/cvs/update.c
692
rcsnum_tostr(rev1, rbuf, sizeof(rbuf));
usr.bin/cvs/update.c
695
rcsnum_tostr(rev2, rbuf, sizeof(rbuf));
usr.bin/cvs/update.c
698
rcsnum_tostr(cf->file_rcsrev, rbuf, sizeof(rbuf));
usr.bin/cvs/update.c
724
rcsnum_tostr(cf->file_ent->ce_rev, revstr, sizeof(revstr));
usr.bin/rcs/ci.c
398
rcsnum_tostr(tmprev, prev, sizeof(prev));
usr.bin/rcs/ci.c
400
rcsnum_tostr(rcsnum_inc(tmprev), nrev, sizeof(nrev));
usr.bin/rcs/ci.c
402
rcsnum_tostr(rev2, nrev, sizeof(nrev));
usr.bin/rcs/ci.c
454
rcsnum_tostr(pb->newrev, numb1, sizeof(numb1)),
usr.bin/rcs/ci.c
455
rcsnum_tostr(pb->frev, numb2, sizeof(numb2)));
usr.bin/rcs/ci.c
481
rcsnum_tostr(pb->frev, numb2, sizeof(numb2)));
usr.bin/rcs/ci.c
703
rcsnum_tostr(pb->newrev, numb, sizeof(numb)));
usr.bin/rcs/ci.c
733
rcsnum_tostr(rcs_sym_getrev(pb->file, pb->symbol),
usr.bin/rcs/ci.c
757
rcsnum_tostr(pb->frev, rbuf, sizeof(rbuf));
usr.bin/rcs/co.c
336
rcsnum_tostr(rev, buf, sizeof(buf));
usr.bin/rcs/diff.c
936
rcsnum_tostr(diff_rev1, buf, sizeof(buf));
usr.bin/rcs/diff.c
951
rcsnum_tostr(diff_rev2, buf, sizeof(buf));
usr.bin/rcs/diff3.c
277
rcsnum_tostr(rev1, r1, sizeof(r1));
usr.bin/rcs/diff3.c
278
rcsnum_tostr(rev2, r2, sizeof(r2));
usr.bin/rcs/rcs.c
1592
rcsnum_tostr(rdp->rd_num, buf, sizeof(buf));
usr.bin/rcs/rcs.c
1657
rcsnum_tostr(rdp->rd_num, buf, sizeof(buf));
usr.bin/rcs/rcs.c
243
rcsnum_tostr(rfp->rf_head, numbuf, sizeof(numbuf));
usr.bin/rcs/rcs.c
250
rcsnum_tostr(rfp->rf_branch, numbuf, sizeof(numbuf));
usr.bin/rcs/rcs.c
264
rcsnum_tostr(symp->rs_num, numbuf, sizeof(numbuf));
usr.bin/rcs/rcs.c
271
rcsnum_tostr(lkp->rl_num, numbuf, sizeof(numbuf));
usr.bin/rcs/rcs.c
299
fprintf(fp, "%s\n", rcsnum_tostr(rdp->rd_num, numbuf,
usr.bin/rcs/rcs.c
309
fprintf(fp, "\n\t%s", rcsnum_tostr(brp->rb_num, numbuf,
usr.bin/rcs/rcs.c
313
fprintf(fp, "next\t%s;\n\n", rcsnum_tostr(rdp->rd_next,
usr.bin/rcs/rcs.c
327
fprintf(fp, "\n\n%s\n", rcsnum_tostr(rdp->rd_num, numbuf,
usr.bin/rcs/rcs.h
262
char *rcsnum_tostr(const RCSNUM *, char *, size_t);
usr.bin/rcs/rcsclean.c
194
rcsnum_tostr(rev, numb, sizeof(numb)),
usr.bin/rcs/rcsdiff.c
298
rcsnum_tostr(rev, rbuf, sizeof(rbuf));
usr.bin/rcs/rcsdiff.c
376
rcsnum_tostr(rev1, rbuf1, sizeof(rbuf1));
usr.bin/rcs/rcsdiff.c
389
rcsnum_tostr(rev2, rbuf2, sizeof(rbuf2));
usr.bin/rcs/rcsmerge.c
151
(void)rcsnum_tostr(rev1, r1, sizeof(r1));
usr.bin/rcs/rcsmerge.c
152
(void)rcsnum_tostr(rev2, r2, sizeof(r2));
usr.bin/rcs/rcsprog.c
459
rcsnum_tostr(rev, rev_str, sizeof(rev_str));
usr.bin/rcs/rcsprog.c
491
rcsnum_tostr(rev, rev_str, sizeof(rev_str));
usr.bin/rcs/rcsprog.c
520
rcsnum_tostr(rdp->rd_num, b, sizeof(b));
usr.bin/rcs/rcsprog.c
593
rcsnum_tostr(rcs_sym_getrev(file, symname),
usr.bin/rcs/rlog.c
384
printf(" %s", rcsnum_tostr(file->rf_head, numb, sizeof(numb)));
usr.bin/rcs/rlog.c
388
printf(" %s", rcsnum_tostr(rcs_branch_get(file),
usr.bin/rcs/rlog.c
395
rcsnum_tostr(lkp->rl_num, numb, sizeof(numb)));
usr.bin/rcs/rlog.c
404
rcsnum_tostr(sym->rs_num, numb, sizeof(numb)));
usr.bin/rcs/rlog.c
518
rcsnum_tostr(rdp->rd_num, numb, sizeof(numb));
usr.bin/rcs/rlog.c
571
(void)rcsnum_tostr(branch, numb, sizeof(numb));