Searched refs:swrite (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/file-46/file/src/
H A Dcompress.c87 private ssize_t swrite(int, const void *, size_t);
145 swrite(int fd, const void *buf, size_t n) function
262 if (swrite(tfd, startbuf, nbytes) != (ssize_t)nbytes)
266 if (swrite(tfd, buf, (size_t)r) != r)
434 if (swrite(fdin[1], old, n) != (ssize_t)n) {
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_setup_once.h183 #define swrite(x,y,z) (ssize_t)write((SEND_TYPE_ARG1)(x), \ macro
198 #define swrite(x,y,z) (ssize_t)send((SEND_TYPE_ARG1)(x), \
204 #ifndef swrite
H A Dtelnet.c357 bytes_written = swrite(conn->sock[FIRSTSOCKET], buf, 3);
947 bytes_written = swrite(conn->sock[FIRSTSOCKET], temp, len);
959 bytes_written = swrite(conn->sock[FIRSTSOCKET], temp, len);
987 bytes_written = swrite(conn->sock[FIRSTSOCKET], temp, len);
1042 bytes_written = swrite(conn->sock[FIRSTSOCKET], tn->subbuffer, 3);
1051 bytes_written = swrite(conn->sock[FIRSTSOCKET], tn->subbuffer+7, 2);
H A Dcurl_ntlm_wb.c237 ssize_t written = swrite(conn->ntlm_auth_hlpr_socket, input, len_in);
H A Dsendf.c260 ssize_t bytes_written = swrite(sockfd, mem, len);
/macosx-10.10.1/mail_cmds-30/mail/
H A Dcmdtab.c92 { "write", swrite, STRLIST, 0, 0 },
H A Dextern.h243 int swrite(char []);
H A Dcmd2.c271 swrite(str) function
/macosx-10.10.1/curl-83.1.2/curl/tests/server/
H A Dtftpd.c1235 if (swrite(peer, sdp, size + 4) != size + 4) {
1304 if (swrite(peer, &ackbuf.storage[0], 4) != 4) {
1351 (void) swrite(peer, &ackbuf.storage[0], 4);
1366 (void) swrite(peer, &ackbuf.storage[0], 4); /* resend final ack */
1398 if (swrite(peer, &buf.storage[0], length) != length)
H A Drtspd.c913 written = swrite(sock, STREAMTHIS, count);
1068 written = swrite(sock, buffer, num);
1093 written = swrite(sock, req->rtp_buffer + (req->rtp_buffersize - count), num);
H A Dsws.c1015 written = swrite(sock, STREAMTHIS, count);
1164 written = swrite(sock, buffer, num);
1608 rc = swrite(clientfd[i], readserver[i], toc[i]);
1628 rc = swrite(serverfd[i], readclient[i], tos[i]);
H A Dsockfilt.c1095 bytes_written = swrite(sockfd, buffer, buffer_len);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DHarness.pm600 $out .= swrite( $fmt_top );
603 $out .= swrite( $fmt, @{ $Curtest }{qw(name estat wstat max failed canon)} );
622 $out .= swrite( $fmt_top );
625 $out .= swrite( $fmt1, @{ $Curtest }{qw(name estat wstat max failed canon)} );
626 $out .= swrite( $fmt2, $Curtest->{canon} );
640 sub swrite { subroutine
/macosx-10.10.1/curl-83.1.2/curl/lib/vtls/
H A Dgtls.c105 * (although here using the sread/swrite macros as defined by
146 ssize_t ret = swrite(GNUTLS_POINTER_TO_INT_CAST(s), buf, len);

Completed in 271 milliseconds