HomeSort by: relevance | last modified time | path
    Searched defs:gzmode (Results 1 - 2 of 2) 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) {
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 53 milliseconds