Searched refs:maxlength (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10/text_cmds-88/column/
H A Dcolumn.c73 static int maxlength; /* longest record */ variable
140 maxlength = roundup(maxlength + 1, TAB);
143 else if (maxlength >= termwidth)
158 numcols = termwidth / maxlength;
159 endcol = maxlength;
167 endcol = maxlength;
174 endcol += maxlength;
186 numcols = termwidth / maxlength;
192 endcol = maxlength;
[all...]
/macosx-10.10/curl-83.1.2/curl/include/curl/
H A Dmprintf.h37 CURL_EXTERN int curl_msnprintf(char *buffer, size_t maxlength,
42 CURL_EXTERN int curl_mvsnprintf(char *buffer, size_t maxlength,
/macosx-10.10/ruby-106/ruby/lib/cgi/
H A Dhtml.rb266 # +name+, +size+, and +maxlength+. +maxlength+ is the maximum length
284 def file_field(name = "", size = 20, maxlength = nil)
292 attributes["MAXLENGTH"] = maxlength.to_s if maxlength
538 # value. +size+ is the size of the input field display. +maxlength+
554 def password_field(name = "", value = nil, size = 40, maxlength = nil)
562 attributes["MAXLENGTH"] = maxlength.to_s if maxlength
775 # value. +size+ is the size of the input area. +maxlength
[all...]
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/examples/
H A Drandom.tcl86 set maxlength 1100 ;# bytes
131 set l [expr {int(rand() * ($maxlength - $minlength)) + $minlength - 10}]
/macosx-10.10/zsh-61/zsh/Src/
H A Dprototypes.h95 extern int getdomainname _((char *name, int maxlength));
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/mime/
H A Dmime.tcl3784 # ?-maxlength maxlength The maximum length of each encoded
3807 array set options [list -charset_encoded 1 -maxlength 66]
3825 set maxlength [expr {$options(-maxlength) - [string length $encodings($charset)] - 7}]
3828 if { $maxlength < 4 } {
3829 error "maxlength $options(-maxlength) too short for chosen\
3833 set maxlength [expr {($maxlength /
[all...]
/macosx-10.10/webdavfs-367/WebDAVPlugin/
H A DWebDAV_Mount.c234 basename_from_path(const char *hostport_abs_path, char *name, size_t maxlength) argument
327 strlcpy(name, lastPathSegment, maxlength);
335 strlcpy(name, firstPathSegment, maxlength);
344 strlcpy(name, host, maxlength);
365 create_basename(const char *url, size_t maxlength, char *mountpoint, argument
382 if ((strlen(realmountdir)) + 1 > maxlength) {
409 error = basename_from_path(namestart, basename, maxlength);
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dmprintf.c966 int curl_mvsnprintf(char *buffer, size_t maxlength, const char *format, argument
974 info.max = maxlength;
988 int curl_msnprintf(char *buffer, size_t maxlength, const char *format, ...) argument
993 retcode = curl_mvsnprintf(buffer, maxlength, format, ap_save);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djdmarker.c1350 long maxlength; local
1356 maxlength = cinfo->mem->max_alloc_chunk - SIZEOF(struct jpeg_marker_struct);
1357 if (((long) length_limit) > maxlength)
1358 length_limit = (unsigned int) maxlength;
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkSound.c416 if (s->maxlength == 0 && len * s->nchannels < blockSize) {
428 s->maxlength = len;
461 s->maxlength = neededblks * blockSize / s->nchannels;
476 s->maxlength = blockSize / s->nchannels;
485 s->maxlength = neededblks * blockSize / s->nchannels;
1605 s->maxlength = 0;
H A DjkSoundEdit.c188 tmpInt = s1->maxlength;
189 s1->maxlength = s2->maxlength;
190 s2->maxlength = tmpInt;
H A DjkSoundEngine.c125 if (s->length > s->maxlength - max(sampsleft, adi.bytesPerSample * nRead)) {
732 if (s->length < s->maxlength - s->samprate / 16) {
1633 if (s->length < s->maxlength - s->samprate / 16) {
H A DjkSound.h88 int maxlength; member in struct:Sound
/macosx-10.10/vim-55/runtime/autoload/xml/
H A Dhtml32.vim146 \ { 'maxlength': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'value': [], 'src': [], 'name': [], 'size': [], 'checked': ['BOOL'], 'type': ['TEXT', 'PASSWORD', 'CHECKBOX', 'RADIO', 'SUBMIT', 'RESET', 'FILE', 'IMAGE']}
322 \ 'maxlength' : ['Number', ''],
H A Dhtml401s.vim158 \ { 'ondblclick': [], 'onkeydown': [], 'readonly': ['BOOL'], 'onchange': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'value': [], 'src': [], 'name': [], 'checked': ['BOOL'], 'onkeypress': [], 'onmousedown': [], 'type': ['TEXT', 'PASSWORD', 'CHECKBOX', 'RADIO', 'SUBMIT', 'RESET', 'FILE', 'IMAGE', 'BUTTON'], 'class': [], 'title': [], 'onclick': [], 'accesskey': [], 'disabled': ['BOOL'], 'usemap': [], 'ismap': ['BOOL'], 'dir': ['ltr', 'rtl'], 'size': [], 'onblur': [], 'onfocus': [], 'maxlength': [], 'onselect': [], 'accept': [], 'alt': [], 'tabindex': [], 'style': [], 'onmousemove': [], 'onmouseout': []}
350 \ 'maxlength' : ['Number', ''],
H A Dhtml40s.vim158 \ { 'ondblclick': [], 'onkeydown': [], 'readonly': ['BOOL'], 'onchange': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'value': [], 'src': [], 'name': [], 'checked': ['BOOL'], 'onkeypress': [], 'onmousedown': [], 'type': ['TEXT', 'PASSWORD', 'CHECKBOX', 'RADIO', 'SUBMIT', 'RESET', 'FILE', 'IMAGE', 'BUTTON'], 'class': [], 'title': [], 'onclick': [], 'accesskey': [], 'disabled': ['BOOL'], 'usemap': [], 'dir': ['ltr', 'rtl'], 'size': [], 'onblur': [], 'onfocus': [], 'maxlength': [], 'onselect': [], 'accept': [], 'alt': [], 'tabindex': [], 'style': [], 'onmousemove': [], 'onmouseout': []}
350 \ 'maxlength' : ['Number', ''],
H A Dxhtml10s.vim158 \ { 'ondblclick': [], 'onkeydown': [], 'readonly': ['BOOL'], 'onchange': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'value': [], 'src': [], 'name': [], 'checked': ['BOOL'], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'type': ['text', 'password', 'checkbox', 'radio', 'submit', 'reset', 'file', 'hidden', 'image', 'button'], 'accesskey': [], 'disabled': ['BOOL'], 'usemap': [], 'dir': ['ltr', 'rtl'], 'onblur': [], 'size': [], 'onfocus': [], 'maxlength': [], 'onselect': [], 'accept': [], 'tabindex': [], 'alt': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': []}
350 \ 'maxlength' : ['Number', ''],
H A Dhtml401f.vim190 \ { 'ondblclick': [], 'onkeydown': [], 'readonly': ['BOOL'], 'onchange': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'value': [], 'src': [], 'name': [], 'checked': ['BOOL'], 'onkeypress': [], 'onmousedown': [], 'type': ['TEXT', 'PASSWORD', 'CHECKBOX', 'RADIO', 'SUBMIT', 'RESET', 'FILE', 'IMAGE', 'BUTTON'], 'class': [], 'title': [], 'onclick': [], 'accesskey': [], 'disabled': ['BOOL'], 'usemap': [], 'ismap': ['BOOL'], 'dir': ['ltr', 'rtl'], 'size': [], 'onblur': [], 'onfocus': [], 'maxlength': [], 'onselect': [], 'tabindex': [], 'accept': [], 'alt': [], 'style': [], 'onmousemove': [], 'onmouseout': []}
406 \ 'maxlength' : ['Number', ''],
H A Dhtml401t.vim182 \ { 'ondblclick': [], 'onkeydown': [], 'readonly': ['BOOL'], 'onchange': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'value': [], 'src': [], 'name': [], 'checked': ['BOOL'], 'onkeypress': [], 'onmousedown': [], 'type': ['TEXT', 'PASSWORD', 'CHECKBOX', 'RADIO', 'SUBMIT', 'RESET', 'FILE', 'IMAGE', 'BUTTON'], 'class': [], 'title': [], 'onclick': [], 'accesskey': [], 'disabled': ['BOOL'], 'usemap': [], 'ismap': ['BOOL'], 'dir': ['ltr', 'rtl'], 'size': [], 'onblur': [], 'onfocus': [], 'maxlength': [], 'onselect': [], 'tabindex': [], 'accept': [], 'alt': [], 'style': [], 'onmousemove': [], 'onmouseout': []}
398 \ 'maxlength' : ['Number', ''],
H A Dhtml40f.vim190 \ { 'ondblclick': [], 'onkeydown': [], 'readonly': ['BOOL'], 'onchange': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'value': [], 'src': [], 'name': [], 'checked': ['BOOL'], 'onkeypress': [], 'onmousedown': [], 'type': ['TEXT', 'PASSWORD', 'CHECKBOX', 'RADIO', 'SUBMIT', 'RESET', 'FILE', 'IMAGE', 'BUTTON'], 'class': [], 'title': [], 'onclick': [], 'accesskey': [], 'disabled': ['BOOL'], 'usemap': [], 'dir': ['ltr', 'rtl'], 'size': [], 'onblur': [], 'onfocus': [], 'maxlength': [], 'onselect': [], 'accept': [], 'alt': [], 'tabindex': [], 'style': [], 'onmousemove': [], 'onmouseout': []}
406 \ 'maxlength' : ['Number', ''],
H A Dhtml40t.vim182 \ { 'ondblclick': [], 'onkeydown': [], 'readonly': ['BOOL'], 'onchange': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'value': [], 'src': [], 'name': [], 'checked': ['BOOL'], 'onkeypress': [], 'onmousedown': [], 'type': ['TEXT', 'PASSWORD', 'CHECKBOX', 'RADIO', 'SUBMIT', 'RESET', 'FILE', 'IMAGE', 'BUTTON'], 'class': [], 'title': [], 'onclick': [], 'accesskey': [], 'disabled': ['BOOL'], 'usemap': [], 'dir': ['ltr', 'rtl'], 'size': [], 'onblur': [], 'onfocus': [], 'maxlength': [], 'onselect': [], 'accept': [], 'alt': [], 'tabindex': [], 'style': [], 'onmousemove': [], 'onmouseout': []}
398 \ 'maxlength' : ['Number', ''],
H A Dxhtml10f.vim190 \ { 'ondblclick': [], 'onkeydown': [], 'readonly': ['BOOL'], 'onchange': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'value': [], 'src': [], 'name': [], 'checked': ['BOOL'], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'type': ['text', 'password', 'checkbox', 'radio', 'submit', 'reset', 'file', 'hidden', 'image', 'button'], 'accesskey': [], 'disabled': ['BOOL'], 'usemap': [], 'dir': ['ltr', 'rtl'], 'onblur': [], 'size': [], 'onfocus': [], 'maxlength': [], 'onselect': [], 'accept': [], 'tabindex': [], 'alt': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': []}
406 \ 'maxlength' : ['Number', ''],
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c7365 unsigned long maxlength = 0;
7384 if (maxlength < ++lengths[hn])
7385 ++maxlength;
7389 counts = calloc (maxlength + 1, sizeof (*counts));
7404 for (i = 1; i <= maxlength; ++i)
7430 unsigned long maxlength = 0;
7548 if (length > maxlength)
7549 maxlength = length;
7553 counts = calloc (maxlength + 1, sizeof (*counts));
7568 for (j = 1; j <= maxlength;
7362 unsigned long maxlength = 0; local
7427 unsigned long maxlength = 0; local
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dhtml.vim70 syn keyword htmlArg contained marginwidth maxlength method name prompt
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dps-mode.el855 dup maxlength dict begin {

Completed in 342 milliseconds

12