Searched defs:n_found (Results 1 - 2 of 2) sorted by relevance
/systemd/src/delta/ |
H A D | delta.c | 374 int n_found = 0; local 419 n_found += k; 427 n_found += notify_override_extended(f, o); 441 return r < 0 ? r : n_found; 446 int n_found = 0, r; local 453 n_found += r; 456 return n_found; 596 int r, k, n_found = 0; local 625 n_found += k; 633 n_found [all...] |
/systemd/src/coredump/ |
H A D | coredumpctl.c | 536 static void print_entry(sd_journal *j, unsigned n_found) { argument 540 print_info(stdout, j, n_found); 544 print_list(stdout, j, n_found); 548 unsigned n_found = 0; local 566 print_entry(j, n_found++); 568 if (!arg_field && n_found <= 0) {
|
Completed in 2546 milliseconds