Searched refs:buf (Results 226 - 250 of 6143) sorted by relevance

1234567891011>>

/macosx-10.10/postfix-255/postfix/src/global/
H A Dmsg_stats_scan.c60 VSTRING *buf = vstring_alloc(sizeof(MSG_STATS) * 2); local
73 ATTR_TYPE_DATA, MAIL_ATTR_TIME, buf,
76 if (LEN(buf) == sizeof(*stats)) {
77 memcpy((char *) stats, STR(buf), sizeof(*stats));
80 (unsigned) LEN(buf), (unsigned) sizeof(*stats));
84 vstring_free(buf);
H A Drec_streamlf.c9 /* int rec_streamlf_get(stream, buf, maxlen)
11 /* VSTRING *buf;
20 /* int REC_STREAMLF_PUT_BUF(stream, type, buf)
23 /* VSTRING *buf;
76 int rec_streamlf_get(VSTREAM *stream, VSTRING *buf, int maxlen) argument
86 VSTRING_RESET(buf);
89 return (VSTRING_LEN(buf) > 0 ? REC_TYPE_CONT : REC_TYPE_EOF);
91 VSTRING_TERMINATE(buf);
94 VSTRING_ADDCH(buf, ch);
96 VSTRING_TERMINATE(buf);
[all...]
/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_seed.c78 VSTRING *buf; local
81 buf = vstring_alloc(nbytes);
82 status = tls_mgr_seed(buf, nbytes);
83 RAND_seed(vstring_str(buf), VSTRING_LEN(buf));
84 vstring_free(buf);
/macosx-10.10/rsync-45/rsync/zlib/
H A Dadler32.c15 #define DO1(buf,i) {adler += (buf)[i]; sum2 += adler;}
16 #define DO2(buf,i) DO1(buf,i); DO1(buf,i+1);
17 #define DO4(buf,i) DO2(buf,i); DO2(buf,i+2);
18 #define DO8(buf,i) DO4(buf,
[all...]
/macosx-10.10/sudo-73/src/zlib/
H A Dadler32.c18 #define DO1(buf,i) {adler += (buf)[i]; sum2 += adler;}
19 #define DO2(buf,i) DO1(buf,i); DO1(buf,i+1);
20 #define DO4(buf,i) DO2(buf,i); DO2(buf,i+2);
21 #define DO8(buf,i) DO4(buf,
[all...]
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/generic/
H A DbufFix.c15 #include "buf.h"
21 static int ReadProc _ANSI_ARGS_ ((Buf_Buffer buf, ClientData clientData,
23 static int WriteProc _ANSI_ARGS_ ((Buf_Buffer buf, ClientData clientData,
25 static Buf_Buffer DupProc _ANSI_ARGS_ ((Buf_Buffer buf, ClientData clientData));
26 static void FreeProc _ANSI_ARGS_ ((Buf_Buffer buf, ClientData clientData));
27 static int SizeProc _ANSI_ARGS_ ((Buf_Buffer buf, ClientData clientData));
28 static int TellProc _ANSI_ARGS_ ((Buf_Buffer buf, ClientData clientData));
29 static char* DataProc _ANSI_ARGS_ ((Buf_Buffer buf, ClientData clientData));
36 Buf_Buffer buf; /* The buffer token containing this structure. */ member in struct:FixedBuffer_
85 FreeProc (buf, clientDat
[all...]
/macosx-10.10/top-100.1.2/
H A Dthreads.c35 char buf[GENERIC_INT_SIZE * 2 + 1]; local
48 if(-1 == (thrun.value > 0 ? snprintf(buf, sizeof(buf), "%s/%s", thbuf, runbuf) : snprintf(buf, sizeof(buf), "%s", thbuf)))
51 return generic_insert_cell(s, buf);
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dadler32.c48 #define DO1(buf,i) {adler += (buf)[i]; sum2 += adler;}
49 #define DO2(buf,i) DO1(buf,i); DO1(buf,i+1);
50 #define DO4(buf,i) DO2(buf,i); DO2(buf,i+2);
51 #define DO8(buf,i) DO4(buf,
[all...]
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dnewuser.c60 VARARR(char, buf, strlen(dotdir) + strlen(fname) + 2);
61 sprintf(buf, "%s/%s", dotdir, fname);
63 return access(buf, F_OK);
97 VARARR(char, buf, strlen(*sp) + 9);
98 sprintf(buf, "%s/newuser", *sp);
100 if (source(buf) != SOURCE_NOT_FOUND)
/macosx-10.10/ncurses-44/ncurses/ncurses/trace/
H A Dvisbuf.c93 _nc_visbuf2n(int bufnum, const char *buf, int len) argument
99 if (buf == 0)
101 if (buf == CANCELLED_STRING)
105 len = (int) strlen(buf);
118 while ((--len >= 0) && (c = *buf++) != '\0') {
130 _nc_visbuf2(int bufnum, const char *buf) argument
132 return _nc_visbuf2n(bufnum, buf, -1);
136 _nc_visbuf(const char *buf) argument
138 return _nc_visbuf2(0, buf);
142 _nc_visbufn(const char *buf, in argument
164 _nc_viswbuf2n(int bufnum, const wchar_t *buf, int len) argument
207 _nc_viswbuf2(int bufnum, const wchar_t *buf) argument
213 _nc_viswbuf(const wchar_t *buf) argument
219 _nc_viswbufn(const wchar_t *buf, int len) argument
226 _nc_viswibuf(const wint_t *buf) argument
249 _nc_viscbuf2(int bufnum, const NCURSES_CH_T * buf, int len) argument
327 _nc_viscbuf(const NCURSES_CH_T * buf, int len) argument
[all...]
/macosx-10.10/Libc-1044.1.2/locale/FreeBSD/
H A Dwctob.c42 char buf[MB_LEN_MAX]; local
45 if (c == WEOF || loc->__lc_ctype->__wcrtomb(buf, c, &mbs, loc) != 1)
47 return ((unsigned char)*buf);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dlutil_md5.h32 ber_uint_t buf[4]; member in struct:lutil_MD5Context
44 unsigned char const *buf,
54 ber_uint_t buf[4],
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/tsiggss/
H A Dauthsock.pl58 $client->recv(my $buf, 8, 0);
59 my ($version, $req_len) = unpack('N N', $buf);
67 $client->recv(my $buf, $req_len - 8, 0);
74 $key_data) = unpack('Z* Z* Z* Z* Z* N/a', $buf);
76 if ($req_len != length($buf)+8) {
77 printf("Length mismatch %u %u\n", $req_len, length($buf)+8);
/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dfmtmode.c38 char* buf; local
42 s = buf = fmtbuf(MODELEN + 1);
46 return buf;
/macosx-10.10/libxml2-26/libxml2/python/tests/
H A Doutbuf.py13 buf = libxml2.createOutputBuffer(f, "ISO-8859-1")
14 buf.write(3, "foo")
15 buf.writeString("bar")
16 buf.close()
32 buf = libxml2.createOutputBuffer(f, 'UTF-8') variable
34 doc.saveFileTo(buf, 'UTF-8')
58 buf = libxml2.createOutputBuffer(f, 'UTF-8') variable
59 doc.saveFormatFileTo(buf, 'UTF-8', i)
79 buf = libxml2.createOutputBuffer(f, 'UTF-8') variable
80 buf
87 buf = libxml2.createOutputBuffer(f, 'UTF-8') variable
[all...]
/macosx-10.10/lsof-53/lsof/tests/
H A DLTszoff.c102 char buf[2048]; /* temporary buffer */ local
153 (void) snprintf(buf, sizeof(buf) - 1, "./config.LTszoff%ld",
155 buf[sizeof(buf) - 1] = '\0';
156 Path = MkStrCpy(buf, &ti);
168 (void) snprintf(buf, sizeof(buf) - 1, " Errno %d: %s",
170 buf[sizeof(buf)
238 char buf[1024]; /* lsof output line buffer */ local
301 char buf[2048]; /* temporary buffer */ local
[all...]
/macosx-10.10/postfix-255/postfix/src/util/
H A Dsane_basename.c9 /* char *sane_basename(buf, path)
10 /* VSTRING *buf;
13 /* char *sane_dirname(buf, path)
14 /* VSTRING *buf;
38 /* .IP buf
71 static VSTRING *buf; local
79 bp = buf;
81 bp = buf = vstring_alloc(10);
115 static VSTRING *buf; local
122 bp = buf;
166 VSTRING *buf = vstring_alloc(10); local
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Doutbuf.py8 buf = libxml2.createOutputBuffer(f, "ISO-8859-1")
9 buf.write(3, "foo")
10 buf.writeString("bar")
11 buf.close()
27 buf = libxml2.createOutputBuffer(f, 'UTF-8') variable
29 doc.saveFileTo(buf, 'UTF-8')
53 buf = libxml2.createOutputBuffer(f, 'UTF-8') variable
54 doc.saveFormatFileTo(buf, 'UTF-8', i)
74 buf = libxml2.createOutputBuffer(f, 'UTF-8') variable
75 buf
82 buf = libxml2.createOutputBuffer(f, 'UTF-8') variable
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/test/
H A Dnt_gss_common.h36 void nt_write_token (int sock, gss_buffer_t buf);
37 void nt_read_token (int sock, gss_buffer_t buf);
/macosx-10.10/Libc-1044.1.2/net/FreeBSD/
H A Drecv.c50 recv(s, buf, len, flags)
53 void *buf;
56 return (__recvfrom(s, buf, len, flags, NULL, 0));
58 return (__recvfrom_nocancel(s, buf, len, flags, NULL, 0));
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sock/
H A Dresult.c47 char *buf, *bp; local
52 buf = (char *) ch_malloc( BUFSIZ );
53 buf[0] = '\0';
55 bp = buf;
80 while ( bp + len + 1 - buf > bsize ) {
81 size_t offset = bp - buf;
83 buf = (char *) ch_realloc( buf, bsize );
84 bp = &buf[offset];
91 if ( strncasecmp( buf, "RESUL
[all...]
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-err.h34 char *ERR_error_string(unsigned long e, char *buf);
/macosx-10.10/OpenSSL098-52/src/crypto/des/
H A Ddes_lib.c70 static char buf[32]; local
100 BIO_snprintf(buf,sizeof buf,"des(%s,%s,%s,%s)",ptr,risc,unroll,
104 return(buf);
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dcrc.h26 crc64_update(uint64_t crc, const void *buf, uint64_t len) argument
28 const unsigned char * ptr = (const unsigned char *) buf;
38 crc64(const void *buf, uint64_t len) argument
42 crc = crc64_update(crc, buf, len);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DCharInputBuffer.hpp33 CharInputBuffer( unsigned char* buf, size_t size, bool owner = false ) argument
34 : buffer(buf)
35 , ptr(buf)
36 , end(buf + size)

Completed in 355 milliseconds

1234567891011>>