buf 231 examples/VFS/skel_opaque.c static char *skel_getwd(vfs_handle_struct *handle, char *buf) buf 262 examples/VFS/skel_opaque.c static int skel_readlink(vfs_handle_struct *handle, const char *path, char *buf, size_t bufsiz) buf 224 examples/VFS/skel_transparent.c static char *skel_getwd(vfs_handle_struct *handle, char *buf) buf 254 examples/VFS/skel_transparent.c static int skel_readlink(vfs_handle_struct *handle, const char *path, char *buf, size_t bufsiz) buf 413 examples/libsmbclient/smbwrapper/smbw.c ssize_t smbw_pread(int smbw_fd, void *buf, size_t count, SMBW_OFF_T ofs) buf 444 examples/libsmbclient/smbwrapper/smbw.c ssize_t smbw_read(int smbw_fd, void *buf, size_t count) buf 458 examples/libsmbclient/smbwrapper/smbw.c ssize_t smbw_write(int smbw_fd, void *buf, size_t count) buf 470 examples/libsmbclient/smbwrapper/smbw.c ssize_t smbw_pwrite(int smbw_fd, void *buf, size_t count, SMBW_OFF_T ofs) buf 550 examples/libsmbclient/smbwrapper/smbw.c int smbw_readlink(const char *fname, char *buf, size_t bufsize) buf 601 examples/libsmbclient/smbwrapper/smbw.c int smbw_utimes(const char *fname, void *buf) buf 613 examples/libsmbclient/smbwrapper/smbw.c int smbw_utime(const char *fname, void *buf) buf 74 examples/libsmbclient/smbwrapper/smbw.h ssize_t smbw_pread(int fd, void *buf, size_t count, SMBW_OFF_T ofs); buf 75 examples/libsmbclient/smbwrapper/smbw.h ssize_t smbw_read(int fd, void *buf, size_t count); buf 76 examples/libsmbclient/smbwrapper/smbw.h ssize_t smbw_write(int fd, void *buf, size_t count); buf 77 examples/libsmbclient/smbwrapper/smbw.h ssize_t smbw_pwrite(int fd, void *buf, size_t count, SMBW_OFF_T ofs); buf 81 examples/libsmbclient/smbwrapper/smbw.h int smbw_readlink(const char *path, char *buf, size_t bufsize); buf 84 examples/libsmbclient/smbwrapper/smbw.h int smbw_utime(const char *fname, void *buf); buf 85 examples/libsmbclient/smbwrapper/smbw.h int smbw_utimes(const char *fname, void *buf); buf 103 examples/libsmbclient/smbwrapper/smbw.h char *smbw_getcwd(char *buf, size_t size); buf 180 examples/libsmbclient/smbwrapper/smbw_dir.c char *smbw_getcwd(char *buf, size_t size) buf 111 examples/libsmbclient/smbwrapper/wrapper.c # define check_init(buf) \ buf 119 examples/libsmbclient/smbwrapper/wrapper.c # define check_init(buf) \ buf 537 examples/libsmbclient/smbwrapper/wrapper.c static ssize_t readx(int fd, void *buf, size_t count, ssize_t (* f)(int, void *, size_t)) buf 546 examples/libsmbclient/smbwrapper/wrapper.c static ssize_t writex(int fd, void *buf, size_t count, ssize_t (* f)(int, void *, size_t)) buf 613 examples/libsmbclient/smbwrapper/wrapper.c ssize_t pread(int fd, void *buf, size_t size, off_t ofs) buf 624 examples/libsmbclient/smbwrapper/wrapper.c ssize_t pread64(int fd, void *buf, size_t size, off64_t ofs) buf 635 examples/libsmbclient/smbwrapper/wrapper.c ssize_t pwrite(int fd, const void *buf, size_t size, off_t ofs) buf 646 examples/libsmbclient/smbwrapper/wrapper.c ssize_t pwrite64(int fd, const void *buf, size_t size, off64_t ofs) buf 885 examples/libsmbclient/smbwrapper/wrapper.c ssize_t read(int fd, void *buf, size_t count) buf 891 examples/libsmbclient/smbwrapper/wrapper.c ssize_t __read(int fd, void *buf, size_t count) buf 897 examples/libsmbclient/smbwrapper/wrapper.c ssize_t _read(int fd, void *buf, size_t count) buf 903 examples/libsmbclient/smbwrapper/wrapper.c ssize_t write(int fd, const void *buf, size_t count) buf 909 examples/libsmbclient/smbwrapper/wrapper.c ssize_t __write(int fd, const void *buf, size_t count) buf 915 examples/libsmbclient/smbwrapper/wrapper.c ssize_t _write(int fd, const void *buf, size_t count) buf 978 examples/libsmbclient/smbwrapper/wrapper.c char *getcwd(char *buf, size_t size) buf 1112 examples/libsmbclient/smbwrapper/wrapper.c ssize_t readlink(const char *path, char *buf, size_t bufsize) buf 174 examples/perfcounter/perf.h void make_key(char *buf, int buflen, int key_part1, char *key_part2); buf 55 examples/perfcounter/perf_writer_util.c void make_key(char *buf, int buflen, int key_part1, char *key_part2) buf 95 lib/async_req/async_sock.c int fd, const void *buf, size_t len, buf 162 lib/async_req/async_sock.c int fd, void *buf, size_t len, int flags) buf 504 lib/async_req/async_sock.c ssize_t (*more)(uint8_t *buf, buf 30 lib/async_req/async_sock.h int fd, const void *buf, size_t len, buf 36 lib/async_req/async_sock.h int fd, void *buf, size_t len, int flags); buf 53 lib/async_req/async_sock.h ssize_t (*more)(uint8_t *buf, buf 39 lib/compression/lzxpress.c #define __BUF_POS_CONST(buf,ofs)(((const uint8_t *)buf)+(ofs)) buf 40 lib/compression/lzxpress.c #define __PULL_BYTE(buf,ofs) \ buf 44 lib/compression/lzxpress.c #define PULL_LE_UINT16(buf,ofs) ((uint16_t)( \ buf 51 lib/compression/lzxpress.c #define PULL_LE_UINT32(buf,ofs) ((uint32_t)( \ buf 92 lib/crypto/crc32.c uint32_t crc32_calc_buffer(const uint8_t *buf, size_t size) buf 1 lib/crypto/crc32.h uint32_t crc32_calc_buffer(const uint8_t *buf, size_t size); buf 26 lib/crypto/md5.c static void MD5Transform(uint32_t buf[4], uint32_t const in[16]); buf 31 lib/crypto/md5.c static void byteReverse(uint8_t *buf, uint_t longs) buf 61 lib/crypto/md5.c _PUBLIC_ void MD5Update(struct MD5Context *ctx, const uint8_t *buf, size_t len) buf 167 lib/crypto/md5.c static void MD5Transform(uint32_t buf[4], uint32_t const in[16]) buf 15 lib/crypto/md5.h void MD5Update(struct MD5Context *context, const uint8_t *buf, buf 53 lib/nss_wrapper/nss_wrapper.c #define getpwnam_r(name, pwdst, buf, buflen, pwdstp) ENOSYS buf 56 lib/nss_wrapper/nss_wrapper.c #define getpwuid_r(uid, pwdst, buf, buflen, pwdstp) ENOSYS buf 59 lib/nss_wrapper/nss_wrapper.c #define getpwent_r(pwdst, buf, buflen, pwdstp) ENOSYS buf 62 lib/nss_wrapper/nss_wrapper.c #define getgrnam_r(name, grdst, buf, buflen, grdstp) ENOSYS buf 65 lib/nss_wrapper/nss_wrapper.c #define getgrgid_r(uid, grdst, buf, buflen, grdstp) ENOSYS buf 68 lib/nss_wrapper/nss_wrapper.c #define getgrent_r(grdst, buf, buflen, grdstp) ENOSYS buf 538 lib/nss_wrapper/nss_wrapper.c char *buf, size_t buflen, struct passwd **dstp) buf 726 lib/nss_wrapper/nss_wrapper.c char *buf, size_t buflen, struct group **dstp) buf 808 lib/nss_wrapper/nss_wrapper.c char *buf, size_t buflen, struct passwd **pwdstp) buf 824 lib/nss_wrapper/nss_wrapper.c char *buf, size_t buflen, struct passwd **pwdstp) buf 866 lib/nss_wrapper/nss_wrapper.c char *buf, size_t buflen, struct passwd **pwdstp) buf 882 lib/nss_wrapper/nss_wrapper.c char *buf, size_t buflen, struct passwd **pwdstp) buf 936 lib/nss_wrapper/nss_wrapper.c static int nwrap_files_getpwent_r(struct passwd *pwdst, char *buf, buf 952 lib/nss_wrapper/nss_wrapper.c _PUBLIC_ int nwrap_getpwent_r(struct passwd *pwdst, char *buf, buf 1041 lib/nss_wrapper/nss_wrapper.c char *buf, size_t buflen, struct group **grdstp) buf 1057 lib/nss_wrapper/nss_wrapper.c char *buf, size_t buflen, struct group **grdstp) buf 1099 lib/nss_wrapper/nss_wrapper.c char *buf, size_t buflen, struct group **grdstp) buf 1117 lib/nss_wrapper/nss_wrapper.c char *buf, size_t buflen, struct group **grdstp) buf 1171 lib/nss_wrapper/nss_wrapper.c static int nwrap_files_getgrent_r(struct group *grdst, char *buf, buf 1187 lib/nss_wrapper/nss_wrapper.c _PUBLIC_ int nwrap_getgrent_r(struct group *grdst, char *buf, buf 39 lib/nss_wrapper/nss_wrapper.h char *buf, size_t buflen, struct passwd **pwbufp); buf 42 lib/nss_wrapper/nss_wrapper.h char *buf, size_t buflen, struct passwd **pwbufp); buf 45 lib/nss_wrapper/nss_wrapper.h int nwrap_getpwent_r(struct passwd *pwbuf, char *buf, buf 51 lib/nss_wrapper/nss_wrapper.h char *buf, size_t buflen, struct group **gbufp); buf 54 lib/nss_wrapper/nss_wrapper.h char *buf, size_t buflen, struct group **gbufp); buf 57 lib/nss_wrapper/nss_wrapper.h int nwrap_getgrent_r(struct group *gbuf, char *buf, buf 593 lib/replace/replace.c int rep_utime(const char *filename, const struct utimbuf *buf) buf 647 lib/replace/replace.c int rep_readlink(const char *path, char *buf, size_t bufsiz) buf 243 lib/replace/replace.h ssize_t rep_readlink(const char *path, char *buf, size_t bufsize); buf 401 lib/replace/replace.h char *rep_strptime(const char *buf, const char *format, struct tm *tm); buf 980 lib/replace/strptime.c char *rep_strptime(const char *buf, const char *format, struct tm *tm) buf 61 lib/replace/system/time.h int rep_utime(const char *filename, const struct utimbuf *buf); buf 1089 lib/socket_wrapper/socket_wrapper.c const void *buf, size_t len, buf 1353 lib/socket_wrapper/socket_wrapper.c const void *buf, size_t len) buf 1828 lib/socket_wrapper/socket_wrapper.c _PUBLIC_ ssize_t swrap_recvfrom(int s, void *buf, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen) buf 1865 lib/socket_wrapper/socket_wrapper.c _PUBLIC_ ssize_t swrap_sendto(int s, const void *buf, size_t len, int flags, const struct sockaddr *to, socklen_t tolen) buf 1972 lib/socket_wrapper/socket_wrapper.c _PUBLIC_ ssize_t swrap_recv(int s, void *buf, size_t len, int flags) buf 1996 lib/socket_wrapper/socket_wrapper.c _PUBLIC_ ssize_t swrap_send(int s, const void *buf, size_t len, int flags) buf 50 lib/socket_wrapper/socket_wrapper.h ssize_t swrap_recvfrom(int s, void *buf, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen); buf 51 lib/socket_wrapper/socket_wrapper.h ssize_t swrap_sendto(int s, const void *buf, size_t len, int flags, const struct sockaddr *to, socklen_t tolen); buf 53 lib/socket_wrapper/socket_wrapper.h ssize_t swrap_recv(int s, void *buf, size_t len, int flags); buf 54 lib/socket_wrapper/socket_wrapper.h ssize_t swrap_send(int s, const void *buf, size_t len, int flags); buf 104 lib/socket_wrapper/socket_wrapper.h #define recvfrom(s,buf,len,flags,from,fromlen) swrap_recvfrom(s,buf,len,flags,from,fromlen) buf 109 lib/socket_wrapper/socket_wrapper.h #define sendto(s,buf,len,flags,to,tolen) swrap_sendto(s,buf,len,flags,to,tolen) buf 119 lib/socket_wrapper/socket_wrapper.h #define recv(s,buf,len,flags) swrap_recv(s,buf,len,flags) buf 124 lib/socket_wrapper/socket_wrapper.h #define send(s,buf,len,flags) swrap_send(s,buf,len,flags) buf 75 lib/tdb/common/io.c const void *buf, tdb_len_t len) buf 121 lib/tdb/common/io.c void *tdb_convert(void *buf, uint32_t size) buf 131 lib/tdb/common/io.c static int tdb_read(struct tdb_context *tdb, tdb_off_t off, void *buf, buf 190 lib/tdb/common/tdb_private.h void *tdb_convert(void *buf, uint32_t size); buf 128 lib/tdb/common/transaction.c static int transaction_read(struct tdb_context *tdb, tdb_off_t off, void *buf, buf 186 lib/tdb/common/transaction.c const void *buf, tdb_len_t len) buf 293 lib/tdb/common/transaction.c const void *buf, tdb_len_t len) buf 120 lib/tdb/tools/tdbtool.c static void print_asc(const char *buf,int len) buf 134 lib/tdb/tools/tdbtool.c static void print_data(const char *buf,int len) buf 147 lib/util/byteorder.h #define CVAL(buf,pos) ((uint_t)(((const uint8_t *)(buf))[pos])) buf 148 lib/util/byteorder.h #define CVAL_NC(buf,pos) (((uint8_t *)(buf))[pos]) /* Non-const version of CVAL */ buf 149 lib/util/byteorder.h #define PVAL(buf,pos) (CVAL(buf,pos)) buf 150 lib/util/byteorder.h #define SCVAL(buf,pos,val) (CVAL_NC(buf,pos) = (val)) buf 154 lib/util/byteorder.h #define _PTRPOS(buf,pos) (((const uint8_t *)(buf))+(pos)) buf 155 lib/util/byteorder.h #define SVAL(buf,pos) ld_le16((const uint16_t *)_PTRPOS(buf,pos)) buf 156 lib/util/byteorder.h #define IVAL(buf,pos) ld_le32((const uint32_t *)_PTRPOS(buf,pos)) buf 157 lib/util/byteorder.h #define SSVAL(buf,pos,val) st_le16((uint16_t *)_PTRPOS(buf,pos), val) buf 158 lib/util/byteorder.h #define SIVAL(buf,pos,val) st_le32((uint32_t *)_PTRPOS(buf,pos), val) buf 159 lib/util/byteorder.h #define SVALS(buf,pos) ((int16_t)SVAL(buf,pos)) buf 160 lib/util/byteorder.h #define IVALS(buf,pos) ((int32_t)IVAL(buf,pos)) buf 161 lib/util/byteorder.h #define SSVALS(buf,pos,val) SSVAL((buf),(pos),((int16_t)(val))) buf 162 lib/util/byteorder.h #define SIVALS(buf,pos,val) SIVAL((buf),(pos),((int32_t)(val))) buf 166 lib/util/byteorder.h #define SVAL(buf,pos) (PVAL(buf,pos)|PVAL(buf,(pos)+1)<<8) buf 167 lib/util/byteorder.h #define IVAL(buf,pos) (SVAL(buf,pos)|SVAL(buf,(pos)+2)<<16) buf 168 lib/util/byteorder.h #define SSVALX(buf,pos,val) (CVAL_NC(buf,pos)=(uint8_t)((val)&0xFF),CVAL_NC(buf,pos+1)=(uint8_t)((val)>>8)) buf 169 lib/util/byteorder.h #define SIVALX(buf,pos,val) (SSVALX(buf,pos,val&0xFFFF),SSVALX(buf,pos+2,val>>16)) buf 170 lib/util/byteorder.h #define SVALS(buf,pos) ((int16_t)SVAL(buf,pos)) buf 171 lib/util/byteorder.h #define IVALS(buf,pos) ((int32_t)IVAL(buf,pos)) buf 172 lib/util/byteorder.h #define SSVAL(buf,pos,val) SSVALX((buf),(pos),((uint16_t)(val))) buf 173 lib/util/byteorder.h #define SIVAL(buf,pos,val) SIVALX((buf),(pos),((uint32_t)(val))) buf 174 lib/util/byteorder.h #define SSVALS(buf,pos,val) SSVALX((buf),(pos),((int16_t)(val))) buf 175 lib/util/byteorder.h #define SIVALS(buf,pos,val) SIVALX((buf),(pos),((int32_t)(val))) buf 187 lib/util/byteorder.h #define SVAL(buf,pos) (*(const uint16_t *)((const char *)(buf) + (pos))) buf 188 lib/util/byteorder.h #define SVAL_NC(buf,pos) (*(uint16_t *)((char *)(buf) + (pos))) /* Non const version of above. */ buf 189 lib/util/byteorder.h #define IVAL(buf,pos) (*(const uint32_t *)((const char *)(buf) + (pos))) buf 190 lib/util/byteorder.h #define IVAL_NC(buf,pos) (*(uint32_t *)((char *)(buf) + (pos))) /* Non const version of above. */ buf 191 lib/util/byteorder.h #define SVALS(buf,pos) (*(const int16_t *)((const char *)(buf) + (pos))) buf 192 lib/util/byteorder.h #define SVALS_NC(buf,pos) (*(int16_t *)((char *)(buf) + (pos))) /* Non const version of above. */ buf 193 lib/util/byteorder.h #define IVALS(buf,pos) (*(const int32_t *)((const char *)(buf) + (pos))) buf 194 lib/util/byteorder.h #define IVALS_NC(buf,pos) (*(int32_t *)((char *)(buf) + (pos))) /* Non const version of above. */ buf 197 lib/util/byteorder.h #define SSVAL(buf,pos,val) SVAL_NC(buf,pos)=((uint16_t)(val)) buf 198 lib/util/byteorder.h #define SIVAL(buf,pos,val) IVAL_NC(buf,pos)=((uint32_t)(val)) buf 199 lib/util/byteorder.h #define SSVALS(buf,pos,val) SVALS_NC(buf,pos)=((int16_t)(val)) buf 200 lib/util/byteorder.h #define SIVALS(buf,pos,val) IVALS_NC(buf,pos)=((int32_t)(val)) buf 208 lib/util/byteorder.h #define RSVAL(buf,pos) SREV(SVAL(buf,pos)) buf 209 lib/util/byteorder.h #define RSVALS(buf,pos) SREV(SVALS(buf,pos)) buf 210 lib/util/byteorder.h #define RIVAL(buf,pos) IREV(IVAL(buf,pos)) buf 211 lib/util/byteorder.h #define RIVALS(buf,pos) IREV(IVALS(buf,pos)) buf 212 lib/util/byteorder.h #define RSSVAL(buf,pos,val) SSVAL(buf,pos,SREV(val)) buf 213 lib/util/byteorder.h #define RSSVALS(buf,pos,val) SSVALS(buf,pos,SREV(val)) buf 214 lib/util/byteorder.h #define RSIVAL(buf,pos,val) SIVAL(buf,pos,IREV(val)) buf 215 lib/util/byteorder.h #define RSIVALS(buf,pos,val) SIVALS(buf,pos,IREV(val)) buf 57 lib/util/charset/tests/iconv.c char *buf, size_t *size) buf 91 lib/util/charset/tests/iconv.c static unsigned int get_codepoint(char *buf, size_t size, const char *charset) buf 115 lib/util/charset/tests/iconv.c static void show_buf(const char *name, uint8_t *buf, size_t size) buf 214 lib/util/time.c _PUBLIC_ void push_dos_date(uint8_t *buf, int offset, time_t unixdate, int zone_offset) buf 224 lib/util/time.c _PUBLIC_ void push_dos_date2(uint8_t *buf,int offset,time_t unixdate, int zone_offset) buf 237 lib/util/time.c _PUBLIC_ void push_dos_date3(uint8_t *buf,int offset,time_t unixdate, int zone_offset) buf 65 lib/util/time.h _PUBLIC_ void push_dos_date(uint8_t *buf, int offset, time_t unixdate, int zone_offset); buf 71 lib/util/time.h _PUBLIC_ void push_dos_date2(uint8_t *buf,int offset,time_t unixdate, int zone_offset); buf 78 lib/util/time.h _PUBLIC_ void push_dos_date3(uint8_t *buf,int offset,time_t unixdate, int zone_offset); buf 283 lib/util/util.c void print_asc(int level, const uint8_t *buf,int len) buf 295 lib/util/util.c static void _dump_data(int level, const uint8_t *buf, int len, buf 364 lib/util/util.c _PUBLIC_ void dump_data(int level, const uint8_t *buf, int len) buf 375 lib/util/util.c _PUBLIC_ void dump_data_skip_zeros(int level, const uint8_t *buf, int len) buf 701 lib/util/util.c _PUBLIC_ void rfc1738_unescape(char *buf) buf 797 lib/util/util.c _PUBLIC_ size_t utf16_len(const void *buf) buf 300 lib/util/util.h _PUBLIC_ void rfc1738_unescape(char *buf); buf 365 lib/util/util.h _PUBLIC_ size_t utf16_len(const void *buf); buf 611 lib/util/util.h _PUBLIC_ void dump_data(int level, const uint8_t *buf,int len); buf 619 lib/util/util.h _PUBLIC_ void dump_data_skip_zeros(int level, const uint8_t *buf, int len); buf 772 lib/util/util.h void print_asc(int level, const uint8_t *buf,int len); buf 58 lib/util/xfile.c int x_setvbuf(XFILE *f, char *buf, int mode, size_t size) buf 263 lib/util/xfile.c void x_setbuffer(XFILE *f, char *buf, size_t size) buf 269 lib/util/xfile.c void x_setbuf(XFILE *f, char *buf) buf 50 lib/util/xfile.h int x_setvbuf(XFILE *f, char *buf, int mode, size_t size); buf 71 lib/util/xfile.h void x_setbuffer(XFILE *f, char *buf, size_t size); buf 74 lib/util/xfile.h void x_setbuf(XFILE *f, char *buf); buf 14 lib/zlib/adler32.c #define DO1(buf,i) {adler += (buf)[i]; sum2 += adler;} buf 15 lib/zlib/adler32.c #define DO2(buf,i) DO1(buf,i); DO1(buf,i+1); buf 16 lib/zlib/adler32.c #define DO4(buf,i) DO2(buf,i); DO2(buf,i+2); buf 17 lib/zlib/adler32.c #define DO8(buf,i) DO4(buf,i); DO4(buf,i+4); buf 18 lib/zlib/adler32.c #define DO16(buf) DO8(buf,0); DO8(buf,8); buf 56 lib/zlib/adler32.c uLong ZEXPORT adler32(adler, buf, len) buf 58 lib/zlib/adler32.c const Bytef *buf; buf 414 lib/zlib/contrib/blast/blast.c local unsigned inf(void *how, unsigned char **buf) buf 422 lib/zlib/contrib/blast/blast.c local int outf(void *how, unsigned char *buf, unsigned len) buf 34 lib/zlib/contrib/blast/blast.h typedef unsigned (*blast_in)(void *how, unsigned char **buf); buf 35 lib/zlib/contrib/blast/blast.h typedef int (*blast_out)(void *how, unsigned char *buf, unsigned len); buf 90 lib/zlib/contrib/minizip/crypt.h static int crypthead(passwd, buf, bufSize, pkeys, pcrc_32_tab, crcForCrypting) buf 92 lib/zlib/contrib/minizip/crypt.h unsigned char *buf; /* where to write header */ buf 40 lib/zlib/contrib/minizip/ioapi.c void* buf, buf 46 lib/zlib/contrib/minizip/ioapi.c const void* buf, buf 90 lib/zlib/contrib/minizip/ioapi.c uLong ZCALLBACK fread_file_func (opaque, stream, buf, size) buf 93 lib/zlib/contrib/minizip/ioapi.c void* buf; buf 102 lib/zlib/contrib/minizip/ioapi.c uLong ZCALLBACK fwrite_file_func (opaque, stream, buf, size) buf 105 lib/zlib/contrib/minizip/ioapi.c const void* buf; buf 39 lib/zlib/contrib/minizip/ioapi.h typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size)); buf 40 lib/zlib/contrib/minizip/ioapi.h typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size)); buf 62 lib/zlib/contrib/minizip/ioapi.h #define ZREAD(filefunc,filestream,buf,size) ((*((filefunc).zread_file))((filefunc).opaque,filestream,buf,size)) buf 63 lib/zlib/contrib/minizip/ioapi.h #define ZWRITE(filefunc,filestream,buf,size) ((*((filefunc).zwrite_file))((filefunc).opaque,filestream,buf,size)) buf 32 lib/zlib/contrib/minizip/iowin32.c void* buf, buf 38 lib/zlib/contrib/minizip/iowin32.c const void* buf, buf 117 lib/zlib/contrib/minizip/iowin32.c uLong ZCALLBACK win32_read_file_func (opaque, stream, buf, size) buf 120 lib/zlib/contrib/minizip/iowin32.c void* buf; buf 140 lib/zlib/contrib/minizip/iowin32.c uLong ZCALLBACK win32_write_file_func (opaque, stream, buf, size) buf 143 lib/zlib/contrib/minizip/iowin32.c const void* buf; buf 148 lib/zlib/contrib/minizip/minizip.c int getFileCrc(const char* filenameinzip,void*buf,unsigned long size_buf,unsigned long* result_crc) buf 1224 lib/zlib/contrib/minizip/unzip.c extern int ZEXPORT unzReadCurrentFile (file, buf, len) buf 1226 lib/zlib/contrib/minizip/unzip.c voidp buf; buf 1438 lib/zlib/contrib/minizip/unzip.c extern int ZEXPORT unzGetLocalExtrafield (file,buf,len) buf 1440 lib/zlib/contrib/minizip/unzip.c voidp buf; buf 301 lib/zlib/contrib/minizip/unzip.h voidp buf, buf 325 lib/zlib/contrib/minizip/unzip.h voidp buf, buf 200 lib/zlib/contrib/minizip/zip.c local int add_data_in_datablock(ll,buf,len) buf 202 lib/zlib/contrib/minizip/zip.c const void* buf; buf 966 lib/zlib/contrib/minizip/zip.c extern int ZEXPORT zipWriteInFileInZip (file, buf, len) buf 968 lib/zlib/contrib/minizip/zip.c const void* buf; buf 205 lib/zlib/contrib/minizip/zip.h const void* buf, buf 219 lib/zlib/crc32.c unsigned long ZEXPORT crc32(crc, buf, len) buf 221 lib/zlib/crc32.c const unsigned char FAR *buf; buf 262 lib/zlib/crc32.c local unsigned long crc32_little(crc, buf, len) buf 264 lib/zlib/crc32.c const unsigned char FAR *buf; buf 302 lib/zlib/crc32.c local unsigned long crc32_big(crc, buf, len) buf 304 lib/zlib/crc32.c const unsigned char FAR *buf; buf 85 lib/zlib/deflate.c local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size)); buf 953 lib/zlib/deflate.c local int read_buf(strm, buf, size) buf 955 lib/zlib/deflate.c Bytef *buf; buf 284 lib/zlib/deflate.h void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len, buf 287 lib/zlib/deflate.h void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len, buf 85 lib/zlib/examples/gun.c local unsigned in(void *in_desc, unsigned char **buf) buf 127 lib/zlib/examples/gun.c local int out(void *out_desc, unsigned char *buf, unsigned len) buf 71 lib/zlib/examples/gzlog.c local unsigned long make_ulg(unsigned char *buf) buf 83 lib/zlib/examples/gzlog.c local off_t make_off(unsigned char *buf) buf 95 lib/zlib/examples/gzlog.c local void dice_ulg(unsigned long val, unsigned char *buf) buf 106 lib/zlib/examples/gzlog.c local void dice_off(off_t val, unsigned char *buf) buf 245 lib/zlib/examples/zran.c unsigned char *buf, int len) buf 392 lib/zlib/gzio.c int ZEXPORT gzread (file, buf, len) buf 394 lib/zlib/gzio.c voidp buf; buf 538 lib/zlib/gzio.c char * ZEXPORT gzgets(file, buf, len) buf 540 lib/zlib/gzio.c char *buf; buf 557 lib/zlib/gzio.c int ZEXPORT gzwrite (file, buf, len) buf 559 lib/zlib/gzio.c voidpc buf; buf 100 lib/zlib/inflate.c local unsigned syncsearch OF((unsigned FAR *have, unsigned const char FAR *buf, buf 377 lib/zlib/inflate.c # define UPDATE(check, buf, len) \ buf 380 lib/zlib/inflate.c # define UPDATE(check, buf, len) adler32(check, buf, len) buf 1239 lib/zlib/inflate.c local unsigned syncsearch(have, buf, len) buf 1241 lib/zlib/inflate.c unsigned const char FAR *buf; buf 159 lib/zlib/trees.c local void copy_block OF((deflate_state *s, charf *buf, unsigned len, buf 867 lib/zlib/trees.c void _tr_stored_block(s, buf, stored_len, eof) buf 869 lib/zlib/trees.c charf *buf; /* input block */ buf 921 lib/zlib/trees.c void _tr_flush_block(s, buf, stored_len, eof) buf 923 lib/zlib/trees.c charf *buf; /* input block, or NULL if too old */ buf 1197 lib/zlib/trees.c local void copy_block(s, buf, len, header) buf 1199 lib/zlib/trees.c charf *buf; /* the input data */ buf 1122 lib/zlib/zlib.h ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); buf 1131 lib/zlib/zlib.h voidpc buf, unsigned len)); buf 1159 lib/zlib/zlib.h ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len)); buf 1277 lib/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len)); buf 1302 lib/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len)); buf 183 source3/auth/pampass.c static void special_char_sub(char *buf) buf 191 source3/auth/pampass.c static void pwd_sub(char *buf, const char *username, const char *oldpass, const char *newpass) buf 226 source3/client/client.c static size_t push_source(uint8_t *buf, size_t n, void *priv) buf 990 source3/client/client.c static NTSTATUS writefile_sink(char *buf, size_t n, void *priv) buf 577 source3/client/clitar.c static int padit(char *buf, uint64_t bufsize, uint64_t padsize) buf 148 source3/include/async_smb.h NTSTATUS cli_pull_error(char *buf); buf 404 source3/include/includes.h #define IVAL2_TO_SMB_BIG_UINT(buf,off) ( (((uint64_t)(IVAL((buf),(off)))) & ((uint64_t)0xFFFFFFFF)) | \ buf 427 source3/include/includes.h #define IVAL_TO_SMB_OFF_T(buf,off) ((SMB_OFF_T)(( ((uint64_t)(IVAL((buf),(off)))) & ((uint64_t)0xFFFFFFFF) ))) buf 431 source3/include/includes.h #define IVAL_TO_SMB_OFF_T(buf,off) ((SMB_OFF_T)(( ((uint32)(IVAL((buf),(off)))) & 0xFFFFFFFF ))) buf 357 source3/include/libsmb_internal.h void *buf, buf 363 source3/include/libsmb_internal.h const void *buf, buf 830 source3/include/libsmbclient.h void *buf, buf 837 source3/include/libsmbclient.h const void *buf, buf 1270 source3/include/libsmbclient.h ssize_t smbc_read(int fd, void *buf, size_t bufsize); buf 1293 source3/include/libsmbclient.h ssize_t smbc_write(int fd, const void *buf, size_t bufsize); buf 120 source3/include/messages.h const void *buf, size_t len, buf 147 source3/include/messages.h const uint8 *buf, size_t len); buf 50 source3/include/packet.h bool (*full_req)(const uint8_t *buf, buf 54 source3/include/packet.h NTSTATUS (*callback)(uint8_t *buf, size_t length, buf 515 source3/include/proto.h void push_file_id_16(char *buf, const struct file_id *id); buf 516 source3/include/proto.h void push_file_id_24(char *buf, const struct file_id *id); buf 517 source3/include/proto.h void pull_file_id_24(char *buf, struct file_id *id); buf 907 source3/include/proto.h ssize_t sys_read(int fd, void *buf, size_t count); buf 908 source3/include/proto.h ssize_t sys_write(int fd, const void *buf, size_t count); buf 910 source3/include/proto.h ssize_t sys_pread(int fd, void *buf, size_t count, SMB_OFF_T off); buf 911 source3/include/proto.h ssize_t sys_pwrite(int fd, const void *buf, size_t count, SMB_OFF_T off); buf 914 source3/include/proto.h ssize_t sys_recv(int fd, void *buf, size_t count, int flags); buf 915 source3/include/proto.h ssize_t sys_recvfrom(int s, void *buf, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen); buf 1004 source3/include/proto.h void push_dos_date(uint8_t *buf, int offset, time_t unixdate, int zone_offset); buf 1005 source3/include/proto.h void push_dos_date2(uint8_t *buf,int offset,time_t unixdate, int zone_offset); buf 1006 source3/include/proto.h void push_dos_date3(uint8_t *buf,int offset,time_t unixdate, int zone_offset); buf 1017 source3/include/proto.h void srv_put_dos_date(char *buf,int offset,time_t unixdate); buf 1018 source3/include/proto.h void srv_put_dos_date2(char *buf,int offset, time_t unixdate); buf 1019 source3/include/proto.h void srv_put_dos_date3(char *buf,int offset,time_t unixdate); buf 1045 source3/include/proto.h void cli_put_dos_date(struct cli_state *cli, char *buf, int offset, time_t unixdate); buf 1046 source3/include/proto.h void cli_put_dos_date2(struct cli_state *cli, char *buf, int offset, time_t unixdate); buf 1047 source3/include/proto.h void cli_put_dos_date3(struct cli_state *cli, char *buf, int offset, time_t unixdate); buf 1116 source3/include/proto.h void show_msg(char *buf); buf 1117 source3/include/proto.h void smb_set_enclen(char *buf,int len,uint16 enc_ctx_num); buf 1118 source3/include/proto.h void smb_setlen(char *buf,int len); buf 1119 source3/include/proto.h int set_message_bcc(char *buf,int num_bytes); buf 1185 source3/include/proto.h void *talloc_append_blob(TALLOC_CTX *mem_ctx, void *buf, DATA_BLOB blob); buf 1254 source3/include/proto.h WERROR reg_pull_multi_sz(TALLOC_CTX *mem_ctx, const void *buf, size_t len, buf 1376 source3/include/proto.h char *buf, buf 1379 source3/include/proto.h NTSTATUS read_fd_with_timeout(int fd, char *buf, buf 1446 source3/include/proto.h char *push_skip_string(char *buf); buf 1447 source3/include/proto.h char *skip_string(const char *base, size_t len, char *buf); buf 1514 source3/include/proto.h char *binary_string_rfc2254(char *buf, int len); buf 1515 source3/include/proto.h char *binary_string(char *buf, int len); buf 1528 source3/include/proto.h void rfc1738_unescape(char *buf); buf 2391 source3/include/proto.h char *buf, int len, buf 2410 source3/include/proto.h int cli_set_message(char *buf,int num_words,int num_bytes,bool zero); buf 2420 source3/include/proto.h void cli_setup_packet_buf(struct cli_state *cli, char *buf); buf 2502 source3/include/proto.h uint8_t *smb_bytes_push_str(uint8_t *buf, bool ucs2, const char *str, buf 2763 source3/include/proto.h NTSTATUS (*sink)(char *buf, size_t n, buf 2769 source3/include/proto.h NTSTATUS (*sink)(char *buf, size_t n, void *priv), buf 2771 source3/include/proto.h ssize_t cli_read(struct cli_state *cli, int fnum, char *buf, buf 2773 source3/include/proto.h ssize_t cli_readraw(struct cli_state *cli, int fnum, char *buf, off_t offset, size_t size); buf 2776 source3/include/proto.h const char *buf, off_t offset, size_t size); buf 2778 source3/include/proto.h int fnum, char *buf, off_t offset, size_t size1); buf 2782 source3/include/proto.h uint16_t mode, const uint8_t *buf, buf 2790 source3/include/proto.h size_t (*source)(uint8_t *buf, size_t n, buf 2796 source3/include/proto.h size_t (*source)(uint8_t *buf, size_t n, void *priv), buf 3059 source3/include/proto.h struct packet_struct *parse_packet(char *buf,int length, buf 3066 source3/include/proto.h int build_packet(char *buf, size_t buflen, struct packet_struct *p); buf 3076 source3/include/proto.h int name_extract(char *buf,int ofs, fstring name); buf 3167 source3/include/proto.h NTSTATUS get_enc_ctx_num(const uint8_t *buf, uint16 *p_enc_ctx_num); buf 3169 source3/include/proto.h NTSTATUS common_ntlm_decrypt_buffer(NTLMSSP_STATE *ntlmssp_state, char *buf); buf 3172 source3/include/proto.h char *buf, buf 3175 source3/include/proto.h NTSTATUS common_decrypt_buffer(struct smb_trans_enc_state *es, char *buf); buf 3177 source3/include/proto.h void common_free_enc_buffer(struct smb_trans_enc_state *es, char *buf); buf 3180 source3/include/proto.h void cli_free_enc_buffer(struct cli_state *cli, char *buf); buf 3182 source3/include/proto.h NTSTATUS cli_encrypt_message(struct cli_state *cli, char *buf, char **buf_out); buf 3192 source3/include/proto.h void cli_calculate_sign_mac(struct cli_state *cli, char *buf); buf 3193 source3/include/proto.h bool cli_check_sign_mac(struct cli_state *cli, char *buf); buf 3584 source3/include/proto.h void process_election(struct subnet_record *subrec, struct packet_struct *p, char *buf); buf 3595 source3/include/proto.h void process_host_announce(struct subnet_record *subrec, struct packet_struct *p, char *buf); buf 3596 source3/include/proto.h void process_workgroup_announce(struct subnet_record *subrec, struct packet_struct *p, char *buf); buf 3597 source3/include/proto.h void process_local_master_announce(struct subnet_record *subrec, struct packet_struct *p, char *buf); buf 3599 source3/include/proto.h struct packet_struct *p,char *buf); buf 3600 source3/include/proto.h void process_lm_host_announce(struct subnet_record *subrec, struct packet_struct *p, char *buf, int len); buf 3602 source3/include/proto.h struct packet_struct *p,char *buf); buf 3604 source3/include/proto.h struct packet_struct *p,char *buf); buf 3605 source3/include/proto.h void process_announce_request(struct subnet_record *subrec, struct packet_struct *p, char *buf); buf 3606 source3/include/proto.h void process_lm_announce_request(struct subnet_record *subrec, struct packet_struct *p, char *buf, int len); buf 3709 source3/include/proto.h uint16 get_nb_flags(char *buf); buf 3710 source3/include/proto.h void set_nb_flags(char *buf, uint16 nb_flags); buf 3774 source3/include/proto.h bool send_mailslot(bool unique, const char *mailslot,char *buf, size_t len, buf 3782 source3/include/proto.h void process_logon_packet(struct packet_struct *p, char *buf,int len, buf 4434 source3/include/proto.h uint8 *buf, uint32 buflen); buf 4435 source3/include/proto.h uint32 init_buffer_from_samu (uint8 **buf, struct samu *sampass, bool size_only); buf 4665 source3/include/proto.h bool init_sam_from_buffer_v2(struct samu *sampass, uint8 *buf, uint32 buflen); buf 4756 source3/include/proto.h print_queue_struct *buf, buf 4805 source3/include/proto.h int pack_devicemode(NT_DEVICEMODE *nt_devmode, uint8 *buf, int buflen); buf 4809 source3/include/proto.h int unpack_devicemode(NT_DEVICEMODE **nt_devmode, const uint8 *buf, int buflen); buf 4904 source3/include/proto.h int unpack_pjob( uint8 *buf, int buflen, struct printjob *pjob ); buf 4922 source3/include/proto.h ssize_t print_job_write(int snum, uint32 jobid, const char *buf, SMB_OFF_T pos, size_t size); buf 5388 source3/include/proto.h void (*stdout_callback)(char *buf, buf 5397 source3/include/proto.h void (*stdout_callback)(char *buf, buf 5709 source3/include/proto.h void init_unistr2(UNISTR2 *str, const char *buf, enum unistr2_term_codes flags); buf 5724 source3/include/proto.h void prs_give_memory(prs_struct *ps, char *buf, uint32 size, bool is_dynamic); buf 6242 source3/include/proto.h char *buf, buf 6272 source3/include/proto.h struct dptr_struct *dptr_fetch(char *buf,int *num); buf 6774 source3/include/proto.h int srv_set_message(char *buf, buf 6950 source3/include/proto.h void srv_free_enc_buffer(char *buf); buf 6951 source3/include/proto.h NTSTATUS srv_decrypt_buffer(char *buf); buf 6952 source3/include/proto.h NTSTATUS srv_encrypt_buffer(char *buf, char **buf_out); buf 7125 source3/include/proto.h ssize_t vfs_read_data(files_struct *fsp, char *buf, size_t byte_count); buf 7126 source3/include/proto.h ssize_t vfs_pread_data(files_struct *fsp, char *buf, buf 241 source3/include/samba_linux_quota.h #define V2_GETENTRIES(buf) ((struct v2_disk_dqblk *)(((char *)(buf)) + sizeof(struct v2_disk_dqdbheader))) buf 1438 source3/include/smb.h #define smb_base(buf) (((char *)(buf))+4) buf 129 source3/include/smb_macros.h #define smb_buf(buf) (((char *)(buf)) + smb_size + CVAL(buf,smb_wct)*2) buf 130 source3/include/smb_macros.h #define smb_buflen(buf) (SVAL(buf,smb_vwv0 + (int)CVAL(buf, smb_wct)*2)) buf 133 source3/include/smb_macros.h #define smb_bufrem(buf, p) (smb_buflen(buf)-PTR_DIFF(p, smb_buf(buf))) buf 138 source3/include/smb_macros.h #define smb_offset(p,buf) (PTR_DIFF(p,buf+4)) buf 140 source3/include/smb_macros.h #define smb_len(buf) (PVAL(buf,3)|(PVAL(buf,2)<<8)|((PVAL(buf,1)&1)<<16)) buf 141 source3/include/smb_macros.h #define _smb_setlen(buf,len) do { buf[0] = 0; buf[1] = ((len)&0x10000)>>16; \ buf 144 source3/include/smb_macros.h #define smb_len_large(buf) (PVAL(buf,3)|(PVAL(buf,2)<<8)|(PVAL(buf,1)<<16)) buf 145 source3/include/smb_macros.h #define _smb_setlen_large(buf,len) do { buf[0] = 0; buf[1] = ((len)&0xFF0000)>>16; \ buf 177 source3/include/smb_macros.h #define dptr_zero(buf) (IVAL(buf,1) == 0) buf 48 source3/include/util_tdb.h int tdb_unpack(const uint8 *buf, int bufsize, const char *fmt, ...); buf 49 source3/include/util_tdb.h size_t tdb_pack(uint8 *buf, int bufsize, const char *fmt, ...); buf 50 source3/include/util_tdb.h bool tdb_pack_append(TALLOC_CTX *mem_ctx, uint8 **buf, size_t *len, buf 74 source3/include/vfs_macros.h #define SMB_VFS_GETWD(conn, buf) ((conn)->vfs.ops.getwd((conn)->vfs.handles.getwd, (buf))) buf 82 source3/include/vfs_macros.h #define SMB_VFS_READLINK(conn, path, buf, bufsiz) ((conn)->vfs.ops.vfs_readlink((conn)->vfs.handles.vfs_readlink, (path), (buf), (bufsiz))) buf 208 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_GETWD(conn, buf) ((conn)->vfs_opaque.ops.getwd((conn)->vfs_opaque.handles.getwd, (buf))) buf 216 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_READLINK(conn, path, buf, bufsiz) ((conn)->vfs_opaque.ops.vfs_readlink((conn)->vfs_opaque.handles.vfs_readlink, (path), (buf), (bufsiz))) buf 343 source3/include/vfs_macros.h #define SMB_VFS_NEXT_GETWD(handle, buf) ((handle)->vfs_next.ops.getwd((handle)->vfs_next.handles.getwd, (buf))) buf 351 source3/include/vfs_macros.h #define SMB_VFS_NEXT_READLINK(handle, path, buf, bufsiz) ((handle)->vfs_next.ops.vfs_readlink((handle)->vfs_next.handles.vfs_readlink, (path), (buf), (bufsiz))) buf 158 source3/lib/ctdbd_conn.c static bool ctdb_req_complete(const uint8_t *buf, size_t available, buf 223 source3/lib/ctdbd_conn.c static NTSTATUS ctdb_req_pull(uint8_t *buf, size_t length, buf 496 source3/lib/ctdbd_conn.c static NTSTATUS ctdb_handle_message(uint8_t *buf, size_t length, buf 1031 source3/lib/ctdbd_conn.c static NTSTATUS ctdb_traverse_handler(uint8_t *buf, size_t length, buf 58 source3/lib/file_id.c void push_file_id_16(char *buf, const struct file_id *id) buf 69 source3/lib/file_id.c void push_file_id_24(char *buf, const struct file_id *id) buf 82 source3/lib/file_id.c void pull_file_id_24(char *buf, struct file_id *id) buf 154 source3/lib/ldb/common/ldb_ldif.c char *ldb_base64_encode(void *mem_ctx, const char *buf, int len) buf 217 source3/lib/ldb/common/ldb_ldif.c const char *buf, size_t length, int start_pos) buf 242 source3/lib/ldb/common/ldb_ldif.c const char *buf, int len, int start_pos) buf 1253 source3/lib/ldb/include/ldb.h char *ldb_base64_encode(void *mem_ctx, const char *buf, int len); buf 149 source3/lib/messages.c const void *buf, size_t len, buf 356 source3/lib/messages.c const uint8 *buf, size_t len) buf 1873 source3/lib/netapi/netapi.h uint8_t *buf /* [in] [ref] */, buf 1939 source3/lib/netapi/netapi.h uint8_t *buf /* [in] [ref] */, buf 1960 source3/lib/netapi/netapi.h uint8_t **buf /* [out] [ref] */); buf 2068 source3/lib/netapi/netapi.h uint8_t *buf /* [in] [ref] */, buf 2106 source3/lib/netapi/netapi.h uint8_t **buf /* [out] [ref] */); buf 2128 source3/lib/netapi/netapi.h uint8_t *buf /* [in] [ref] */, buf 2272 source3/lib/netapi/netapi.h uint8_t **buf /* [out] [ref] */); buf 123 source3/lib/packet.c bool (*full_req)(const uint8_t *buf, buf 127 source3/lib/packet.c NTSTATUS (*callback)(uint8_t *buf, size_t length, buf 120 source3/lib/system.c ssize_t sys_read(int fd, void *buf, size_t count) buf 134 source3/lib/system.c ssize_t sys_write(int fd, const void *buf, size_t count) buf 174 source3/lib/system.c ssize_t sys_pread(int fd, void *buf, size_t count, SMB_OFF_T off) buf 194 source3/lib/system.c ssize_t sys_pwrite(int fd, const void *buf, size_t count, SMB_OFF_T off) buf 241 source3/lib/system.c ssize_t sys_recv(int fd, void *buf, size_t count, int flags) buf 255 source3/lib/system.c ssize_t sys_recvfrom(int s, void *buf, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen) buf 252 source3/lib/time.c static void put_dos_date(char *buf,int offset,time_t unixdate, int zone_offset) buf 263 source3/lib/time.c static void put_dos_date2(char *buf,int offset,time_t unixdate, int zone_offset) buf 276 source3/lib/time.c static void put_dos_date3(char *buf,int offset,time_t unixdate, int zone_offset) buf 289 source3/lib/time.c void srv_put_dos_date(char *buf,int offset,time_t unixdate) buf 294 source3/lib/time.c void srv_put_dos_date2(char *buf,int offset, time_t unixdate) buf 299 source3/lib/time.c void srv_put_dos_date3(char *buf,int offset,time_t unixdate) buf 775 source3/lib/time.c void cli_put_dos_date(struct cli_state *cli, char *buf, int offset, time_t unixdate) buf 780 source3/lib/time.c void cli_put_dos_date2(struct cli_state *cli, char *buf, int offset, time_t unixdate) buf 785 source3/lib/time.c void cli_put_dos_date3(struct cli_state *cli, char *buf, int offset, time_t unixdate) buf 627 source3/lib/util.c void show_msg(char *buf) buf 671 source3/lib/util.c void smb_set_enclen(char *buf,int len,uint16 enc_ctx_num) buf 684 source3/lib/util.c void smb_setlen(char *buf,int len) buf 698 source3/lib/util.c int set_message_bcc(char *buf,int num_bytes) buf 2635 source3/lib/util.c void *talloc_append_blob(TALLOC_CTX *mem_ctx, void *buf, DATA_BLOB blob) buf 75 source3/lib/util_reg.c WERROR reg_pull_multi_sz(TALLOC_CTX *mem_ctx, const void *buf, size_t len, buf 455 source3/lib/util_sock.c char *buf, buf 501 source3/lib/util_sock.c NTSTATUS read_fd_with_timeout(int fd, char *buf, buf 327 source3/lib/util_str.c char *push_skip_string(char *buf) buf 339 source3/lib/util_str.c char *skip_string(const char *base, size_t len, char *buf) buf 1532 source3/lib/util_str.c char *binary_string_rfc2254(char *buf, int len) buf 1550 source3/lib/util_str.c char *binary_string(char *buf, int len) buf 125 source3/lib/util_tdb.c static size_t tdb_pack_va(uint8 *buf, int bufsize, const char *fmt, va_list ap) buf 209 source3/lib/util_tdb.c size_t tdb_pack(uint8 *buf, int bufsize, const char *fmt, ...) buf 220 source3/lib/util_tdb.c bool tdb_pack_append(TALLOC_CTX *mem_ctx, uint8 **buf, size_t *len, buf 259 source3/lib/util_tdb.c int tdb_unpack(const uint8 *buf, int bufsize, const char *fmt, ...) buf 92 source3/lib/util_transfer_file.c static ssize_t sys_read_fn(void *file, void *buf, size_t len) buf 99 source3/lib/util_transfer_file.c static ssize_t sys_write_fn(void *file, const void *buf, size_t len) buf 84 source3/lib/wb_reqtrans.c static ssize_t wb_req_more(uint8_t *buf, size_t buflen, void *private_data); buf 112 source3/lib/wb_reqtrans.c static ssize_t wb_req_more(uint8_t *buf, size_t buflen, void *private_data) buf 247 source3/lib/wb_reqtrans.c static ssize_t wb_resp_more(uint8_t *buf, size_t buflen, void *private_data); buf 273 source3/lib/wb_reqtrans.c static ssize_t wb_resp_more(uint8_t *buf, size_t buflen, void *private_data) buf 473 source3/libaddns/dns.h DNS_ERROR dns_send(struct dns_connection *conn, const struct dns_buffer *buf); buf 487 source3/libaddns/dns.h void dns_marshall_buffer(struct dns_buffer *buf, const uint8 *data, buf 489 source3/libaddns/dns.h void dns_marshall_uint16(struct dns_buffer *buf, uint16 val); buf 490 source3/libaddns/dns.h void dns_marshall_uint32(struct dns_buffer *buf, uint32 val); buf 491 source3/libaddns/dns.h void dns_unmarshall_buffer(struct dns_buffer *buf, uint8 *data, buf 493 source3/libaddns/dns.h void dns_unmarshall_uint16(struct dns_buffer *buf, uint16 *val); buf 494 source3/libaddns/dns.h void dns_unmarshall_uint32(struct dns_buffer *buf, uint32 *val); buf 496 source3/libaddns/dns.h struct dns_buffer *buf, buf 498 source3/libaddns/dns.h void dns_marshall_domain_name(struct dns_buffer *buf, buf 501 source3/libaddns/dns.h struct dns_buffer *buf, buf 507 source3/libaddns/dns.h struct dns_buffer *buf, buf 513 source3/libaddns/dns.h struct dns_buffer *buf, buf 50 source3/libaddns/dnsmarshall.c void dns_marshall_buffer(struct dns_buffer *buf, const uint8 *data, buf 96 source3/libaddns/dnsmarshall.c void dns_marshall_uint16(struct dns_buffer *buf, uint16 val) buf 102 source3/libaddns/dnsmarshall.c void dns_marshall_uint32(struct dns_buffer *buf, uint32 val) buf 108 source3/libaddns/dnsmarshall.c void dns_unmarshall_buffer(struct dns_buffer *buf, uint8 *data, buf 124 source3/libaddns/dnsmarshall.c void dns_unmarshall_uint16(struct dns_buffer *buf, uint16 *val) buf 134 source3/libaddns/dnsmarshall.c void dns_unmarshall_uint32(struct dns_buffer *buf, uint32 *val) buf 144 source3/libaddns/dnsmarshall.c void dns_marshall_domain_name(struct dns_buffer *buf, buf 169 source3/libaddns/dnsmarshall.c struct dns_buffer *buf, buf 246 source3/libaddns/dnsmarshall.c struct dns_buffer *buf, buf 268 source3/libaddns/dnsmarshall.c static void dns_marshall_question(struct dns_buffer *buf, buf 277 source3/libaddns/dnsmarshall.c struct dns_buffer *buf, buf 298 source3/libaddns/dnsmarshall.c static void dns_marshall_rr(struct dns_buffer *buf, buf 310 source3/libaddns/dnsmarshall.c struct dns_buffer *buf, buf 386 source3/libaddns/dnsmarshall.c struct dns_buffer *buf, buf 515 source3/libaddns/dnsmarshall.c struct dns_buffer *buf, buf 172 source3/libaddns/dnssock.c const struct dns_buffer *buf) buf 184 source3/libaddns/dnssock.c const struct dns_buffer *buf) buf 199 source3/libaddns/dnssock.c DNS_ERROR dns_send(struct dns_connection *conn, const struct dns_buffer *buf) buf 292 source3/libads/dns.c uint8 **buf, int *resp_length ) buf 24 source3/libads/sasl.c static ADS_STATUS ads_sasl_ntlmssp_wrap(ADS_STRUCT *ads, uint8 *buf, uint32 len) buf 269 source3/libads/sasl.c static ADS_STATUS ads_sasl_gssapi_wrap(ADS_STRUCT *ads, uint8 *buf, uint32 len) buf 83 source3/libads/sasl_wrapping.c static ber_slen_t ads_saslwrap_read(Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len) buf 197 source3/libads/sasl_wrapping.c static ber_slen_t ads_saslwrap_write(Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len) buf 31 source3/libsmb/async_smb.c NTSTATUS cli_pull_error(char *buf) buf 164 source3/libsmb/async_smb.c static bool find_andx_cmd_ofs(uint8_t *buf, size_t *pofs) buf 690 source3/libsmb/async_smb.c static bool have_andx_command(const char *buf, uint16_t ofs) buf 31 source3/libsmb/clidgram.c char *buf, int len, buf 27 source3/libsmb/clientgen.c int cli_set_message(char *buf,int num_words,int num_bytes,bool zero) buf 241 source3/libsmb/clientgen.c static ssize_t write_socket(int fd, const char *buf, size_t len) buf 365 source3/libsmb/clientgen.c void cli_setup_packet_buf(struct cli_state *cli, char *buf) buf 916 source3/libsmb/clifile.c uint8_t *smb_bytes_push_str(uint8_t *buf, bool ucs2, buf 402 source3/libsmb/clireadwrite.c NTSTATUS (*sink)(char *buf, size_t n, buf 606 source3/libsmb/clireadwrite.c NTSTATUS (*sink)(char *buf, size_t n, void *priv), buf 642 source3/libsmb/clireadwrite.c static NTSTATUS cli_read_sink(char *buf, size_t n, void *priv) buf 650 source3/libsmb/clireadwrite.c ssize_t cli_read(struct cli_state *cli, int fnum, char *buf, buf 673 source3/libsmb/clireadwrite.c const char *buf, buf 771 source3/libsmb/clireadwrite.c const char *buf, off_t offset, size_t size) buf 831 source3/libsmb/clireadwrite.c int fnum, char *buf, off_t offset, size_t size1) buf 889 source3/libsmb/clireadwrite.c uint16_t mode, const uint8_t *buf, buf 973 source3/libsmb/clireadwrite.c const uint8_t *buf, buf 1144 source3/libsmb/clireadwrite.c size_t (*source)(uint8_t *buf, size_t n, buf 1250 source3/libsmb/clireadwrite.c size_t (*source)(uint8_t *buf, size_t n, void *priv), buf 1071 source3/libsmb/clitrans.c uint8_t *buf, uint32_t displacement) buf 201 source3/libsmb/libsmb_compat.c void *buf, buf 210 source3/libsmb/libsmb_compat.c const void *buf, buf 234 source3/libsmb/libsmb_file.c void *buf, buf 336 source3/libsmb/libsmb_file.c const void *buf, buf 708 source3/libsmb/libsmb_xattr.c char *buf, buf 290 source3/libsmb/nmblib.c static int put_nmb_name(char *buf,int offset,struct nmb_name *name) buf 406 source3/libsmb/nmblib.c static int put_res_rec(char *buf,int offset,struct res_rec *recs,int count) buf 434 source3/libsmb/nmblib.c static int put_compressed_name_ptr(unsigned char *buf, buf 728 source3/libsmb/nmblib.c struct packet_struct *parse_packet(char *buf,int length, buf 806 source3/libsmb/nmblib.c static bool send_udp(int fd,char *buf,int len,struct in_addr ip,int port) buf 844 source3/libsmb/nmblib.c static int build_dgram(char *buf, size_t len, struct dgram_packet *dgram) buf 920 source3/libsmb/nmblib.c static int build_nmb(char *buf, size_t len, struct nmb_packet *nmb) buf 1045 source3/libsmb/nmblib.c int build_packet(char *buf, size_t buflen, struct packet_struct *p) buf 1350 source3/libsmb/nmblib.c static char *name_ptr(char *buf,int ofs) buf 1367 source3/libsmb/nmblib.c int name_extract(char *buf,int ofs, fstring name) buf 26 source3/libsmb/smb_seal.c NTSTATUS get_enc_ctx_num(const uint8_t *buf, uint16 *p_enc_ctx_num) buf 62 source3/libsmb/smb_seal.c NTSTATUS common_ntlm_decrypt_buffer(NTLMSSP_STATE *ntlmssp_state, char *buf) buf 112 source3/libsmb/smb_seal.c char *buf, buf 168 source3/libsmb/smb_seal.c static NTSTATUS common_gss_decrypt_buffer(struct smb_tran_enc_state_gss *gss_state, char *buf) buf 221 source3/libsmb/smb_seal.c char *buf, buf 318 source3/libsmb/smb_seal.c NTSTATUS common_decrypt_buffer(struct smb_trans_enc_state *es, char *buf) buf 390 source3/libsmb/smb_seal.c void common_free_enc_buffer(struct smb_trans_enc_state *es, char *buf) buf 448 source3/libsmb/smb_seal.c void cli_free_enc_buffer(struct cli_state *cli, char *buf) buf 494 source3/libsmb/smb_seal.c NTSTATUS cli_encrypt_message(struct cli_state *cli, char *buf, char **buf_out) buf 267 source3/libsmb/smb_signing.c const uchar *buf, uint32 seq_number, buf 591 source3/libsmb/smb_signing.c void cli_calculate_sign_mac(struct cli_state *cli, char *buf) buf 602 source3/libsmb/smb_signing.c bool cli_check_sign_mac(struct cli_state *cli, char *buf) buf 236 source3/modules/vfs_cap.c static bool cap_readlink(vfs_handle_struct *handle, const char *path, char *buf, size_t bufsiz) buf 250 source3/modules/vfs_catia.c static char *catia_getwd(vfs_handle_struct *handle, char *buf) buf 268 source3/modules/vfs_catia.c const char *path, char *buf, size_t bufsiz) buf 1017 source3/modules/vfs_default.c static int vfswrap_readlink(vfs_handle_struct *handle, const char *path, char *buf, size_t bufsiz) buf 171 source3/modules/vfs_expand_msdfs.c const char *path, char *buf, size_t bufsiz) buf 195 source3/modules/vfs_full_audit.c const char *path, char *buf, size_t bufsiz); buf 1601 source3/modules/vfs_full_audit.c const char *path, char *buf, size_t bufsiz) buf 361 source3/modules/vfs_onefs_shadow_copy.c char *buf, size_t bufsiz) buf 402 source3/modules/vfs_shadow_copy2.c const char *fname, char *buf, size_t bufsiz) buf 259 source3/nmbd/nmbd_elections.c void process_election(struct subnet_record *subrec, struct packet_struct *p, char *buf) buf 95 source3/nmbd/nmbd_incomingdgrams.c void process_host_announce(struct subnet_record *subrec, struct packet_struct *p, char *buf) buf 195 source3/nmbd/nmbd_incomingdgrams.c void process_workgroup_announce(struct subnet_record *subrec, struct packet_struct *p, char *buf) buf 252 source3/nmbd/nmbd_incomingdgrams.c void process_local_master_announce(struct subnet_record *subrec, struct packet_struct *p, char *buf) buf 367 source3/nmbd/nmbd_incomingdgrams.c struct packet_struct *p,char *buf) buf 418 source3/nmbd/nmbd_incomingdgrams.c void process_lm_host_announce(struct subnet_record *subrec, struct packet_struct *p, char *buf, int len) buf 641 source3/nmbd/nmbd_incomingdgrams.c struct packet_struct *p,char *buf) buf 724 source3/nmbd/nmbd_incomingdgrams.c struct packet_struct *p,char *buf) buf 776 source3/nmbd/nmbd_incomingdgrams.c void process_announce_request(struct subnet_record *subrec, struct packet_struct *p, char *buf) buf 817 source3/nmbd/nmbd_incomingdgrams.c void process_lm_announce_request(struct subnet_record *subrec, struct packet_struct *p, char *buf, int len) buf 76 source3/nmbd/nmbd_packets.c uint16 get_nb_flags(char *buf) buf 81 source3/nmbd/nmbd_packets.c void set_nb_flags(char *buf, uint16 nb_flags) buf 1053 source3/nmbd/nmbd_packets.c static void process_browse_packet(struct packet_struct *p, char *buf,int len) buf 1140 source3/nmbd/nmbd_packets.c static void process_lanman_packet(struct packet_struct *p, char *buf,int len) buf 1876 source3/nmbd/nmbd_packets.c bool send_mailslot(bool unique, const char *mailslot,char *buf, size_t len, buf 72 source3/nmbd/nmbd_processlogon.c void process_logon_packet(struct packet_struct *p, char *buf,int len, buf 898 source3/passdb/passdb.c static bool init_samu_from_buffer_v0(struct samu *sampass, uint8 *buf, uint32 buflen) buf 1083 source3/passdb/passdb.c static bool init_samu_from_buffer_v1(struct samu *sampass, uint8 *buf, uint32 buflen) buf 1272 source3/passdb/passdb.c static bool init_samu_from_buffer_v2(struct samu *sampass, uint8 *buf, uint32 buflen) buf 1507 source3/passdb/passdb.c static bool init_samu_from_buffer_v3(struct samu *sampass, uint8 *buf, uint32 buflen) buf 1741 source3/passdb/passdb.c static uint32 init_buffer_from_samu_v3 (uint8 **buf, struct samu *sampass, bool size_only) buf 2007 source3/passdb/passdb.c static bool init_samu_from_buffer_v4(struct samu *sampass, uint8 *buf, uint32 buflen) buf 2013 source3/passdb/passdb.c static uint32 init_buffer_from_samu_v4(uint8 **buf, struct samu *sampass, bool size_only) buf 2024 source3/passdb/passdb.c uint8 *buf, uint32 buflen) buf 2046 source3/passdb/passdb.c uint32 init_buffer_from_samu (uint8 **buf, struct samu *sampass, bool size_only) buf 105 source3/printing/lpq_parse.c static bool parse_lpq_bsd(char *line,print_queue_struct *buf,bool first) buf 248 source3/printing/lpq_parse.c static bool parse_lpq_lprng(char *line,print_queue_struct *buf,bool first) buf 343 source3/printing/lpq_parse.c static bool parse_lpq_aix(char *line,print_queue_struct *buf,bool first) buf 445 source3/printing/lpq_parse.c static bool parse_lpq_hpux(char *line, print_queue_struct *buf, bool first) buf 592 source3/printing/lpq_parse.c static bool parse_lpq_sysv(char *line,print_queue_struct *buf,bool first) buf 681 source3/printing/lpq_parse.c static bool parse_lpq_qnx(char *line,print_queue_struct *buf,bool first) buf 753 source3/printing/lpq_parse.c static bool parse_lpq_plp(char *line,print_queue_struct *buf,bool first) buf 841 source3/printing/lpq_parse.c static bool parse_lpq_nt(char *line,print_queue_struct *buf,bool first) buf 925 source3/printing/lpq_parse.c static bool parse_lpq_os2(char *line,print_queue_struct *buf,bool first) buf 1006 source3/printing/lpq_parse.c static bool parse_lpq_vlp(char *line,print_queue_struct *buf,bool first) buf 1057 source3/printing/lpq_parse.c print_queue_struct *buf, buf 2353 source3/printing/nt_printing.c int pack_devicemode(NT_DEVICEMODE *nt_devmode, uint8 *buf, int buflen) buf 2416 source3/printing/nt_printing.c static int pack_values(NT_PRINTER_DATA *data, uint8 *buf, int buflen) buf 2713 source3/printing/nt_printing.c int unpack_devicemode(NT_DEVICEMODE **nt_devmode, const uint8 *buf, int buflen) buf 3654 source3/printing/nt_printing.c static int unpack_values(NT_PRINTER_DATA *printer_data, const uint8 *buf, int buflen) buf 281 source3/printing/printing.c int unpack_pjob( uint8 *buf, int buflen, struct printjob *pjob ) buf 2212 source3/printing/printing.c ssize_t print_job_write(int snum, uint32 jobid, const char *buf, SMB_OFF_T pos, size_t size) buf 1401 source3/registry/reg_backend_db.c static int regdb_unpack_values(REGVAL_CTR *values, uint8 *buf, int buflen) buf 1446 source3/registry/reg_backend_db.c static int regdb_pack_values(REGVAL_CTR *values, uint8 *buf, int buflen) buf 299 source3/registry/reg_perfcount.c char *buf, buf 238 source3/rpc_client/rpc_transport_smbd.c void (*stdout_callback)(char *buf, buf 400 source3/rpc_client/rpc_transport_smbd.c void (*stdout_callback)(char *buf, buf 135 source3/rpc_parse/parse_misc.c void init_unistr2(UNISTR2 *str, const char *buf, enum unistr2_term_codes flags) buf 188 source3/rpc_parse/parse_prs.c void prs_give_memory(prs_struct *ps, char *buf, uint32 size, bool is_dynamic) buf 1283 source3/rpc_server/srv_pipe_hnd.c static ssize_t rpc_frag_more_fn(uint8_t *buf, size_t buflen, void *priv) buf 1110 source3/rpc_server/srv_spoolss_nt.c static bool notify2_unpack_msg( SPOOLSS_NOTIFY_MSG *msg, struct timeval *tv, void *buf, size_t len ) buf 9624 source3/rpc_server/srv_spoolss_nt.c static bool push_monitorui_buf(TALLOC_CTX *mem_ctx, DATA_BLOB *buf, buf 9668 source3/rpc_server/srv_spoolss_nt.c const DATA_BLOB *buf) buf 9684 source3/rpc_server/srv_spoolss_nt.c const DATA_BLOB *buf) buf 316 source3/smbd/chgpasswd.c static void pwd_sub(char *buf) buf 73 source3/smbd/dir.c char *buf, buf 738 source3/smbd/dir.c struct dptr_struct *dptr_fetch(char *buf,int *num) buf 1280 source3/smbd/lanman.c int uLevel, char **buf, int *buflen, buf 1595 source3/smbd/lanman.c char** buf, int* buflen, buf 442 source3/smbd/posix_acls.c static struct pai_val *create_pai_val_v1(const char *buf, size_t size) buf 520 source3/smbd/posix_acls.c static struct pai_val *create_pai_val_v2(const char *buf, size_t size) buf 564 source3/smbd/posix_acls.c static struct pai_val *create_pai_val(const char *buf, size_t size) buf 80 source3/smbd/process.c int srv_set_message(char *buf, buf 302 source3/smbd/seal.c void srv_free_enc_buffer(char *buf) buf 321 source3/smbd/seal.c NTSTATUS srv_decrypt_buffer(char *buf) buf 339 source3/smbd/seal.c NTSTATUS srv_encrypt_buffer(char *buf, char **buf_out) buf 391 source3/smbd/vfs.c ssize_t vfs_read_data(files_struct *fsp, char *buf, size_t byte_count) buf 412 source3/smbd/vfs.c ssize_t vfs_pread_data(files_struct *fsp, char *buf, buf 684 source3/smbd/vfs.c static ssize_t vfs_read_fn(void *file, void *buf, size_t len) buf 691 source3/smbd/vfs.c static ssize_t vfs_write_fn(void *file, const void *buf, size_t len) buf 2337 source3/torture/torture.c static void rand_buf(char *buf, int len) buf 5136 source3/torture/torture.c static size_t null_source(uint8_t *buf, size_t n, void *priv) buf 74 source3/utils/ntlm_auth.c typedef void (*stdio_helper_function)(struct ntlm_auth_state *state, char *buf, buf 78 source3/utils/ntlm_auth.c char *buf, int length); buf 81 source3/utils/ntlm_auth.c char *buf, int length); buf 84 source3/utils/ntlm_auth.c char *buf, int length); buf 87 source3/utils/ntlm_auth.c char *buf, int length); buf 90 source3/utils/ntlm_auth.c char *buf, int length); buf 93 source3/utils/ntlm_auth.c char *buf, int length); buf 96 source3/utils/ntlm_auth.c char *buf, int length); buf 726 source3/utils/ntlm_auth.c char *buf, int length) buf 857 source3/utils/ntlm_auth.c char *buf, int length) buf 1033 source3/utils/ntlm_auth.c char *buf, int length) buf 1117 source3/utils/ntlm_auth.c char *buf, int length) buf 1600 source3/utils/ntlm_auth.c char *buf, int length) buf 1740 source3/utils/ntlm_auth.c char *buf, int length) buf 1933 source3/utils/ntlm_auth.c char *buf, int length) buf 51 source3/utils/smbcontrol.c const void *buf, int len) buf 167 source3/utils/smbcontrol.c static const char * procname(pid_t pid, char * buf, size_t bufsz) buf 52 source3/utils/smbfilter.c static void filter_reply(char *buf) buf 77 source3/utils/smbfilter.c static void filter_request(char *buf) buf 94 source3/web/cgi.c static void plus_to_space_unescape(char *buf) buf 3901 source3/winbindd/winbindd_cache.c unsigned char **buf ) buf 3960 source3/winbindd/winbindd_cache.c static size_t unpack_tdc_domains( unsigned char *buf, int buflen, buf 561 source3/winbindd/winbindd_proto.h void parse_add_domuser(void *buf, char *domuser, int *len); buf 1176 source3/winbindd/winbindd_util.c void parse_add_domuser(void *buf, char *domuser, int *len) buf 222 source4/auth/gensec/socket.c static NTSTATUS gensec_socket_recv(struct socket_context *sock, void *buf, buf 53 source4/client/cifsdd.h typedef bool (*dd_read_func)(void * handle, uint8_t * buf, buf 55 source4/client/cifsdd.h typedef bool (*dd_write_func)(void * handle, uint8_t * buf, buf 105 source4/client/cifsdd.h bool dd_fill_block(struct dd_iohandle * h, uint8_t * buf, buf 107 source4/client/cifsdd.h bool dd_flush_block(struct dd_iohandle * h, uint8_t * buf, buf 56 source4/client/cifsddio.c uint8_t * buf, buf 75 source4/client/cifsddio.c uint8_t * buf, buf 158 source4/client/cifsddio.c static bool smb_read_func(void * handle, uint8_t * buf, uint64_t wanted, buf 194 source4/client/cifsddio.c static bool smb_write_func(void * handle, uint8_t * buf, uint64_t wanted, buf 402 source4/client/cifsddio.c uint8_t * buf, buf 448 source4/client/cifsddio.c uint8_t * buf, buf 192 source4/heimdal/kdc/524.c void *buf, buf 876 source4/heimdal/kdc/kaserver.c unsigned char *buf, buf 52 source4/heimdal/kdc/kerberos4.c _kdc_maybe_version4(unsigned char *buf, int len) buf 130 source4/heimdal/kdc/kerberos4.c unsigned char *buf, buf 645 source4/heimdal/kdc/kerberos4.c void *buf, size_t len, const EncTicketPart *et, buf 60 source4/heimdal/kdc/process.c unsigned char *buf, buf 125 source4/heimdal/kdc/process.c unsigned char *buf, buf 161 source4/heimdal/kdc/process.c const unsigned char *buf, buf 356 source4/heimdal/kuser/kinit.c const char *domain, struct ntlm_buf *buf) buf 925 source4/heimdal/lib/asn1/lex.c #define YY_INPUT(buf,result,max_size) \ buf 606 source4/heimdal/lib/com_err/lex.c #define YY_INPUT(buf,result,max_size) \ buf 307 source4/heimdal/lib/hcrypto/imath/imath.c static void s_2comp(unsigned char *buf, int len); buf 312 source4/heimdal/lib/hcrypto/imath/imath.c static mp_result s_tobin(mp_int z, unsigned char *buf, int *limpos, int pad); buf 317 source4/heimdal/lib/hcrypto/imath/imath.c void s_print_buf(char *tag, mp_digit *buf, mp_size num); buf 1954 source4/heimdal/lib/hcrypto/imath/imath.c mp_result mp_int_to_binary(mp_int z, unsigned char *buf, int limit) buf 1975 source4/heimdal/lib/hcrypto/imath/imath.c mp_result mp_int_read_binary(mp_int z, unsigned char *buf, int len) buf 2037 source4/heimdal/lib/hcrypto/imath/imath.c mp_result mp_int_to_unsigned(mp_int z, unsigned char *buf, int limit) buf 2050 source4/heimdal/lib/hcrypto/imath/imath.c mp_result mp_int_read_unsigned(mp_int z, unsigned char *buf, int len) buf 3254 source4/heimdal/lib/hcrypto/imath/imath.c static void s_2comp(unsigned char *buf, int len) buf 3276 source4/heimdal/lib/hcrypto/imath/imath.c static mp_result s_tobin(mp_int z, unsigned char *buf, int *limpos, int pad) buf 3337 source4/heimdal/lib/hcrypto/imath/imath.c void s_print_buf(char *tag, mp_digit *buf, mp_size num) buf 203 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_to_binary(mp_int z, unsigned char *buf, int limit); buf 206 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_read_binary(mp_int z, unsigned char *buf, int len); buf 212 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_to_unsigned(mp_int z, unsigned char *buf, int limit); buf 215 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_read_unsigned(mp_int z, unsigned char *buf, int len); buf 225 source4/heimdal/lib/hcrypto/imath/imath.h void s_print_buf(char *tag, mp_digit *buf, mp_size num); buf 62 source4/heimdal/lib/hcrypto/ui.c char *buf, size_t len, int echo) buf 142 source4/heimdal/lib/hcrypto/ui.c UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, int verify) buf 77 source4/heimdal/lib/hx509/cms.c const heim_octet_string *buf, buf 537 source4/heimdal/lib/hx509/sel-lex.c #define YY_INPUT(buf,res,maxsize) (res = lex_input(buf, maxsize)) buf 608 source4/heimdal/lib/hx509/sel-lex.c #define YY_INPUT(buf,result,max_size) \ buf 1884 source4/heimdal/lib/hx509/sel-lex.c lex_input(char *buf, int max_size) buf 207 source4/heimdal/lib/hx509/sel.c _hx509_expr_parse(const char *buf) buf 3751 source4/heimdal/lib/krb5/crypto.c krb5_generate_random_block(void *buf, size_t len) buf 38 source4/heimdal/lib/krb5/n-fold.c rr13(unsigned char *buf, size_t len) buf 49 source4/heimdal/lib/krb5/padata.c int type, void *buf, size_t len) buf 473 source4/heimdal/lib/krb5/pkinit.c const krb5_data *buf, buf 83 source4/heimdal/lib/krb5/store.c krb5_storage_read(krb5_storage *sp, void *buf, size_t len) buf 89 source4/heimdal/lib/krb5/store.c krb5_storage_write(krb5_storage *sp, const void *buf, size_t len) buf 97 source4/heimdal/lib/krb5/store_mem.c krb5_storage_from_mem(void *buf, size_t len) buf 128 source4/heimdal/lib/krb5/store_mem.c krb5_storage_from_readonly_mem(const void *buf, size_t len) buf 131 source4/heimdal/lib/ntlm/ntlm.c ascii2ucs2le(const char *string, int up, struct ntlm_buf *buf) buf 167 source4/heimdal/lib/ntlm/ntlm.c ret_sec_buffer(krb5_storage *sp, struct sec_buffer *buf) buf 178 source4/heimdal/lib/ntlm/ntlm.c store_sec_buffer(krb5_storage *sp, const struct sec_buffer *buf) buf 259 source4/heimdal/lib/ntlm/ntlm.c ret_buf(krb5_storage *sp, struct sec_buffer *desc, struct ntlm_buf *buf) buf 273 source4/heimdal/lib/ntlm/ntlm.c put_buf(krb5_storage *sp, const struct ntlm_buf *buf) buf 405 source4/heimdal/lib/ntlm/ntlm.c heim_ntlm_decode_type1(const struct ntlm_buf *buf, struct ntlm_type1 *data) buf 549 source4/heimdal/lib/ntlm/ntlm.c heim_ntlm_decode_type2(const struct ntlm_buf *buf, struct ntlm_type2 *type2) buf 703 source4/heimdal/lib/ntlm/ntlm.c heim_ntlm_decode_type3(const struct ntlm_buf *buf, buf 48 source4/heimdal/lib/roken/dumpdata.c rk_dumpdata (const char *filename, const void *buf, size_t size) buf 64 source4/heimdal/lib/roken/dumpdata.c rk_undumpdata(const char *filename, void **buf, size_t *size) buf 50 source4/heimdal/lib/roken/net_read.c net_read (int fd, void *buf, size_t nbytes) buf 50 source4/heimdal/lib/roken/net_write.c net_write (int fd, const void *buf, size_t nbytes) buf 103 source4/heimdal/lib/roken/rkpty.c iscmd(const char *buf, const char *s) buf 305 source4/heimdal/lib/roken/roken-common.h eread (int fd, void *buf, size_t nbytes); buf 308 source4/heimdal/lib/roken/roken-common.h ewrite (int fd, const void *buf, size_t nbytes); buf 48 source4/heimdal/lib/roken/strsep_copy.c strsep_copy(const char **stringp, const char *delim, char *buf, size_t len) buf 44 source4/heimdal/lib/roken/xfree.c rk_xfree (void *buf) buf 153 source4/lib/ldb/common/ldb_ldif.c char *ldb_base64_encode(void *mem_ctx, const char *buf, int len) buf 216 source4/lib/ldb/common/ldb_ldif.c const char *buf, size_t length, int start_pos) buf 241 source4/lib/ldb/common/ldb_ldif.c const char *buf, int len, int start_pos) buf 1435 source4/lib/ldb/include/ldb.h char *ldb_base64_encode(TALLOC_CTX *mem_ctx, const char *buf, int len); buf 184 source4/lib/socket/socket.c _PUBLIC_ NTSTATUS socket_recv(struct socket_context *sock, void *buf, buf 212 source4/lib/socket/socket.c _PUBLIC_ NTSTATUS socket_recvfrom(struct socket_context *sock, void *buf, buf 146 source4/lib/socket/socket.h NTSTATUS socket_recv(struct socket_context *sock, void *buf, buf 148 source4/lib/socket/socket.h NTSTATUS socket_recvfrom(struct socket_context *sock, void *buf, buf 256 source4/lib/socket/socket_ip.c static NTSTATUS ip_recv(struct socket_context *sock, void *buf, buf 276 source4/lib/socket/socket_ip.c static NTSTATUS ipv4_recvfrom(struct socket_context *sock, void *buf, buf 761 source4/lib/socket/socket_ip.c static NTSTATUS ipv6_recvfrom(struct socket_context *sock, void *buf, buf 220 source4/lib/socket/socket_unix.c static NTSTATUS unixdom_recv(struct socket_context *sock, void *buf, buf 112 source4/lib/tls/tls.c static ssize_t tls_pull(gnutls_transport_ptr ptr, void *buf, size_t size) buf 151 source4/lib/tls/tls.c static ssize_t tls_push(gnutls_transport_ptr ptr, const void *buf, size_t size) buf 266 source4/lib/tls/tls.c static NTSTATUS tls_socket_recv(struct socket_context *sock, void *buf, buf 31 source4/libcli/raw/rawdate.c uint8_t *buf, int offset, time_t unixdate) buf 41 source4/libcli/raw/rawdate.c uint8_t *buf, int offset, time_t unixdate) buf 51 source4/libcli/raw/rawdate.c uint8_t *buf, int offset, time_t unixdate) buf 484 source4/libcli/raw/smb.h #define smb_base(buf) (((char *)(buf))+4) buf 613 source4/libcli/raw/smb.h #define smb_len(buf) (PVAL(buf,3)|(PVAL(buf,2)<<8)|(PVAL(buf,1)<<16)) buf 614 source4/libcli/raw/smb.h #define _smb_setlen(buf,len) do {(buf)[0] = 0; (buf)[1] = ((len)&0x10000)>>16; \ buf 616 source4/libcli/raw/smb.h #define _smb2_setlen(buf,len) do {(buf)[0] = 0; (buf)[1] = ((len)&0xFF0000)>>16; \ buf 215 source4/libcli/smb2/request.c bool smb2_oob(struct smb2_request_buffer *buf, const uint8_t *ptr, size_t size) buf 237 source4/libcli/smb2/request.c static size_t smb2_padding_fix(struct smb2_request_buffer *buf) buf 248 source4/libcli/smb2/request.c static NTSTATUS smb2_grow_buffer(struct smb2_request_buffer *buf, size_t increase) buf 277 source4/libcli/smb2/request.c NTSTATUS smb2_pull_o16s16_blob(struct smb2_request_buffer *buf, TALLOC_CTX *mem_ctx, uint8_t *ptr, DATA_BLOB *blob) buf 302 source4/libcli/smb2/request.c NTSTATUS smb2_push_o16s16_blob(struct smb2_request_buffer *buf, buf 363 source4/libcli/smb2/request.c NTSTATUS smb2_push_o16s32_blob(struct smb2_request_buffer *buf, buf 419 source4/libcli/smb2/request.c NTSTATUS smb2_push_o32s32_blob(struct smb2_request_buffer *buf, buf 475 source4/libcli/smb2/request.c NTSTATUS smb2_push_s32o32_blob(struct smb2_request_buffer *buf, buf 529 source4/libcli/smb2/request.c NTSTATUS smb2_pull_o16s32_blob(struct smb2_request_buffer *buf, TALLOC_CTX *mem_ctx, uint8_t *ptr, DATA_BLOB *blob) buf 555 source4/libcli/smb2/request.c NTSTATUS smb2_pull_o32s32_blob(struct smb2_request_buffer *buf, TALLOC_CTX *mem_ctx, uint8_t *ptr, DATA_BLOB *blob) buf 582 source4/libcli/smb2/request.c NTSTATUS smb2_pull_o16As32_blob(struct smb2_request_buffer *buf, TALLOC_CTX *mem_ctx, uint8_t *ptr, DATA_BLOB *blob) buf 606 source4/libcli/smb2/request.c NTSTATUS smb2_pull_s32o32_blob(struct smb2_request_buffer *buf, TALLOC_CTX *mem_ctx, uint8_t *ptr, DATA_BLOB *blob) buf 630 source4/libcli/smb2/request.c NTSTATUS smb2_pull_s32o16_blob(struct smb2_request_buffer *buf, TALLOC_CTX *mem_ctx, uint8_t *ptr, DATA_BLOB *blob) buf 654 source4/libcli/smb2/request.c NTSTATUS smb2_pull_o16s16_string(struct smb2_request_buffer *buf, TALLOC_CTX *mem_ctx, buf 692 source4/libcli/smb2/request.c NTSTATUS smb2_push_o16s16_string(struct smb2_request_buffer *buf, buf 31 source4/libcli/smb2/signing.c NTSTATUS smb2_sign_message(struct smb2_request_buffer *buf, DATA_BLOB session_key) buf 73 source4/libcli/smb2/signing.c NTSTATUS smb2_check_signature(struct smb2_request_buffer *buf, DATA_BLOB session_key) buf 31 source4/smb_server/smb/srvtime.c uint8_t *buf, int offset, time_t unixdate) buf 41 source4/smb_server/smb/srvtime.c uint8_t *buf, int offset, time_t unixdate) buf 51 source4/smb_server/smb/srvtime.c uint8_t *buf, int offset, time_t unixdate) buf 45 source4/torture/raw/read.c #define CHECK_BUFFER(buf, seed, len) do { \ buf 57 source4/torture/raw/read.c static void setup_buffer(uint8_t *buf, uint_t seed, int len) buf 67 source4/torture/raw/read.c static bool check_buffer(uint8_t *buf, uint_t seed, int len, int line) buf 46 source4/torture/raw/write.c #define CHECK_BUFFER(buf, seed, len) do { \ buf 71 source4/torture/raw/write.c static void setup_buffer(uint8_t *buf, uint_t seed, int len) buf 81 source4/torture/raw/write.c static bool check_buffer(uint8_t *buf, uint_t seed, int len, const char *location) buf 42 source4/torture/smb2/util.c const void *buf, off_t offset, size_t size) buf 62 source4/utils/ntlm_auth.c char *buf, int length, void **private1, buf 67 source4/utils/ntlm_auth.c char *buf, int length, void **private1, buf 72 source4/utils/ntlm_auth.c char *buf, int length, void **private1, buf 77 source4/utils/ntlm_auth.c char *buf, int length, void **private1, buf 251 source4/utils/ntlm_auth.c char *buf, int length, void **private1, buf 283 source4/utils/ntlm_auth.c char *buf, int length, void **private1, buf 383 source4/utils/ntlm_auth.c char *buf, int length, void **private1, buf 734 source4/utils/ntlm_auth.c char *buf, int length, void **private1,