Searched refs:MAXLEN (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/fs/udf/
H A Dosta.h26 #ifndef MAXLEN
27 #define MAXLEN 255 macro
H A Dosta.c272 * Define MAXLEN = 254
276 * Define MAXLEN = 255
280 * Define MAXLEN = 255
284 * Define MAXLEN = 31.
288 * Define MAXLEN as specified by unix version.
308 * Translates a long file name to one using a MAXLEN and an illegal
318 * MAXLEN */
368 if (newIndex < MAXLEN) {
418 maxFilenameLen = ((MAXLEN - 5) - localExtIndex - 1);
424 } else if (newIndex > MAXLEN
[all...]
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestsiphash.c32 #define MAXLEN 64 macro
45 static const u8 vectors[MAXLEN][8] =
115 u8 in[MAXLEN], out[8], k[16];
121 for( i = 0; i < MAXLEN; ++i )
/freebsd-11-stable/sys/crypto/siphash/
H A Dsiphash_test.c107 #define MAXLEN 64 macro
113 uint8_t in[MAXLEN], out[8], k[16];
121 for (i = 0; i < MAXLEN; ++i) {
/freebsd-11-stable/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c34 #define MAXLEN 800 macro
37 static char buffer[MAXLEN];
/freebsd-11-stable/contrib/unbound/util/storage/
H A Dlookup3.c862 #define MAXLEN 70 macro
865 uint8_t qa[MAXLEN+1], qb[MAXLEN+2], *a = &qa[0], *b = &qb[1];
872 for (hlen=0; hlen < MAXLEN; ++hlen)
935 uint8_t buf[MAXLEN+20], *b;
1003 for (i=0; i<MAXLEN; ++i)
/freebsd-11-stable/sys/dev/firewire/
H A Dfwmem.c79 #define MAXLEN (512 << fwmem_speed) macro
364 iolen = MIN(bp->bio_bcount, MAXLEN);

Completed in 120 milliseconds