Searched refs:maxbuf (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-smb.c173 print_trans2(const u_char *words, const u_char *dat, const u_char *buf, const u_char *maxbuf) argument
209 maxbuf, unicodestr);
245 const u_char *maxbuf = data + datalen; local
257 maxbuf, unicodestr);
263 maxbuf, unicodestr);
269 maxbuf, unicodestr);
275 maxbuf, unicodestr);
281 maxbuf, unicodestr);
287 maxbuf, unicodestr);
293 maxbuf, unicodest
336 print_trans(const u_char *words, const u_char *data1, const u_char *buf, const u_char *maxbuf) argument
398 print_negprot(const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) argument
439 print_sesssetup(const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) argument
483 print_lockingandx(const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) argument
795 print_smb(const u_char *buf, const u_char *maxbuf) argument
931 const u_char *maxbuf; local
1092 const u_char *maxbuf = data + length; local
1255 const u_char *maxbuf; local
1295 const u_char *maxbuf = data + length; local
1387 const u_char *maxbuf = data + length; local
1490 const u_char *maxbuf; local
[all...]
H A Dsmbutil.c132 name_interpret(const u_char *in, const u_char *maxbuf, char *out) argument
137 if (in >= maxbuf)
149 if (in + 1 >= maxbuf)
172 name_ptr(const u_char *buf, int ofs, const u_char *maxbuf) argument
178 if (p >= maxbuf)
189 if ((p + 1) >= maxbuf)
197 if (p >= maxbuf)
211 name_extract(const u_char *buf, int ofs, const u_char *maxbuf, char *name) argument
213 const u_char *p = name_ptr(buf, ofs, maxbuf);
217 return(name_interpret(p, maxbuf, nam
225 name_len(const unsigned char *s, const unsigned char *maxbuf) argument
432 smb_fdata1(const u_char *buf, const char *fmt, const u_char *maxbuf, int unicodestr) argument
791 smb_fdata(const u_char *buf, const char *fmt, const u_char *maxbuf, int unicodestr) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dmsb.el392 (defun msb-item-handler (buffer &optional maxbuf)
418 (defun msb-dired-item-handler (buffer &optional maxbuf)
430 (defun msb-alon-item-handler (buffer maxbuf)
437 (format (format "%%%ds %%s%%s%%s %%s" maxbuf)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dcyrus.c146 ber_len_t maxbuf; local
149 (SASL_CONST void **)(char *) &maxbuf );
152 *max_send = maxbuf;
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dcreate.c239 char maxbuf[UINTMAX_STRSIZE_BOUND];
242 char const *maxval_string = STRINGIFY_BIGINT (maxval, maxbuf);
238 char maxbuf[UINTMAX_STRSIZE_BOUND]; local
/macosx-10.9.5/ruby-104/ruby/lib/net/
H A Dimap.rb3473 :maxbuf => 65535,

Completed in 154 milliseconds