Home
last modified time | relevance | path

Searched refs:anyok (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_options.c104 int allok = 1, anyok = 0, ignore_mod_err = 0, r; in _archive_set_options() local
129 anyok = 1; in _archive_set_options()
161 anyok = 1; in _archive_set_options()
167 return allok ? ARCHIVE_OK : anyok ? ARCHIVE_WARN : ARCHIVE_FAILED; in _archive_set_options()
/freebsd/contrib/sendmail/src/
H A Ddeliver.c1702 bool anyok; /* at least one address was OK */ local
4487 anyok = false;
4491 anyok = rcode == EX_OK;
4510 anyok = true;
4650 if (anyok)