Home
last modified time | relevance | path

Searched defs:ftab (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/one-true-awk/
H A Dtran.c620 static const struct ftab { in flags2str() struct
621 const char *name; in flags2str()
622 int value; in flags2str()
/freebsd/contrib/bzip2/
H A Dblocksort.c218 Int32 ftab[257]; in fallbackSort() local
754 UInt32* ftab, in mainSort()
1035 UInt32* ftab = s->ftab; in BZ2_blockSort() local
H A Dbzlib_private.h212 UInt32* ftab; member
/freebsd/usr.sbin/config/
H A Dconfig.y85 struct file_list_head ftab; variable
/freebsd/bin/pax/
H A Dtables.c65 static FTM **ftab = NULL; /* file time table for updating arch */ variable
/freebsd/crypto/openssh/
H A Dchannels.c2606 chan_fn **ftab = table == CHAN_PRE ? sc->channel_pre : sc->channel_post; in channel_handler() local