Home
last modified time | relevance | path

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

/freebsd/usr.bin/column/
H A Dcolumn.c60 static int maxlength; /* longest record */ variable
127 maxlength = roundup(maxlength + 1, TAB); in main()
130 else if (maxlength >= termwidth) in main()
145 numcols = termwidth / maxlength; in c_columnate()
146 endcol = maxlength; in c_columnate()
154 endcol = maxlength; in c_columnate()
161 endcol += maxlength; in c_columnate()
173 numcols = termwidth / maxlength; in r_columnate()
179 endcol = maxlength; in r_columnate()
189 endcol += maxlength; in r_columnate()
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.awk502 function html_breakpoint(title,maxlength, break_after,k)
507 if (html_length(title) > maxlength) # then need to split title across lines
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/crypto/openssl/apps/
H A Dtsget.in20 my ($maxlength, $state) = @_;
25 $data_len = $maxlength if $data_len > $maxlength;
/freebsd/sys/tools/
H A Dmakeobjops.awk86 function format_line (line, maxlength, indent)
90 while (length(line) > maxlength) {
96 if (!match(substr(line, 1, maxlength + 1), /^.*, /))
/freebsd/usr.sbin/makefs/
H A Dcd9660.c1032 int maxlength; in cd9660_rename_filename() local
1041 maxlength = 8; in cd9660_rename_filename()
1043 maxlength = 31; in cd9660_rename_filename()
1045 maxlength = ISO_FILENAME_MAXLENGTH_BEFORE_VERSION; in cd9660_rename_filename()
1067 while (count < maxlength) { in cd9660_rename_filename()
1074 if ((count + digits) < maxlength) in cd9660_rename_filename()
1077 numbts = maxlength - (digits); in cd9660_rename_filename()
1115 while ((*naming != ';') && (numbts < maxlength)) { in cd9660_rename_filename()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c207 int maxlength; member
2636 unsigned char *lengths, int numsymbols, char maxlength) in create_code() argument
2649 code->maxlength = INT_MIN; in create_code()
2651 for(i = 1; i <= maxlength; i++) in create_code()
2679 if(length > code->maxlength) in add_value()
2680 code->maxlength = length; in add_value()
2801 if (code->maxlength < code->minlength || code->maxlength > 10) in make_table()
2804 code->tablesize = code->maxlength; in make_table()
/freebsd/sys/kern/
H A Dvfs_cache.c1173 int count, maxlength, used, pct; in sysctl_debug_hashstat_nchash() local
1181 maxlength = 0; in sysctl_debug_hashstat_nchash()
1191 if (maxlength < count) in sysctl_debug_hashstat_nchash()
1192 maxlength = count; in sysctl_debug_hashstat_nchash()
1203 error = SYSCTL_OUT(req, &maxlength, sizeof(maxlength)); in sysctl_debug_hashstat_nchash()
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js2626 maxlength: "maxLength", property