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

<<11

/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_bridge.c991 "maxlen: %u datastart: 0x%llx next: 0x%llx%s",
1010 size_t pktlen, mlen, maxlen; local
1018 maxlen = (pktlen - offset > len) ? len : pktlen - offset;
1022 for (i = 0, j = 0; i < maxlen; i++, j++) {
/macosx-10.10.1/emacs-93/emacs/src/
H A Dxdisp.c1401 string_char_and_length (str, maxlen, len)
1403 int maxlen, *len;
1407 c = STRING_CHAR_AND_LENGTH (str, maxlen, *len);
6094 int maxlen = SBYTES (it->string) - IT_STRING_BYTEPOS (*it);
6097 it->c = string_char_and_length (s, maxlen, &it->len);
6152 int maxlen = strlen (it->s) - IT_BYTEPOS (*it);
6154 maxlen, &it->len);
6282 int maxlen = ((IT_BYTEPOS (*it) >= GPT_BYTE ? ZV_BYTE : GPT_BYTE)
6284 it->c = string_char_and_length (p, maxlen, &it->len);
20175 int maxlen
6076 int maxlen = SBYTES (it->string) - IT_STRING_BYTEPOS (*it); local
6134 int maxlen = strlen (it->s) - IT_BYTEPOS (*it); local
6264 int maxlen = ((IT_BYTEPOS (*it) >= GPT_BYTE ? ZV_BYTE : GPT_BYTE) local
20135 int maxlen = ((IT_BYTEPOS (*it) >= GPT ? ZV : GPT) local
[all...]
/macosx-10.10.1/ncurses-44/ncurses/ncurses/
H A Dllib-lncurses1164 int maxlen)
H A Dllib-lncursest1168 int maxlen)
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c6995 int maxlen; local
7023 maxlen = MAXPATHLEN - (pathend - mp->mnt_vfsstat.f_mntonname);
7024 bzero(pathend, maxlen);
7025 strlcpy(pathend, mpname, maxlen);
/macosx-10.10.1/vim-55/src/
H A Dspell.c2403 * "buf", blanking-out special characters. Copy less then "maxlen" bytes.
2408 spell_cat_line(buf, line, maxlen)
2411 int maxlen;
2425 if (n < maxlen - 1)
2428 vim_strncpy(buf + n, p, maxlen - 1 - n);
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dphpcomplete.vim1736 \ 'file_get_contents(': 'string filename [, bool use_include_path [, resource context [, int offset [, int maxlen]]]] | string',
2828 \ 'mssql_bind(': 'resource stmt, string param_name, mixed &#38;var, int type [, int is_output [, int is_null [, int maxlen]]] | bool',
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dorg.el11721 (let* ((maxlen (apply 'max (mapcar
11728 (fwidth (+ maxlen 3 1 3))

Completed in 410 milliseconds

<<11