Home
last modified time | relevance | path

Searched refs:check_format (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/libxo/xolint/
H A Dxolint.pl153 check_format($tokens[0]);
233 sub check_format { subroutine
/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbcore.h164 int (*check_format) (bfd *); member
H A Dcorelow.c186 if (cf->check_format (abfd)) in gdb_check_format()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/
H A Dfs.c820 check_format(int format) in check_format() function
868 SVN_ERR(check_format(format)); in base_open()
960 SVN_ERR(check_format(old_format_number)); in base_upgrade()
1331 SVN_ERR(check_format(format)); in base_hotcopy()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs_x.c95 check_format(int format) in check_format() function
152 SVN_ERR(check_format(*pformat)); in read_format()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs_fs.c438 check_format(int format) in check_format() function
516 SVN_ERR(check_format(*pformat)); in read_format()
/freebsd-12.1/contrib/file/src/
H A Dapprentice.c147 private int check_format(struct magic_set *, struct magic *);
2209 if (check_format(ms, m) == -1) in parse()
2570 check_format(struct magic_set *ms, struct magic *m) in check_format() function
/freebsd-12.1/contrib/binutils/bfd/doc/
H A Dbfdint.texi642 is normally called from the archive @samp{check_format} routine. The
649 archive @samp{check_format} routine. The corresponding field in the
/freebsd-12.1/contrib/binutils/bfd/
H A DChangeLog-91937791 * bfd.c (bfd_check_format): Allow the check_format routines
7798 in check_format transfer vectors that need a filler.