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

  /src/sbin/savecore/
savecore.c 173 static char gzmode[3]; variable in typeref:typename:char[3]
201 gzmode[0] = 'w';
244 gzmode[1] = level + '0';
679 if ((fp = zopen(path, gzmode)) == NULL) {
757 if ((fp = zopen(path, gzmode)) == NULL) {

Completed in 46 milliseconds