Home
last modified time | relevance | path

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

/src/usr.bin/column/
H A Dcolumn.c61 static int maxlength; /* longest record */ variable
140 maxlength = roundup(maxlength + 1, TAB); in main()
143 else if (maxlength >= termwidth) in main()
158 numcols = termwidth / maxlength; in c_columnate()
159 endcol = maxlength; in c_columnate()
167 endcol = maxlength; in c_columnate()
174 endcol += maxlength; in c_columnate()
186 numcols = termwidth / maxlength; in r_columnate()
192 endcol = maxlength; in r_columnate()
202 endcol += maxlength; in r_columnate()
[all …]
/src/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; \
/src/crypto/openssl/apps/
H A Dtsget.in20 my ($maxlength, $state) = @_;
25 $data_len = $maxlength if $data_len > $maxlength;
/src/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), /^.*, /))
/src/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()
/src/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c207 int maxlength; member
2681 unsigned char *lengths, int numsymbols, char maxlength) in create_code() argument
2694 code->maxlength = INT_MIN; in create_code()
2696 for(i = 1; i <= maxlength; i++) in create_code()
2724 if(length > code->maxlength) in add_value()
2725 code->maxlength = length; in add_value()
2846 if (code->maxlength < code->minlength || code->maxlength > 10) in make_table()
2849 code->tablesize = code->maxlength; in make_table()
/src/sys/kern/
H A Dvfs_cache.c1227 int count, maxlength, used, pct; in sysctl_debug_hashstat_nchash() local
1235 maxlength = 0; in sysctl_debug_hashstat_nchash()
1245 if (maxlength < count) in sysctl_debug_hashstat_nchash()
1246 maxlength = count; in sysctl_debug_hashstat_nchash()
1257 error = SYSCTL_OUT(req, &maxlength, sizeof(maxlength)); in sysctl_debug_hashstat_nchash()
/src/contrib/libxo/xohtml/external/
H A Djquery.js2626 maxlength: "maxLength", property