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

/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_options.c99 int allok = 1, anyok = 0, ignore_mod_err = 0, r; local
121 anyok = 1;
153 anyok = 1;
159 return allok ? ARCHIVE_OK : anyok ? ARCHIVE_WARN : ARCHIVE_FAILED;
/freebsd-10.0-release/contrib/sendmail/src/
H A Ddeliver.c1320 bool anyok; /* at least one address was OK */ local
3459 anyok = false;
3463 anyok = rcode == EX_OK;
3482 anyok = true;
3616 if (anyok)

Completed in 102 milliseconds