Lines Matching refs:doRotate
61 bool *doRotate = reinterpret_cast<bool *>(arg);
62 *doRotate = true;
73 bool *doRotate = reinterpret_cast<bool *>(arg);
74 if (!*doRotate) {
108 bool doRotate = false;
112 (((doRotate = strcmp(argv[1], rotate_flag))) &&
114 doRotate = false;
115 } else if (!doRotate) {
119 logbasename, &doRotate);
125 logrotate, &doRotate);