Lines Matching refs:count
1079 int r, count = 0;
1121 count = 1;
1153 count = 1;
1161 count++;
1171 return count;
1175 int w, i, count;
1180 count = get_boots(j, &all_ids, NULL, 0);
1181 if (count < 0)
1182 return log_error_errno(count, "Failed to determine boots: %m");
1183 if (count == 0)
1184 return count;
1189 w = DECIMAL_STR_WIDTH(count - 1) + 1;
1196 w, i - count + 1,
1342 int r, count = 0;
1366 count ++;
1386 count ++;
1411 count ++;
1431 count ++;
1437 if (!(strv_isempty(arg_system_units) && strv_isempty(arg_user_units)) && count == 0)