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

/freebsd-9.3-release/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-9.3-release/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c34 #define MAXLEN 800 macro
37 static char buffer[MAXLEN];
/freebsd-9.3-release/sys/dev/firewire/
H A Dfwmem.c89 #define MAXLEN (512 << fwmem_speed) macro
378 iolen = MIN(bp->bio_bcount, MAXLEN);

Completed in 100 milliseconds