Home
last modified time | relevance | path

Searched defs:fp2 (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/sendmail/libsm/
H A Dfopen.c230 SM_FILE_T *fp2; local
333 sm_io_autoflush(fp, fp2) in sm_io_autoflush() argument
365 sm_io_automode(fp1, fp2) in sm_io_automode() argument
/freebsd/usr.bin/cmp/
H A Dspecial.c48 FILE *fp1, *fp2; in c_special() local
/freebsd/usr.bin/comm/
H A Dcomm.c59 FILE *fp1, *fp2; in main() local
/freebsd/lib/libc/tests/gen/
H A Dpopen_test.c136 FILE *fp, *fp2; in ATF_TC_BODY() local
/freebsd/contrib/byacc/
H A Dlalr.c529 unsigned *fp1, *fp2, *fp3; in compute_lookaheads() local
588 unsigned *fp2; in traverse() local
/freebsd/lib/libc/tests/stdio/
H A Dfreopen_test.c39 FILE *fp1, *fp2; in runtest() local
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp86 bool fp2 = f.flags & EF_MIPS_FP64; in checkFlags() local
/freebsd/sys/kern/
H A Dsys_procdesc.c559 procdesc_cmp(struct file *fp1, struct file *fp2, struct thread *td) in procdesc_cmp()
H A Dsys_generic.c2134 struct file *fp1, *fp2; in kern_kcmp() local
2196 file_kcmp_generic(struct file *fp1, struct file *fp2, struct thread *td) in file_kcmp_generic()
H A Duipc_syscalls.c547 struct file *fp1, *fp2; in kern_socketpair() local
[all...]
H A Duipc_mqueue.c2357 struct file *fp, *fp2; in kern_kmq_notify() local
H A Dvfs_vnops.c4265 vn_cmp(struct file *fp1, struct file *fp2, struct thread *td) in vn_cmp()
H A Dkern_descrip.c488 struct file *fp, *fp2; in kern_fcntl() local
/freebsd/sys/sys/
H A Dfile.h501 fo_cmp(struct file *fp1, struct file *fp2, struct thread *td) in fo_cmp()
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c2033 devfs_cmp_f(struct file *fp1, struct file *fp2, struct thread *td) in devfs_cmp_f()
/freebsd/crypto/openssh/
H A Dssh-agent.c495 char *fp1, *fp2; in identity_permitted() local
/freebsd/contrib/ncurses/progs/
H A Dtic.c480 FILE *fp2 = copy_input(fp, filename, alt_file); in open_input() local