Home
last modified time | relevance | path

Searched refs:mkentry (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/flex/
H A Dtblcmp.c39 void mkentry PROTO ((int *, int, int, int, int));
104 mkentry (state, numecs, statenum, JAMSTATE, totaltrans);
183 mkentry (state, numecs, statenum,
189 mkentry (extrct[extptr], numecs, statenum,
283 mkentry (tmp, nummecs, lastdfa + i + 1, JAMSTATE, in cmptmps()
503 void mkentry (state, numchars, statenum, deflink, totaltrans) in mkentry() function
729 mkentry (tmp, numecs, statenum, -numtemps, numdiff);
/freebsd-12.1/sbin/restore/
H A Dinteractive.c90 static void mkentry(char *, struct direct *, struct afile *);
515 mkentry(name, dp, list); in printlist()
555 mkentry(locname, dp, listp++); in printlist()
580 mkentry(char *name, struct direct *dp, struct afile *fp) in mkentry() function
/freebsd-12.1/sbin/fsck_ffs/
H A Ddir.c70 static int mkentry(struct inodesc *);
423 mkentry(struct inodesc *idesc) in mkentry() function
610 idesc.id_func = mkentry; in makeentry()