SHORTNAMESIZE 440 lib/zlib/contrib/untgz/untgz.c strncpy(fname,buffer.header.name,SHORTNAMESIZE); SHORTNAMESIZE 441 lib/zlib/contrib/untgz/untgz.c if (fname[SHORTNAMESIZE-1] != 0) SHORTNAMESIZE 442 lib/zlib/contrib/untgz/untgz.c fname[SHORTNAMESIZE] = 0; SHORTNAMESIZE 449 lib/zlib/contrib/untgz/untgz.c if (strncmp(fname,buffer.header.name,SHORTNAMESIZE-1) != 0)