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

/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Dudf_osta.h21 #ifndef MAXLEN
22 #define MAXLEN 255 macro
H A Dudf_osta.c252 * Define MAXLEN = 254
256 * Define MAXLEN = 255
260 * Define MAXLEN = 255
264 * Define MAXLEN = 31.
268 * 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...]
/netbsd-6-1-5-RELEASE/usr.sbin/usbdevs/
H A Dusbdevs.c66 #define MAXLEN USB_MAX_ENCODED_STRING_LEN /* assume can't grow over UTF-8 */ macro
67 static char vendor[MAXLEN], product[MAXLEN], serial[MAXLEN];
85 outsz = MAXLEN - 1;
/netbsd-6-1-5-RELEASE/sys/arch/hp700/stand/boot/
H A Dboot.c81 #define MAXLEN 100 macro
83 char line[MAXLEN];
131 char *filename, filename_buffer[MAXLEN];
/netbsd-6-1-5-RELEASE/sys/arch/hpc/hpc/platid_gen/
H A Dplatid_gen.c54 #define MAXLEN 1024 macro
65 char sym[MAXLEN];
66 char name[MAXLEN];
309 char buf[MAXLEN];
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dh8500-dis.c33 #define MAXLEN 8 macro
41 bfd_byte the_buffer[MAXLEN];
H A Dvax-dis.c71 #define MAXLEN 25 macro
77 bfd_byte the_buffer[MAXLEN];
H A Dns32k-dis.c51 #define MAXLEN 62 macro
59 bfd_byte the_buffer[MAXLEN];
H A Dm68k-dis.c163 #define MAXLEN 22
171 bfd_byte the_buffer[MAXLEN];
162 #define MAXLEN macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dh8500-dis.c33 #define MAXLEN 8 macro
41 bfd_byte the_buffer[MAXLEN];
H A Dvax-dis.c71 #define MAXLEN 25 macro
77 bfd_byte the_buffer[MAXLEN];
H A Dns32k-dis.c51 #define MAXLEN 62 macro
59 bfd_byte the_buffer[MAXLEN];
H A Dm68k-dis.c163 #define MAXLEN 22
171 bfd_byte the_buffer[MAXLEN];
162 #define MAXLEN macro
/netbsd-6-1-5-RELEASE/distrib/cdrom/macppc_installboot/
H A Dcd9660.c58 #define MAXLEN 16 macro
/netbsd-6-1-5-RELEASE/sys/dev/ieee1394/
H A Dfwmem.c160 #define MAXLEN (512 << fwmem_speed) macro
262 iolen = MIN(bp->bio_bcount, MAXLEN);
/netbsd-6-1-5-RELEASE/usr.sbin/rpc.bootparamd/
H A Dbootparamd.c50 #define MAXLEN 800 macro

Completed in 306 milliseconds