Searched refs:maxlen (Results 76 - 100 of 258) sorted by relevance

1234567891011

/macosx-10.10.1/apache-793/httpd/server/
H A Dutil_fcgi.c117 apr_size_t maxlen,
125 if (maxlen > AP_FCGI_MAX_CONTENT_LEN) {
126 maxlen = AP_FCGI_MAX_CONTENT_LEN;
167 if (envlen > maxlen) {
/macosx-10.10.1/file_cmds-242/dd/
H A Dconv.c110 size_t cnt, maxlen; local
140 maxlen = MIN(cbsz, in.dbcnt);
142 for (cnt = 0; cnt < maxlen && (ch = *inp++) != '\n';
146 for (cnt = 0; cnt < maxlen && (ch = *inp++) != '\n';
/macosx-10.10.1/ppp-786.1.1/Family/
H A Dppp_domain.h125 int maxlen; member in struct:pppqueue
/macosx-10.10.1/smb-759.0/lib/smb/
H A Dmbuf.c91 * data storage if maxlen is not zero.
96 * maxlen - The data size that should be allocated for this mbuf
101 int smb_mbuf_get(uint32_t how, uint32_t type, mbuf_t *mbuf, size_t maxlen) argument
114 if (maxlen) {
115 m->m_data = malloc(maxlen);
120 m->m_maxlen = maxlen;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/base64/
H A Dascii85.tcl15 array set options [list -wrapchar \n -maxlen 76]
23 # args ?-maxlen maxlen? ?-wrapchar wrapchar? string
25 # If maxlen is 0, the output is not wrapped.
28 # A Ascii85 encoded version of $string, wrapped at $maxlen characters
38 ?-maxlen maxlen?\
48 must be -maxlen or -wrapchar"
52 if {![string is integer -strict $opts(-maxlen)]
53 || $opts(-maxlen) <
[all...]
/macosx-10.10.1/vim-55/src/proto/
H A Dops.pro56 void write_reg_contents __ARGS((int name, char_u *str, int maxlen, int must_append));
57 void write_reg_contents_ex __ARGS((int name, char_u *str, int maxlen, int must_append, int yank_type, long block_len));
H A Dui.pro4 int ui_inchar __ARGS((char_u *buf, int maxlen, long wtime, int tb_change_cnt));
42 int read_from_input_buf __ARGS((char_u *buf, long maxlen));
H A Dmbyte.pro29 int utfc_ptr2char_len __ARGS((char_u *p, int *pcc, int maxlen));
90 int convert_input __ARGS((char_u *ptr, int len, int maxlen));
91 int convert_input_safe __ARGS((char_u *ptr, int len, int maxlen, char_u **restp, int *restlenp));
H A Dspell.pro4 void spell_cat_line __ARGS((char_u *buf, char_u *line, int maxlen));
/macosx-10.10.1/text_cmds-88/rs/
H A Drs.c91 int maxlen; variable
162 if (maxlen < curlen)
163 maxlen = curlen;
177 if (maxlen < p - *ep) /* update maxlen */
178 maxlen = p - *ep;
255 gutter += maxlen * propgutter / 100.0;
256 colw = maxlen + gutter;
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-win32.c187 DWORD maxlen; local
201 if (RegQueryInfoKey (hKey, NULL, NULL, NULL, NULL, &maxlen, NULL, NULL,
207 namebuf = XNEWVEC (char, ++maxlen);
208 foundbuf = XNEWVEC (char, maxlen);
223 for (i = 0; RegEnumKey (hKey, i, namebuf, maxlen) == ERROR_SUCCESS; i++)
252 maxlen = 0;
255 &maxlen) != ERROR_SUCCESS || maxlen == 0)
262 foundbuf = XNEWVEC (char, maxlen + strlen (executable));
271 &maxlen);
[all...]
/macosx-10.10.1/file_cmds-242/ls/
H A Dls.c602 u_long lattrlen, maxlen, maxnlink, maxlattr; local
635 maxlattr = maxblock = maxinode = maxlen = maxnlink =
669 &maxgroup, &maxflags, &maxsize, &maxlen, &maxlattr);
694 maxlen = 0;
739 if (cur->fts_namelen > maxlen)
740 maxlen = cur->fts_namelen;
744 if (t > maxlen)
745 maxlen = t;
861 d.maxlen = maxlen;
[all...]
/macosx-10.10.1/less-25/less/
H A Dopttbl.c557 int maxlen = 0; local
586 if (!exact && len == maxlen)
593 else if (len > maxlen)
601 maxlen = len;
619 *p_optname = optname + maxlen;
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dvstring.c357 vp->maxlen = 0;
384 vp->maxlen = va_arg(ap, ssize_t);
385 if (vp->maxlen < 0)
386 msg_panic("vstring_ctl: bad max length %ld", (long) vp->maxlen);
571 vp->maxlen = 0;
/macosx-10.10.1/smb-759.0/rpcwrappers/
H A Dnetshareenum.cpp317 size_t maxlen = endBuffer - remarks; local
319 maxlen = smb_strnlen((const char *)remarks, maxlen);
320 remarks[maxlen] = 0;
321 comments = convertToStringRef(remarks, maxlen, FALSE);
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dvms-misc.c874 /* Generate a length-hashed VMS symbol name (limited to maxlen chars). */
877 _bfd_vms_length_hash_symbol (bfd * abfd, const char *in, int maxlen)
891 if (maxlen > EOBJ_S_C_SYMSIZ)
892 maxlen = EOBJ_S_C_SYMSIZ;
900 result = (in_len > maxlen) ? hash_string (in) : 0;
905 if (in_len <= maxlen)
910 i = maxlen-9;
912 i = maxlen;
919 if ((in_len > maxlen)
929 if (in_len > maxlen
870 _bfd_vms_length_hash_symbol(bfd * abfd, const char *in, int maxlen) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/gendict/
H A Dgendict.cpp370 int maxlen = 0;
409 if (keyLen > maxlen) maxlen = keyLen;
415 if (keyLen > maxlen) maxlen = keyLen;
424 if (verbose) { printf("Processed %d lines, added %d words, minlen %d, maxlen %d\n", lineCount, wordCount, minlen, maxlen); }
/macosx-10.10.1/dtrace-147/libdwarf/
H A Dpro_macinfo.c67 size_t maxlen, int *compose_error_type)
79 if (blen < maxlen) {
80 blen = 2 * maxlen;
97 } else if (curblk->mb_avail_len < maxlen) {
104 if (blen < maxlen) {
105 blen = 2 * maxlen;
66 libdwarf_compose_begin(Dwarf_P_Debug dbg, int code, size_t maxlen, int *compose_error_type) argument
/macosx-10.10.1/vim-55/src/
H A Dmessage.c31 static void msg_puts_attr_len __ARGS((char_u *str, int maxlen, int attr));
32 static void msg_puts_display __ARGS((char_u *str, int maxlen, int attr, int recurse));
37 static void msg_puts_printf __ARGS((char_u *str, int maxlen));
41 static void redir_write __ARGS((char_u *s, int maxlen));
42 static void verbose_write __ARGS((char_u *s, int maxlen));
1794 * Like msg_puts_attr(), but with a maximum length "maxlen" (in bytes).
1795 * When "maxlen" is -1 there is no maximum length.
1796 * When "maxlen" is >= 0 the message is not put in the history.
1799 msg_puts_attr_len(str, maxlen, attr)
1801 int maxlen;
[all...]
H A Dos_riscos.c220 mch_inchar(buf, maxlen, wtime, tb_change_cnt)
222 int maxlen;
257 if (remaining_chars <= maxlen)
267 memcpy(buf, line_buffer + buf_pos, maxlen);
268 buf_pos += maxlen;
269 remaining_chars -= maxlen;
271 return maxlen;
311 while (got < maxlen)
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOS9/
H A DmDNSMacOS9.c133 senddata.addr.maxlen = sizeof(InetDest);
137 senddata.udata.maxlen = (UInt32)((UInt8*)end - (UInt8*)msg);
156 recvdata.addr.maxlen = sizeof(sender);
159 recvdata.opt.maxlen = sizeof(options);
162 recvdata.udata.maxlen = sizeof(packet);
277 m->p->optReq.opt.maxlen = m->p->optBlock.h.len;
278 if (m->p->optReq.opt.maxlen < 4)
279 m->p->optReq.opt.maxlen = 4;
404 m->p->optReq.opt.maxlen = sizeof(m->p->optBlock);
470 mDNSlocal OSStatus ConvertStringHandleToUTF8(const StringHandle machineName, UInt8 *const utf8, ByteCount maxlen) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/samples/legacy/
H A Dlegacy.cpp26 extern "C" void test_legacy(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[][32]);
/macosx-10.10.1/groff-38/groff/src/preproc/eqn/
H A Dbox.cpp430 maxlen = 10;
437 if (len + 1 > maxlen) {
439 maxlen *= 2;
440 p = new box*[maxlen];
H A Dpile.cpp218 maxlen = 10;
232 if (len + 1 > maxlen) {
234 maxlen *= 2;
235 p = new column*[maxlen];
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Deap.h72 int (*identity) __P((char *identity, int maxlen));

Completed in 223 milliseconds

1234567891011