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

/freebsd-11-stable/usr.bin/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...]
/freebsd-11-stable/usr.sbin/nandsim/
H A Dnandsim_cfgparse.h58 * maxlength = contains maximum length of an array (used only with either
66 uint32_t maxlength; member in struct:nandsim_key
H A Dnandsim_cfgparse.c605 cnt = (cnt <= key->maxlength) ? cnt : key->maxlength;
674 strncpy(key->field, (char *)&strbuf, (size_t)(key->maxlength - 1));
/freebsd-11-stable/crypto/openssl/apps/
H A Dtsget16 my ($maxlength, $state) = @_;
21 $data_len = $maxlength if $data_len > $maxlength;
/freebsd-11-stable/sys/tools/
H A Dmakeobjops.awk81 # If a line exceeds maxlength, split it into multiple
89 function format_line (line, maxlength, indent)
93 while (length(line) > maxlength) {
96 # to the left of it is just within maxlength.
99 if (!match(substr(line, 1, maxlength + 1), /^.*, /))
/freebsd-11-stable/usr.sbin/makefs/
H A Dcd9660.c1061 int maxlength; local
1070 maxlength = 8;
1072 maxlength = 31;
1074 maxlength = ISO_FILENAME_MAXLENGTH_BEFORE_VERSION;
1096 while (count < maxlength) {
1103 if ((count + digits) < maxlength)
1106 numbts = maxlength - (digits);
1143 while ((*naming != ';') && (numbts < maxlength)) {
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c197 int maxlength; member in struct:huffman_code
2459 unsigned char *lengths, int numsymbols, char maxlength)
2472 code->maxlength = INT_MIN;
2474 for(i = 1; i <= maxlength; i++)
2502 if(length > code->maxlength)
2503 code->maxlength = length;
2624 if (code->maxlength < code->minlength || code->maxlength > 10)
2627 code->tablesize = code->maxlength;
2458 create_code(struct archive_read *a, struct huffman_code *code, unsigned char *lengths, int numsymbols, char maxlength) argument
/freebsd-11-stable/sys/kern/
H A Dvfs_cache.c598 int count, maxlength, used, pct; local
606 maxlength = 0;
616 if (maxlength < count)
617 maxlength = count;
628 error = SYSCTL_OUT(req, &maxlength, sizeof(maxlength));
/freebsd-11-stable/contrib/binutils/binutils/
H A Dreadelf.c7370 unsigned long maxlength = 0;
7389 if (maxlength < ++lengths[hn])
7390 ++maxlength;
7394 counts = calloc (maxlength + 1, sizeof (*counts));
7409 for (i = 1; i <= maxlength; ++i)
7435 unsigned long maxlength = 0;
7553 if (length > maxlength)
7554 maxlength = length;
7558 counts = calloc (maxlength + 1, sizeof (*counts));
7573 for (j = 1; j <= maxlength;
7367 unsigned long maxlength = 0; local
7432 unsigned long maxlength = 0; local
[all...]
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js2626 maxlength: "maxLength",

Completed in 221 milliseconds