HomeSort by: relevance | last modified time | path
    Searched defs:numflag (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/gzip/
gzip.c 184 static int numflag = 6; /* gzip -1..-9 value */ variable in typeref:typename:int
360 numflag = ch - '0';
616 numflag == 1 ? 4 : numflag == 9 ? 2 : 0,
628 error = deflateInit2(&z, numflag, Z_DEFLATED,
gzip.c 184 static int numflag = 6; /* gzip -1..-9 value */ variable in typeref:typename:int
360 numflag = ch - '0';
616 numflag == 1 ? 4 : numflag == 9 ? 2 : 0,
628 error = deflateInit2(&z, numflag, Z_DEFLATED,
gzip.c 184 static int numflag = 6; /* gzip -1..-9 value */ variable in typeref:typename:int
360 numflag = ch - '0';
616 numflag == 1 ? 4 : numflag == 9 ? 2 : 0,
628 error = deflateInit2(&z, numflag, Z_DEFLATED,

Completed in 37 milliseconds