Searched defs:do_check (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c951 * .desc Check adherence to the file format (do_check is TRUE) and setup
955 * If do_check is FALSE then still see if the filename does confirm
959 * .call ret = check_file(fcb, do_check).
961 * .arg do_check - if TRUE do check adherence to file format.
966 check_file(audit_fcb_t *fcb, int do_check) argument
979 if (do_check == FALSE) {
1029 if (do_check == TRUE)
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_dyndns.c1764 * do_check : DNS_CHECK to check first in DNS, DNS_NOCHECK for no DNS
1781 int do_check, int del_type, char *dns_str)
1798 if (do_check == DNS_CHECK && del_type != DEL_ALL) {
1779 dyndns_add_remove_entry(int update_zone, const char *hostname, const char *ip_addr, int life_time, int update_type, int do_check, int del_type, char *dns_str) argument

Completed in 66 milliseconds