Searched refs:FLOG (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10.1/rsync-45/rsync/
H A Dclientserver.c289 rprintf(FLOG, "rsync denied on module %s from %s (%s)\n",
302 rprintf(FLOG, "rsync allowed access on module %s from %s (%s)\n",
308 rsyserr(FLOG, errno, "failed to open lock file %s",
312 rprintf(FLOG, "max connections (%d) reached\n",
345 rprintf(FLOG, "Invalid uid %s\n", p);
355 rprintf(FLOG, "Invalid gid %s\n", p);
421 rsyserr(FLOG, errno, "fork failed");
450 rsyserr(FLOG, errno, "pre-xfer exec preparation failed");
505 rsyserr(FLOG, errno, "chroot %s failed",
512 rsyserr(FLOG, errn
[all...]
H A Dauthenticate.c96 rsyserr(FLOG, errno, "stat(%s)", fname);
100 rprintf(FLOG, "secrets file must not be other-accessible (see strict modes option)\n");
103 rprintf(FLOG, "secrets file must be owned by root when running as root (see strict modes)\n");
108 rprintf(FLOG, "continuing without secrets file\n");
244 rprintf(FLOG, "auth failed on module %s from %s (%s): "
261 rprintf(FLOG, "auth failed on module %s from %s (%s): "
270 rprintf(FLOG, "auth failed on module %s from %s (%s): "
280 rprintf(FLOG, "auth failed on module %s from %s (%s): "
H A Dclientname.c120 rprintf(FLOG, "malformed address %s: %s\n",
168 rsyserr(FLOG, errno, "getpeername on fd%d failed", fd);
223 rprintf(FLOG, "name lookup failed for %s: %s\n",
245 rprintf(FLOG, "%s: response family %d != %d\n",
269 rprintf(FLOG, "%s: too short sockaddr_in6; length=%d\n",
315 rprintf(FLOG, "forward name lookup for %s failed: %s\n",
331 rprintf(FLOG, "no known address for \"%s\": "
337 rprintf(FLOG, "%s is not a known address for \"%s\": "
H A Daccess.c114 rprintf(FLOG, "error matching address %s: %s\n",
158 rprintf(FLOG, "unknown family %u\n", rest->ai_family);
175 rprintf(FLOG, "malformed mask in %s\n", tok);
182 rprintf(FLOG, "malformed mask in %s\n", tok);
194 rprintf(FLOG, "malformed mask in %s\n", tok);
H A Dlog.c234 * it with FINFO, FERROR or FLOG. Note: recursion can happen with
269 if (code == FLOG || (am_daemon && !am_server))
271 } else if (code == FLOG)
334 * FLOG. */
409 if (am_daemon || code == FLOG)
691 * to stdout. If it is FLOG, it just goes to the log file. Otherwise we
698 if (code != FLOG && stdout_format && !am_server) {
703 log_formatted(FLOG, logfile_format, s_or_r,
718 log_item(FLOG, file, &stats, iflags, buf);
751 log_formatted(FLOG, fm
[all...]
H A Drsync.h166 * but FLOG and FSOCKERR can be sent over the receiver -> generator pipe.
167 * FLOG only goes to the log file, not the client; FCLIENT is the opposite. */
168 enum logcode { FNONE=0, FERROR=1, FINFO=2, FLOG=3, FCLIENT=4, FSOCKERR=5 }; enumerator in enum:logcode
175 MSG_LOG=FLOG, MSG_SOCKERR=FSOCKERR, /* sibling logging */
H A Dsender.c239 enum logcode log_code = log_before_transfer ? FLOG : FINFO;
H A Dreceiver.c361 enum logcode log_code = log_before_transfer ? FLOG : FINFO;
H A Dsocket.c413 rwrite(FLOG, errmsgs[s], strlen(errmsgs[s]));
H A Dflist.c1138 rprintf(FLOG, "building file list\n");
1407 rprintf(FLOG, "receiving file list\n");
H A Dgenerator.c1393 code = logfile_format_has_i ? FNONE : FLOG;
H A Doptions.c700 rprintf(FLOG, "No match for refuse-options string \"%s\"\n",
/macosx-10.10.1/awk-20/src/
H A Dawk.h119 #define FLOG 4 macro
H A Dlex.c71 { "log", FLOG, BLTIN },
H A Drun.c1487 case FLOG:
/macosx-10.10.1/hfs-285/fsck_hfs/
H A Dutilities.c794 #define FLOG(fmt, str) \ macro
840 FLOG("%s: ", cdevname);
850 FLOG("\n%s: UNEXPECTED INCONSISTENCY; RUN fsck_hfs MANUALLY.\n", cdevname);
879 FLOG("%s: ", cdevname);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DISDOpcodes.h452 /// FLOG, FLOG2, FLOG10, FEXP, FEXP2,
456 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator in enum:llvm::ISD::NodeType
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp150 case ISD::FLOG: return "flog";
H A DLegalizeVectorOps.cpp214 case ISD::FLOG:
H A DLegalizeFloatTypes.cpp75 case ISD::FLOG: R = SoftenFloatRes_FLOG(N); break;
858 case ISD::FLOG: ExpandFloatRes_FLOG(N, Lo, Hi); break;
H A DLegalizeVectorTypes.cpp77 case ISD::FLOG:
512 case ISD::FLOG:
1358 case ISD::FLOG:
H A DTargetLowering.cpp552 setOperationAction(ISD::FLOG , MVT::f16, Expand);
562 setOperationAction(ISD::FLOG , MVT::f32, Expand);
572 setOperationAction(ISD::FLOG , MVT::f64, Expand);
H A DLegalizeDAG.cpp3045 case ISD::FLOG:
3746 case ISD::FLOG:
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dforth.vim121 syn keyword forthOperators F** FSQRT FEXP FEXPM1 FLN FLNP1 FLOG FALOG FSIN
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp86 setOperationAction(ISD::FLOG, MVT::f32, Expand);

Completed in 202 milliseconds

12