Searched refs:io1 (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/regress/lib/libssl/ssl/ |
| D | ssltest.c | 986 BIO *io1 = server_io, *io2 = client_io; in doit_biopair() local 999 r1 = BIO_ctrl_pending(io1); in doit_biopair() 1011 r = BIO_nread(io1, &dataptr, (int)num); in doit_biopair() 1026 printf((io1 == client_io) ? in doit_biopair() 1039 r2 = BIO_ctrl_get_read_request(io1); in doit_biopair() 1056 r = BIO_nwrite0(io1, &dataptr); in doit_biopair() 1068 r = BIO_nwrite(io1, &dataptr, (int)num); in doit_biopair()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/f/ |
| D | equiv.c | 508 char io1[40]; in ffeequiv_layout_local_() local 511 sprintf (&io1[0], "%" ffetargetOffset_f "d", item_offset); in ffeequiv_layout_local_() 516 ffebad_string (io1); in ffeequiv_layout_local_() 1177 char io1[40]; in ffeequiv_layout_cblock() local 1180 sprintf (&io1[0], "%" ffetargetOffset_f "d", var_offset); in ffeequiv_layout_cblock() 1185 ffebad_string (io1); in ffeequiv_layout_cblock()
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | pp_sys.c | 2750 IO * const io1 = GvIOn(gv1); variable 2752 if (IoIFP(io1)) 2760 IoIFP(io1) = PerlIO_fdopen(fd[0], "r" SOCKET_OPEN_MODE); 2761 IoOFP(io1) = PerlIO_fdopen(fd[0], "w" SOCKET_OPEN_MODE); 2762 IoTYPE(io1) = IoTYPE_SOCKET; 2766 if (!IoIFP(io1) || !IoOFP(io1) || !IoIFP(io2) || !IoOFP(io2)) { 2767 if (IoIFP(io1)) PerlIO_close(IoIFP(io1)); 2768 if (IoOFP(io1)) PerlIO_close(IoOFP(io1)); 2769 if (!IoIFP(io1) && !IoOFP(io1)) PerlLIO_close(fd[0]);
|
| /openbsd/src/gnu/gcc/gcc/config/frv/ |
| D | frv.c | 7695 frv_same_doubleword_p (const struct frv_io *io1, const struct frv_io *io2) in frv_same_doubleword_p() argument 7697 if (io1->const_address != 0 && io2->const_address != 0) in frv_same_doubleword_p() 7698 return io1->const_address == io2->const_address; in frv_same_doubleword_p() 7700 if (io1->var_address != 0 && io2->var_address != 0) in frv_same_doubleword_p() 7701 return rtx_equal_p (io1->var_address, io2->var_address); in frv_same_doubleword_p() 7710 frv_io_fixed_order_p (const struct frv_io *io1, const struct frv_io *io2) in frv_io_fixed_order_p() argument 7713 if (io1->type == FRV_IO_WRITE && io2->type == FRV_IO_WRITE) in frv_io_fixed_order_p() 7717 if (io1->type != FRV_IO_WRITE && io2->type != FRV_IO_WRITE) in frv_io_fixed_order_p() 7723 return frv_same_doubleword_p (io1, io2); in frv_io_fixed_order_p()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/ |
| D | ChangeLog | 4203 * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x, 4427 * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x, 12951 * g77.f-torture/execute/io1.f: New test.
|