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

/freebsd-current/usr.bin/column/
H A Dcolumn.c60 static int maxlength; /* longest record */ variable
127 maxlength = roundup(maxlength + 1, TAB);
130 else if (maxlength >= termwidth)
145 numcols = termwidth / maxlength;
146 endcol = maxlength;
154 endcol = maxlength;
161 endcol += maxlength;
173 numcols = termwidth / maxlength;
179 endcol = maxlength;
[all...]
/freebsd-current/contrib/one-true-awk/testdir/
H A Dfunstack.awk502 function html_breakpoint(title,maxlength, break_after,k)
505 # can break the title across lines, without exceeding maxlength
507 if (html_length(title) > maxlength) # then need to split title across lines
511 # until html_length(title) is at least maxlength,
517 for (k = min(maxlength,length(title)); k < length(title); ++k)
521 if (html_length(substr(title,1,k)) <= maxlength)
529 for (k = min(maxlength,length(title)) - 1; \
/freebsd-current/crypto/openssl/apps/
H A Dtsget.in20 my ($maxlength, $state) = @_;
25 $data_len = $maxlength if $data_len > $maxlength;
/freebsd-current/sys/tools/
H A Dmakeobjops.awk78 # If a line exceeds maxlength, split it into multiple
86 function format_line (line, maxlength, indent)
90 while (length(line) > maxlength) {
93 # to the left of it is just within maxlength.
96 if (!match(substr(line, 1, maxlength + 1), /^.*, /))
/freebsd-current/usr.sbin/makefs/
H A Dcd9660.c1027 int maxlength; local
1036 maxlength = 8;
1038 maxlength = 31;
1040 maxlength = ISO_FILENAME_MAXLENGTH_BEFORE_VERSION;
1062 while (count < maxlength) {
1069 if ((count + digits) < maxlength)
1072 numbts = maxlength - (digits);
1109 while ((*naming != ';') && (numbts < maxlength)) {
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c207 int maxlength; member in struct:huffman_code
2608 unsigned char *lengths, int numsymbols, char maxlength)
2621 code->maxlength = INT_MIN;
2623 for(i = 1; i <= maxlength; i++)
2651 if(length > code->maxlength)
2652 code->maxlength = length;
2773 if (code->maxlength < code->minlength || code->maxlength > 10)
2776 code->tablesize = code->maxlength;
2607 create_code(struct archive_read *a, struct huffman_code *code, unsigned char *lengths, int numsymbols, char maxlength) argument
/freebsd-current/sys/kern/
H A Dvfs_cache.c1153 int count, maxlength, used, pct; local
1161 maxlength = 0;
1171 if (maxlength < count)
1172 maxlength = count;
1183 error = SYSCTL_OUT(req, &maxlength, sizeof(maxlength));
/freebsd-current/contrib/libxo/xohtml/external/
H A Djquery.js2626 maxlength: "maxLength",

Completed in 156 milliseconds