| /openbsd-src/usr.bin/rsync/ |
| H A D | socket.c | 87 LOG2("trying: %s, %s", src->ip, host); in inet_connect() 170 LOG2("resolving: %s", host); in inet_resolve() 232 LOG2("hostname resolved: %s: %s", host, src[i].ip); in inet_resolve() 353 LOG2("connected: %s, %s", src[i].ip, f->host); in rsync_connect() 401 LOG2("requesting module: %s, %s", f->module, f->host); in rsync_socket() 491 LOG2("read multiplexing enabled"); in rsync_socket() 493 LOG2("socket detected client version %d, server version %d, seed %d", in rsync_socket() 498 LOG2("client starting receiver: %s", f->host); in rsync_socket()
|
| H A D | client.c | 70 LOG2("client detected client version %d, server version %d, seed %d", in rsync_client() 81 LOG2("client starting sender: %s", in rsync_client() 89 LOG2("client starting receiver: %s", in rsync_client()
|
| H A D | server.c | 98 LOG2("server detected client version %d, server version %d, seed %d", in rsync_server() 102 LOG2("server starting sender"); in rsync_server() 128 LOG2("server starting receiver"); in rsync_server()
|
| H A D | receiver.c | 261 LOG2("%s: receiver destination", root); in rsync_receiver() 321 LOG2("%s: ready for phase 1 data", root); in rsync_receiver() 396 LOG2("%s: receiver ready for phase 2 data", root); in rsync_receiver() 448 LOG2("receiver finished updating"); in rsync_receiver()
|
| H A D | flist.c | 268 LOG2("sending file metadata list: %zu", flsz); in flist_send() 399 LOG2("sending uid list: %zu", uidsz); in flist_send() 407 LOG2("sending gid list: %zu", gidsz); in flist_send() 747 LOG2("received uid list: %zu", uidsz); in flist_recv() 755 LOG2("received gid list: %zu", gidsz); in flist_recv() 760 LOG2("received file metadata list: %zu", flsz); in flist_recv() 1031 LOG2("recursively generated %zu filenames", *sz); in flist_gen_dirs() 1108 LOG2("non-recursively generated %zu filenames", flsz); in flist_gen_files() 1241 LOG2("delete from %zu directories", cargvs); in flist_gen_dels()
|
| H A D | extern.h | 281 #define LOG2(_fmt, ...) \ macro
|
| H A D | sender.c | 674 LOG2("sender finished updating"); in rsync_sender()
|
| H A D | main.c | 611 LOG2("exec[%d] = %s", i, args[i]); in main()
|
| H A D | uploader.c | 1106 LOG2("fixing up directory times and permissions"); in rsync_uploader_tail()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | convert.c | 167 CASE_MATHFN (LOG2) in convert_to_real()
|
| /openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
| H A D | Record.cpp | 890 case LOG2: in Fold() 929 case LOG2 : Result = "!logtwo"; break; in getAsString()
|
| H A D | TGParser.cpp | 978 Code = UnOpInit::LOG2; in ParseOperation()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.td | 253 def LOG2 : InstLanai<(outs), (ins), "log_2", []>;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 788 enum UnaryOp : uint8_t { CAST, NOT, HEAD, TAIL, SIZE, EMPTY, GETDAGOP, LOG2 }; enumerator
|