HomeSort by: relevance | last modified time | path
    Searched refs:mkentry (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/flex/dist/src/
tblcmp.c 42 void mkentry(int *, int, int, int, int);
106 mkentry (state, numecs, statenum, JAMSTATE, totaltrans);
185 mkentry (state, numecs, statenum,
191 mkentry (extrct[extptr], numecs, statenum,
285 mkentry (tmp, nummecs, lastdfa + i + 1, JAMSTATE,
482 /* mkentry - create base/def and nxt/chk entries for transition array
486 * mkentry( state, numchars, statenum, deflink, totaltrans );
501 void mkentry (int *state, int numchars, int statenum, int deflink, function
724 mkentry (tmp, numecs, statenum, -numtemps, numdiff);
  /src/sbin/restore/
interactive.c 92 static void mkentry(char *, struct direct *, struct afile *);
531 mkentry(name, dp, list);
567 mkentry(locname, dp, listp++);
592 mkentry(char *name, struct direct *dp, struct afile *fp) function
  /src/sbin/fsck_ext2fs/
dir.c 108 static int mkentry(struct inodesc *);
348 mkentry(struct inodesc *idesc) function
532 idesc.id_func = mkentry;
  /src/sbin/fsck_ffs/
dir.c 94 static int mkentry(struct inodesc *);
506 mkentry(struct inodesc *idesc) function
725 idesc.id_func = mkentry;
  /src/sbin/fsck_lfs/
dir.c 88 static int mkentry(struct inodesc *);
369 mkentry(struct inodesc *idesc) function
564 idesc.id_func = mkentry;

Completed in 49 milliseconds