Searched refs:onlyprefix (Results 1 - 1 of 1) sorted by relevance

/systemd/src/delta/
H A Ddelta.c366 static int process_suffix(const char *suffix, const char *onlyprefix) { argument
411 if (!onlyprefix || startswith(o, onlyprefix)) {
426 if (!onlyprefix || startswith(o, onlyprefix))
444 static int process_suffixes(const char *onlyprefix) { argument
449 r = process_suffix(n, onlyprefix);

Completed in 1612 milliseconds