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

1234567891011

/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Desh-ext.el256 (let ((maxlen eshell-command-interpreter-max-length))
260 (insert-file-contents-literally file nil 0 maxlen)
/macosx-10.10.1/groff-38/groff/src/preproc/eqn/
H A Dbox.h53 int maxlen; member in class:box_list
122 int maxlen; member in class:matrix_box
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfpkrd.c96 pbuf.ctlbuf.maxlen = -1;
99 pbuf.databuf.maxlen = n;
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dmsgcat.rb166 def self.maxlen(*src_strings) singleton method in class:TkMsgCatalog
169 def maxlen(*src_strings) method in class:TkMsgCatalog
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_subr.h206 char *smb_strndup(const char *s, size_t maxlen);
228 size_t maxlen, int flags);
H A Dsmb_subr.c251 smb_strndup(const char * string, size_t maxlen) argument
260 size = strnlen(string, maxlen);
728 size_t maxlen, int flags)
732 error = smb_put_dmem(mbp, src, strnlen(src, maxlen), flags, usingUnicode, NULL);
727 smb_put_dstring(struct mbchain *mbp, int usingUnicode, const char *src, size_t maxlen, int flags) argument
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_to_peg.tcl120 set smax [text::write maxlen [dict keys $peg(rules)]]
374 return [text::write maxlen [lsort -uniq $modes]]
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dtmbstr.c183 int TY_(tmbstrnchr)( ctmbstr s1, uint maxlen, tmbchar cc )
188 for ( i = 0; (uint)i < maxlen; ++i, ++cp )
/macosx-10.10.1/vim-55/src/proto/
H A Dos_amiga.pro5 int mch_inchar __ARGS((char_u *buf, int maxlen, long time, int tb_change_cnt));
H A Dos_msdos.pro7 int mch_inchar __ARGS((char_u *buf, int maxlen, long time, int tb_change_cnt));
H A Dos_riscos.pro3 int mch_inchar __ARGS((char_u *buf, int maxlen, long wtime, int tb_change_cnt));
H A Dos_win32.pro9 int mch_inchar __ARGS((char_u *buf, int maxlen, long time, int tb_change_cnt));
H A Dmisc2.pro43 int copy_option_part __ARGS((char_u **option, char_u *buf, int maxlen, char *sep_chars));
105 int pathcmp __ARGS((const char *p, const char *q, int maxlen));
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dsupport.c146 char * forward_slash_get_cwd(char * path, size_t maxlen) { argument
152 if ((path == NULL) || (maxlen == 0)) {
154 maxlen = MAX_PATH;
157 rc = GetCurrentDirectory((DWORD)maxlen,path);
158 if (rc > maxlen) {
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-dlpi.c200 data.maxlen = p->bufsize;
973 ctl.maxlen = 0;
1001 ctl.maxlen = MAXDLBUF;
1363 ctl.maxlen = 0;
1367 data.maxlen = 0;
1466 ctl.maxlen = DL_HP_PPA_ACK_SIZE;
1473 * recv_ack will fail because it set the maxlen to MAXDLBUF (8192)
1511 ctl.maxlen = dlp->dl_length;
/macosx-10.10.1/libxml2-26/libxml2/
H A Dtestlimits.c169 size_t maxlen = 64 * 1024 * 1024; variable
196 dotlen = maxlen / 10;
218 if (curlen >= maxlen) {
225 dotlen += maxlen / 10;
364 if (curlen >= maxlen) {
1271 maxlen = limit;
1326 maxlen = limit;
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_neoclock4x.c789 int maxlen)
795 for(i=0; isxdigit((int)str[i]) && i < maxlen; i++)
807 int maxlen)
813 for(i=0; isdigit((int)str[i]) && i < maxlen; i++)
908 int maxlen)
1020 strncpy(firmware, tmpbuf, maxlen);
1021 firmware[maxlen] = '\0';
787 neol_hexatoi_len(const char str[], int *result, int maxlen) argument
805 neol_atoi_len(const char str[], int *result, int maxlen) argument
905 neol_query_firmware(int fd, int unit, char *firmware, int maxlen) argument
/macosx-10.10.1/vim-55/src/
H A Dif_sniff.c133 static int get_request __ARGS((int fd, char *buf, int maxlen));
292 ReadFromBuffer(char *buf, int maxlen) argument
313 if (theLen >= maxlen)
316 theLen = maxlen-1;
942 get_request(fd, buf, maxlen)
945 int maxlen;
965 for (len = 0; len < maxlen; len++)
H A Dui.c114 ui_inchar(buf, maxlen, wtime, tb_change_cnt)
116 int maxlen;
128 if (maxlen >= ta_len - ta_off)
135 mch_memmove(buf, ta_str + ta_off, (size_t)maxlen);
136 ta_off += maxlen;
137 return maxlen;
156 retval = mch_inchar(buf, maxlen, (wtime >= 0 && wtime < 10)
185 retval = read_from_input_buf(buf, (long)maxlen);
193 retval = mch_inchar(buf, maxlen, wtime, tb_change_cnt);
1632 * Read as much data from the input buffer as possible up to maxlen, an
[all...]
/macosx-10.10.1/procmail-14/procmail/src/
H A Dformail.c306 static void elimdups(namep,idcache,maxlen,split)const char*const namep;
307 FILE*idcache;const long maxlen;const int split;
316 { long insoffs=maxlen;
329 { if(p==key&&insoffs==maxlen) /* first character? */
346 while(ftell(idcache)<maxlen); /* past our quota? */
348 if(insoffs>=maxlen) /* past our quota? */
369 long maxlen,ctlength;FILE*idcache=0;pid_t thepid; local
427 case FM_DUPLICATE:maxlen=i;Qnext_arg();
639 elimdups(namep,idcache,maxlen,split);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DfeeDigitalSignature.c260 unsigned maxlen; local
291 maxlen = max(randBytesLen, dataLen);
294 uDigits = (3 * (privGiantBytes + maxlen)) / GIANT_BYTES_PER_DIGIT;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DfeeDigitalSignature.c260 unsigned maxlen; local
291 maxlen = max(randBytesLen, dataLen);
294 uDigits = (3 * (privGiantBytes + maxlen)) / GIANT_BYTES_PER_DIGIT;
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle_tricky.c2587 int tlines = 0, tline, tcols = 0, maxlen, nth, width; local
2597 for (nth = first = maxlen = width = maxlines =
2603 if (lens[nth] > maxlen)
2604 maxlen = lens[nth];
2608 if ((width += maxlen) >= zterm_columns)
2610 widths[tcol++] = maxlen;
2611 maxlen = 0;
2619 widths[tcol++] = maxlen;
2620 width += maxlen;
2631 maxlen
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Ddoc.c805 int maxlen = SDATA (string) + SBYTES (string) - strp;
807 STRING_CHAR_AND_LENGTH (strp, maxlen, len);
972 int maxlen = SDATA (string) + SBYTES (string) - strp;
974 STRING_CHAR_AND_LENGTH (strp, maxlen, len);
803 int maxlen = SDATA (string) + SBYTES (string) - strp; variable
970 int maxlen = SDATA (string) + SBYTES (string) - strp; variable
/macosx-10.10.1/pam_modules-140/common/
H A DCommon.c85 CFIndex maxlen = 0; local
94 maxlen = CFStringGetMaximumSizeForEncoding(CFStringGetLength(val), kCFStringEncodingUTF8);
95 *buffer = calloc(maxlen + 1, sizeof(char));
102 if (CFStringGetCString(val, *buffer, maxlen + 1, kCFStringEncodingUTF8)) {

Completed in 181 milliseconds

1234567891011