Home
last modified time | relevance | path

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

/openbsd/usr.bin/awk/
H A Dtran.c623 static const struct ftab { in flags2str() struct
624 const char *name; in flags2str()
625 int value; in flags2str()
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
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
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-h8300.c1113 struct funcvec_hash_table *ftab; in h8300_reloc16_extra_cases() local
1354 struct funcvec_hash_table *ftab; in h8300_bfd_link_add_symbols() local
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcoff-h8300.c1116 struct funcvec_hash_table *ftab; in h8300_reloc16_extra_cases() local
1357 struct funcvec_hash_table *ftab; in h8300_bfd_link_add_symbols() local
/openbsd/bin/pax/
H A Dtables.c196 static FTM **ftab = NULL; /* file time table for updating arch */ variable
/openbsd/bin/ksh/
H A Demacs.c75 struct x_ftab *ftab; member
/openbsd/usr.bin/ssh/
H A Dchannels.c2561 chan_fn **ftab = table == CHAN_PRE ? sc->channel_pre : sc->channel_post; in channel_handler() local