Searched refs:maxlen (Results 201 - 225 of 258) sorted by relevance

1234567891011

/macosx-10.10.1/vim-55/src/
H A Dops.c6002 * "maxlen" is the maximum number of bytes to use, -1 for all bytes.
6005 * Note: "maxlen" and "must_append" don't work for the "/" register.
6010 write_reg_contents(name, str, maxlen, must_append)
6013 int maxlen;
6016 write_reg_contents_ex(name, str, maxlen, must_append, MAUTO, 0L);
6020 write_reg_contents_ex(name, str, maxlen, must_append, yank_type, block_len)
6023 int maxlen;
6031 if (maxlen >= 0)
6032 len = maxlen;
6124 long maxlen; local
[all...]
H A Dif_cscope.c2191 int maxlen; local
2198 maxlen = (int)(IOSIZE - strlen(cs_emsg));
2204 if (bufpos < maxlen - 1 && vim_isprintc(ch))
2207 buf = (char *)alloc(maxlen);
H A Dbuffer.c3122 int maxlen = 0; local
3143 maxlen = p_titlelen * Columns / 100;
3144 if (maxlen < 10)
3145 maxlen = 10;
3163 0, maxlen, NULL, NULL);
3240 if (maxlen > 0)
3244 if (len > maxlen)
3245 trunc_string(buf, buf, maxlen);
H A Dmisc2.c1647 * The part is copied into "buf[maxlen]".
1652 copy_option_part(option, buf, maxlen, sep_chars)
1655 int maxlen;
1671 if (len < maxlen - 1)
5969 * If "maxlen" >= 0 compare "p[maxlen]" to "q[maxlen]"
5973 pathcmp(p, q, maxlen)
5975 int maxlen;
5980 for (i = 0; maxlen <
[all...]
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrLAP.h364 void GetNickName ( UInt8 * name, int maxlen);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DHarness.pm573 my $maxlen = 0;
579 $maxlen = $len if $len > $maxlen;
583 return $maxlen + 3 - $maxsuflen;
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_engine_io.c1674 int ssl_io_buffer_fill(request_rec *r, apr_size_t maxlen) argument
1692 "%" APR_SIZE_T_FMT " bytes", maxlen);
1748 if (total > maxlen) {
1751 ") for SSL buffer", maxlen);
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dmouse.el1770 (defcustom mouse-buffer-menu-maxlen 20
1773 `mouse-buffer-menu-maxlen' and make a pane (or submenu) for each one."
1893 (maxlen 0)
1902 (setq maxlen
1903 (max maxlen
1914 (format "%%%ds %%s%%s %%s" maxlen)
1936 (if (> (length alist) (/ (* mouse-buffer-menu-maxlen 3) 2))
1940 ;; Pull off the next mouse-buffer-menu-maxlen buffers
1942 (setq next (nthcdr mouse-buffer-menu-maxlen alist))
1944 (setcdr (nthcdr (1- mouse-buffer-menu-maxlen) alis
[all...]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dvasnprintf.c611 size_t maxlen; local
615 maxlen = allocated - length;
624 retcount = SNPRINTF (result + length, maxlen, buf, \
628 retcount = SNPRINTF (result + length, maxlen, buf, \
632 retcount = SNPRINTF (result + length, maxlen, buf, \
783 if (count < maxlen && result[length + count] != '\0')
841 if (count >= maxlen)
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/include/
H A Dsaslplug.h88 int (*mkchal)(sasl_conn_t *conn, char *buf, unsigned maxlen,
/macosx-10.10.1/screen-22/screen/
H A Dencoding.c534 static int maxlen; local
543 if (w > maxlen)
557 maxlen = 0;
561 maxlen = w;
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Druler.tcl66 -type [list snit::listtype -type {snit::double} -minlen 3 -maxlen 3]
68 -type [list snit::listtype -type {snit::double} -minlen 3 -maxlen 3]
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/
H A Dfasttrap.c2147 * maxlen: maximal length of the string, null-terminated byte included.
2150 fasttrap_validatestr(char const* str, size_t maxlen) { argument
2154 assert(maxlen != 0);
2157 len = strnlen(str, maxlen);
2158 if (len >= maxlen)
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dtelnetd.c1241 strbufc.maxlen = BUFSIZ;
1243 strbufd.maxlen = bufsize-1;
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dcheck-der.c1080 #define el(name, type, maxlen) { \
1084 maxlen \
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dssl_locl.h1007 int maxlen);
1011 int maxlen);
/macosx-10.10.1/adv_cmds-158/ps/
H A Dps.c1151 char *comm, int maxlen)
1155 s = fmt_argv((*fn)(kd, ki->ki_p, termwidth), comm, maxlen);
1150 fmt(char **(*fn)(kvm_t *, const struct kinfo_proc *, int), KINFO *ki, char *comm, int maxlen) argument
/macosx-10.10.1/rsync-45/rsync/
H A Dproto.h134 int read_line(int f, char *buf, size_t maxlen);
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregc_lex.c927 int maxlen)
936 for (len = 0; len < maxlen && !ATEOS(); len++) {
915 lexdigits( struct vars *v, int base, int minlen, int maxlen) argument
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-decnet.c885 pdata(u_char *dp, u_int maxlen) argument
888 u_int x = maxlen;
/macosx-10.10.1/autofs-246/autofs_kext/
H A Dauto_vfsops.c285 autofs_restrict_opts(mount_t mp, char *buf, size_t maxlen, size_t *curlen) argument
305 if (len + olen + 1 > maxlen)
314 if (len + 1 > maxlen)
/macosx-10.10.1/CPANInternal-159.1/Pod-ProjectDocs-0.40/inc/Module/
H A DAutoInstall.pm109 my $maxlen = length(
170 printf( "- %-${maxlen}s ...", $mod );
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.h542 int mp_toradix_n(mp_int * a, char *str, int radix, int maxlen);
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/tomsfastmath/src/headers/
H A Dtfm.h472 int fp_toradix_n(fp_int * a, char *str, int radix, int maxlen);
/macosx-10.10.1/apache-793/httpd/include/
H A Dhttpd.h1691 * @return The len of the escaped string (always < maxlen)
1881 * @param maxlen the maximum string length to return, 0 for unlimited
1888 apr_size_t maxlen);

Completed in 343 milliseconds

1234567891011