Searched refs:rnp (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.bin/rcs/
H A Drcsnum.c52 RCSNUM *rnp; local
54 rnp = xmalloc(sizeof(*rnp));
55 rnp->rn_len = 0;
56 rnp->rn_id = NULL;
58 return (rnp);
/openbsd-current/usr.bin/cvs/
H A Drcsnum.c46 RCSNUM *rnp; local
48 rnp = xcalloc(1, sizeof(*rnp));
49 rnp->rn_len = 0;
51 return (rnp);

Completed in 70 milliseconds