| /freebsd-14.2/usr.bin/cmp/ |
| H A D | special.c | 55 FILE *fp1, *fp2; in c_special() local 65 if ((fp1 = fdopen(fd1, "r")) == NULL) in c_special() 67 (void)setvbuf(fp1, NULL, _IOFBF, 65536); in c_special() 74 if (getc(fp1) == EOF) in c_special() 88 ch1 = getc(fp1); in c_special() 115 eof: if (ferror(fp1)) in c_special() 119 if (feof(fp1)) { in c_special() 131 fclose(fp1); in c_special()
|
| /freebsd-14.2/contrib/sendmail/libsm/ |
| H A D | fopen.c | 365 sm_io_automode(fp1, fp2) in sm_io_automode() argument 366 SM_FILE_T *fp1; in sm_io_automode() 369 SM_REQUIRE_ISA(fp1, SmFileMagic); 372 fp1->f_modefp = fp2; 373 fp2->f_modefp = fp1;
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | cms-examples.pl | 327 my ( $fp1, $fp2 ); 331 if ( !open( $fp1, "<$f1" ) ) { 341 binmode $fp1; 347 $n1 = sysread $fp1, $rd1, 4096; 359 close $fp1;
|
| /freebsd-14.2/usr.bin/comm/ |
| H A D | comm.c | 72 FILE *fp1, *fp2; in main() local 108 fp1 = file(argv[0]); in main() 128 n1 = getline(&line1, &line1len, fp1); in main() 129 if (n1 < 0 && ferror(fp1)) in main() 151 show(fp1, argv[0], col1, &line1, &line1len); in main()
|
| /freebsd-14.2/contrib/byacc/ |
| H A D | lalr.c | 529 unsigned *fp1, *fp2, *fp3; in compute_lookaheads() local 540 fp1 = rowp; in compute_lookaheads() 542 while (fp1 < fp3) in compute_lookaheads() 543 *fp1++ |= *fp2++; in compute_lookaheads() 587 unsigned *fp1; in traverse() local 613 fp1 = base; in traverse() 616 while (fp1 < fp3) in traverse() 617 *fp1++ |= *fp2++; in traverse() 631 fp1 = base; in traverse() 634 while (fp1 < fp3) in traverse() [all …]
|
| /freebsd-14.2/lib/libc/tests/stdio/ |
| H A D | freopen_test.c | 39 FILE *fp1, *fp2; in runtest() local 43 fp1 = fopen(fname1, mode1); in runtest() 44 ATF_REQUIRE_MSG(fp1 != NULL, in runtest() 46 fp2 = freopen(fname2, mode2, fp1); in runtest()
|
| /freebsd-14.2/sys/sys/ |
| H A D | file.h | 134 typedef int fo_cmp_t(struct file *fp, struct file *fp1, struct thread *td); 284 int file_kcmp_generic(struct file *fp1, struct file *fp2, struct thread *td); 500 fo_cmp(struct file *fp1, struct file *fp2, struct thread *td) in fo_cmp() argument 503 if (fp1->f_ops->fo_cmp == NULL) in fo_cmp() 505 return ((*fp1->f_ops->fo_cmp)(fp1, fp2, td)); in fo_cmp()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | mt6589-fairphone-fp1.dts | 11 compatible = "fairphone,fp1", "mediatek,mt6589";
|
| /freebsd-14.2/sys/kern/ |
| H A D | uipc_syscalls.c | 566 struct file *fp1, *fp2; in kern_socketpair() local 596 error = falloc(td, &fp1, &fd, oflag); in kern_socketpair() 600 fp1->f_data = so1; /* so1 already has ref count */ in kern_socketpair() 626 finit(fp1, FREAD | FWRITE | fflag, DTYPE_SOCKET, fp1->f_data, in kern_socketpair() 631 (void) fo_ioctl(fp1, FIONBIO, &fflag, td->td_ucred, td); in kern_socketpair() 634 fdrop(fp1, td); in kern_socketpair() 641 fdclose(td, fp1, rsv[0]); in kern_socketpair() 642 fdrop(fp1, td); in kern_socketpair()
|
| H A D | sys_generic.c | 2114 struct file *fp1, *fp2; in kern_kcmp() local 2128 error = fget_remote(td, p1, idx1, &fp1); in kern_kcmp() 2133 res = fo_cmp(fp1, fp2, td); in kern_kcmp() 2135 res = kcmp_cmp((uintptr_t)fp1, in kern_kcmp() 2139 fdrop(fp1, td); in kern_kcmp() 2176 file_kcmp_generic(struct file *fp1, struct file *fp2, struct thread *td) in file_kcmp_generic() argument 2178 if (fp1->f_type != fp2->f_type) in file_kcmp_generic() 2180 return (kcmp_cmp((uintptr_t)fp1->f_data, (uintptr_t)fp2->f_data)); in file_kcmp_generic()
|
| H A D | sys_procdesc.c | 562 procdesc_cmp(struct file *fp1, struct file *fp2, struct thread *td) in procdesc_cmp() argument 568 pdp1 = fp1->f_data; in procdesc_cmp()
|
| H A D | vfs_vnops.c | 4264 vn_cmp(struct file *fp1, struct file *fp2, struct thread *td) in vn_cmp() argument 4268 return (kcmp_cmp((uintptr_t)fp1->f_vnode, (uintptr_t)fp2->f_vnode)); in vn_cmp()
|
| /freebsd-14.2/sys/dev/mpt/ |
| H A D | mpt.c | 3088 mpt2host_config_page_fc_port_1(CONFIG_PAGE_FC_PORT_1 *fp1) in mpt2host_config_page_fc_port_1() argument 3091 MPT_2_HOST32(fp1, Flags); in mpt2host_config_page_fc_port_1() 3092 MPT_2_HOST32(fp1, NoSEEPROMWWNN.Low); in mpt2host_config_page_fc_port_1() 3093 MPT_2_HOST32(fp1, NoSEEPROMWWNN.High); in mpt2host_config_page_fc_port_1() 3094 MPT_2_HOST32(fp1, NoSEEPROMWWPN.Low); in mpt2host_config_page_fc_port_1() 3095 MPT_2_HOST32(fp1, NoSEEPROMWWPN.High); in mpt2host_config_page_fc_port_1() 3102 HOST_2_MPT32(fp1, Flags); in host2mpt_config_page_fc_port_1() 3103 HOST_2_MPT32(fp1, NoSEEPROMWWNN.Low); in host2mpt_config_page_fc_port_1() 3104 HOST_2_MPT32(fp1, NoSEEPROMWWNN.High); in host2mpt_config_page_fc_port_1() 3105 HOST_2_MPT32(fp1, NoSEEPROMWWPN.Low); in host2mpt_config_page_fc_port_1() [all …]
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | ssh-agent.c | 495 char *fp1, *fp2; in identity_permitted() local 518 fp1 = fp2 = NULL; in identity_permitted() 520 (fp1 = sshkey_fingerprint(fromkey, SSH_FP_HASH_DEFAULT, in identity_permitted() 530 fromkey ? fp1 : "", user ? user : "(ANY)", in identity_permitted() 532 free(fp1); in identity_permitted()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/ |
| H A D | mediatek.yaml | 39 - fairphone,fp1
|
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_socket.c | 1026 struct file *fp, *fp1; in linux_accept_common() local 1065 error1 = getsock(td, s, &cap_accept_rights, &fp1); in linux_accept_common() 1070 so = fp1->f_data; in linux_accept_common() 1073 fdrop(fp1, td); in linux_accept_common()
|
| /freebsd-14.2/sys/fs/devfs/ |
| H A D | devfs_vnops.c | 2035 devfs_cmp_f(struct file *fp1, struct file *fp2, struct thread *td) in devfs_cmp_f() argument 2039 return (kcmp_cmp((uintptr_t)fp1->f_data, (uintptr_t)fp2->f_data)); in devfs_cmp_f()
|
| /freebsd-14.2/sys/compat/linuxkpi/common/src/ |
| H A D | linux_compat.c | 1729 linux_file_kcmp(struct file *fp1, struct file *fp2, struct thread *td) in linux_file_kcmp() argument 1736 filp1 = fp1->f_data; in linux_file_kcmp()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.td | 333 def FP1 : X86Reg<"fp1", 0>;
|