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

/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_options.c103 int allok = 1, anyok = 0, ignore_mod_err = 0, r; local
128 anyok = 1;
160 anyok = 1;
166 return allok ? ARCHIVE_OK : anyok ? ARCHIVE_WARN : ARCHIVE_FAILED;
/freebsd-13-stable/contrib/sendmail/src/
H A Ddeliver.c1329 bool anyok; /* at least one address was OK */ local
3642 anyok = false;
3646 anyok = rcode == EX_OK;
3665 anyok = true;
3799 if (anyok)

Completed in 124 milliseconds