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

/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/Tool/
H A Dkeychain_sync.c53 #define printmsg(format, ...) _printcfmsg(stdout, format, __VA_ARGS__) macro
114 printmsg(CFSTR("ccstatus: %s (%d), error: %@\n"), getSOSCCStatusDescription(ccstatus), ccstatus, error);
117 printmsg(CFSTR("End of Dump - unable to proceed due to ccstatus -\n\t%s\n"), getSOSCCStatusDescription(ccstatus));
123 printmsg(CFSTR("Account user public is trusted%@"),CFSTR("\n"));
125 printmsg(CFSTR("Account user public is not trusted%@"),CFSTR("\n"));
132 printmsg(CFSTR("Valid Peers: %ld, error: %@\n"), (long)CFArrayGetCount(peerPeerInfos), error);
136 printmsg(CFSTR("Valid Peer: %@ (%@)\n"), peerName, peer);
140 printmsg(CFSTR("No peers, error: %@\n"), error);
147 printmsg(CFSTR("Non Valid Peers: %ld, error: %@\n"), (long)CFArrayGetCount(peerPeerInfos), error);
151 printmsg(CFST
[all...]
/macosx-10.10/rsync-45/rsync/testsuite/
H A Drsync.fns64 printmsg() {
/macosx-10.10/ntp-92/ntpdate/
H A Dntptimeset.c298 int printmsg = 0; /* print time response analysis */ variable
657 if (printmsg) {
658 printmsg = 0;
1619 printmsg++;
/macosx-10.10/syslog-267/util.tproj/
H A Dsyslog.c156 static void printmsg(FILE *f, asl_msg_t *msg, char *fmt, int pflags);
1213 printmsg(FILE *f, asl_msg_t *msg, char *fmt, int pflags) function
1381 if (did_match != 0) printmsg(f, msg, pfmt, pflags);
1606 for (; i < res->count; i++) printmsg(f, res->msg[i], pfmt, pflags);

Completed in 187 milliseconds