Searched refs:SHORTNAMESIZE (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/untgz/
H A Duntgz.c66 #define SHORTNAMESIZE 100 macro
440 strncpy(fname,buffer.header.name,SHORTNAMESIZE);
441 if (fname[SHORTNAMESIZE-1] != 0)
442 fname[SHORTNAMESIZE] = 0;
447 * The file name is longer than SHORTNAMESIZE
449 if (strncmp(fname,buffer.header.name,SHORTNAMESIZE-1) != 0)
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/untgz/
H A Duntgz.c66 #define SHORTNAMESIZE 100 macro
440 strncpy(fname,buffer.header.name,SHORTNAMESIZE);
441 if (fname[SHORTNAMESIZE-1] != 0)
442 fname[SHORTNAMESIZE] = 0;
447 * The file name is longer than SHORTNAMESIZE
449 if (strncmp(fname,buffer.header.name,SHORTNAMESIZE-1) != 0)
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/untgz/
H A Duntgz.c66 #define SHORTNAMESIZE 100 macro
440 strncpy(fname,buffer.header.name,SHORTNAMESIZE);
441 if (fname[SHORTNAMESIZE-1] != 0)
442 fname[SHORTNAMESIZE] = 0;
447 * The file name is longer than SHORTNAMESIZE
449 if (strncmp(fname,buffer.header.name,SHORTNAMESIZE-1) != 0)
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/untgz/
H A Duntgz.c66 #define SHORTNAMESIZE 100 macro
440 strncpy(fname,buffer.header.name,SHORTNAMESIZE);
441 if (fname[SHORTNAMESIZE-1] != 0)
442 fname[SHORTNAMESIZE] = 0;
447 * The file name is longer than SHORTNAMESIZE
449 if (strncmp(fname,buffer.header.name,SHORTNAMESIZE-1) != 0)
/netbsd-current/common/dist/zlib/contrib/untgz/
H A Duntgz.c66 #define SHORTNAMESIZE 100 macro
440 strncpy(fname,buffer.header.name,SHORTNAMESIZE);
441 if (fname[SHORTNAMESIZE-1] != 0)
442 fname[SHORTNAMESIZE] = 0;
447 * The file name is longer than SHORTNAMESIZE
449 if (strncmp(fname,buffer.header.name,SHORTNAMESIZE-1) != 0)

Completed in 266 milliseconds