Home
last modified time | relevance | path

Searched refs:fp1 (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/usr.bin/cmp/
Dspecial.c56 FILE *fp1, *fp2; in c_special() local
66 if ((fp1 = fdopen(fd1, "r")) == NULL) in c_special()
73 if (getc(fp1) == EOF) in c_special()
80 ch1 = getc(fp1); in c_special()
107 eof: if (ferror(fp1)) in c_special()
111 if (feof(fp1)) { in c_special()
118 fclose(fp1); in c_special()
/freebsd-12-stable/contrib/sendmail/libsm/
Dfopen.c365 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-12-stable/contrib/byacc/
Dlalr.c534 unsigned *fp1, *fp2, *fp3; in compute_lookaheads() local
545 fp1 = rowp; in compute_lookaheads()
547 while (fp1 < fp3) in compute_lookaheads()
548 *fp1++ |= *fp2++; in compute_lookaheads()
592 unsigned *fp1; in traverse() local
618 fp1 = base; in traverse()
621 while (fp1 < fp3) in traverse()
622 *fp1++ |= *fp2++; in traverse()
636 fp1 = base; in traverse()
639 while (fp1 < fp3) in traverse()
[all …]
/freebsd-12-stable/usr.bin/comm/
Dcomm.c74 FILE *fp1, *fp2; in main() local
110 fp1 = file(argv[0]); in main()
130 n1 = getline(&line1, &line1len, fp1); in main()
131 if (n1 < 0 && ferror(fp1)) in main()
153 show(fp1, argv[0], col1, &line1, &line1len); in main()
/freebsd-12-stable/lib/libc/tests/stdio/
Dfreopen_test.c42 FILE *fp1, *fp2; in runtest() local
46 fp1 = fopen(fname1, mode1); in runtest()
47 ATF_REQUIRE_MSG(fp1 != NULL, in runtest()
49 fp2 = freopen(fname2, mode2, fp1); in runtest()
/freebsd-12-stable/contrib/gdb/gdb/regformats/
Dreg-m68k.dat23 96:fp1
/freebsd-12-stable/sys/kern/
Duipc_syscalls.c569 struct file *fp1, *fp2; in kern_socketpair() local
599 error = falloc(td, &fp1, &fd, oflag); in kern_socketpair()
603 fp1->f_data = so1; /* so1 already has ref count */ in kern_socketpair()
629 finit(fp1, FREAD | FWRITE | fflag, DTYPE_SOCKET, fp1->f_data, in kern_socketpair()
634 (void) fo_ioctl(fp1, FIONBIO, &fflag, td->td_ucred, td); in kern_socketpair()
637 fdrop(fp1, td); in kern_socketpair()
644 fdclose(td, fp1, rsv[0]); in kern_socketpair()
645 fdrop(fp1, td); in kern_socketpair()
/freebsd-12-stable/sys/dev/mpt/
Dmpt.c3097 mpt2host_config_page_fc_port_1(CONFIG_PAGE_FC_PORT_1 *fp1) in mpt2host_config_page_fc_port_1() argument
3100 MPT_2_HOST32(fp1, Flags); in mpt2host_config_page_fc_port_1()
3101 MPT_2_HOST32(fp1, NoSEEPROMWWNN.Low); in mpt2host_config_page_fc_port_1()
3102 MPT_2_HOST32(fp1, NoSEEPROMWWNN.High); in mpt2host_config_page_fc_port_1()
3103 MPT_2_HOST32(fp1, NoSEEPROMWWPN.Low); in mpt2host_config_page_fc_port_1()
3104 MPT_2_HOST32(fp1, NoSEEPROMWWPN.High); in mpt2host_config_page_fc_port_1()
3108 host2mpt_config_page_fc_port_1(CONFIG_PAGE_FC_PORT_1 *fp1) in host2mpt_config_page_fc_port_1() argument
3111 HOST_2_MPT32(fp1, Flags); in host2mpt_config_page_fc_port_1()
3112 HOST_2_MPT32(fp1, NoSEEPROMWWNN.Low); in host2mpt_config_page_fc_port_1()
3113 HOST_2_MPT32(fp1, NoSEEPROMWWNN.High); in host2mpt_config_page_fc_port_1()
[all …]
/freebsd-12-stable/sys/compat/linux/
Dlinux_socket.c611 struct file *fp, *fp1; in linux_accept_common() local
650 error1 = getsock_cap(td, s, &cap_accept_rights, &fp1, NULL, NULL); in linux_accept_common()
655 so = fp1->f_data; in linux_accept_common()
658 fdrop(fp1, td); in linux_accept_common()
/freebsd-12-stable/crypto/openssh/
Dssh-agent.c406 char *fp1, *fp2; in identity_permitted() local
425 fp1 = fp2 = NULL; in identity_permitted()
427 (fp1 = sshkey_fingerprint(fromkey, SSH_FP_HASH_DEFAULT, in identity_permitted()
437 fromkey ? fp1 : "", user ? user : "(ANY)", in identity_permitted()
439 free(fp1); in identity_permitted()
/freebsd-12-stable/contrib/gcc/config/mips/
Dsb1.md11 ;; {ex1,fp1}|{ex0,fp0}|ls1|ls0. Instructions issue to the first eligible unit
17 ;; When exceptions are enabled, can only issue FP insns to fp1. This is
22 ;; insn can issue per cycle (fp1).
Dmips.c3484 rtx fp1, fp2; in mips_emit_fcc_reload() local
3492 fp1 = gen_rtx_REG (SFmode, REGNO (scratch)); in mips_emit_fcc_reload()
3495 emit_move_insn (copy_rtx (fp1), src); in mips_emit_fcc_reload()
3497 emit_insn (gen_slt_sf (dest, fp2, fp1)); in mips_emit_fcc_reload()
/freebsd-12-stable/contrib/gcc/config/i386/
Dxmmintrin.h54 #define _MM_SHUFFLE(fp3,fp2,fp1,fp0) \ argument
55 (((fp3) << 6) | ((fp2) << 4) | ((fp1) << 2) | (fp0))
Demmintrin.h53 #define _MM_SHUFFLE2(fp1,fp0) \ argument
54 (((fp1) << 1) | (fp0))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86RegisterInfo.td203 def FP1 : X86Reg<"fp1", 0>;