Home
last modified time | relevance | path

Searched refs:SLOG (Results 1 – 25 of 116) sorted by relevance

12345

/dports/net/netatalk3/netatalk-3.1.12/bin/ad/
H A Dad_mv.c241 SLOG("%s: %s", from, strerror(errno)); in do_move()
282 SLOG("Couldn't resolve CNID for %s", from); in do_move()
287 SLOG("Cant stat %s: %s", to, strerror(errno)); in do_move()
301 SLOG("%s: %s", from, strerror(errno)); in do_move()
327 SLOG("Not a file or dir: %s", from); in do_move()
339 SLOG("Cant stat %s: %s", to, strerror(errno)); in do_move()
346 SLOG("Cant update CNID for: %s", to); in do_move()
354 SLOG("Error opening adouble for: %s", to); in do_move()
382 SLOG("rmdir %s: %s", to, strerror(errno)); in copy()
387 SLOG("unlink %s: %s", to, strerror(errno)); in copy()
[all …]
H A Dad_rm.c172 SLOG("...break"); in ad_rm()
174 SLOG("Error: %s", argv[i]); in ad_rm()
215 SLOG("Error resolving CNID for %s", path); in rm()
219 SLOG("Error removing CNID %u for %s", ntohl(cnid), path); in rm()
233 SLOG("%s is a directory", path); in rm()
251 SLOG("Error resolving CNID for %s", path); in rm()
255 SLOG("Error removing CNID %u for %s", ntohl(did), path); in rm()
270 SLOG("%s is a device file.", path); in rm()
275 SLOG("%s is a socket.", path); in rm()
280 SLOG("%s is a FIFO.", path); in rm()
[all …]
H A Dad_cp.c340 SLOG("...break"); in ad_cp()
445 SLOG("cannot overwrite directory %s with " in copy()
470 SLOG("%s is a directory", path); in copy()
556 SLOG("%s is a socket (not copied).", path); in copy()
559 SLOG("%s is a FIFO (not copied).", path); in copy()
640 SLOG("%s: %s", spath, strerror(errno)); in ftw_copy_file()
689 SLOG("%s: %s", to.p_path, strerror(errno)); in ftw_copy_file()
724 SLOG("%s: %s", spath, strerror(errno)); in ftw_copy_file()
762 SLOG("%s: %s", spath, strerror(errno)); in ftw_copy_file()
779 SLOG("%s: %s", to.p_path, strerror(errno)); in ftw_copy_file()
[all …]
/dports/japanese/hns/hns-2.19.9/tools/
H A Dmail2nikki.pl.in449 print SLOG "$slogMsg";
454 close( SLOG );
489 print SLOG " STATE=DONE\n";
490 close( SLOG );
555 print SLOG " STATE=DONE\n";
556 close( SLOG );
577 print SLOG " STATE=DONE\n";
578 close( SLOG );
615 print SLOG " STATE=DONE\n";
616 close( SLOG );
[all …]
/dports/x11/roxterm/roxterm-3.11.1/src/
H A Dsession-file.c94 SLOG("Saving tab with window_title '%s', cwd %s", title, cwd); in save_tab_to_fp()
122 SLOG("Saving session with id %s", sd->client_id); in save_session_to_fp()
140 SLOG("Saving window with title '%s'", title); in save_session_to_fp()
179 SLOG("Saved the window"); in save_session_to_fp()
182 SLOG("But it failed!"); in save_session_to_fp()
199 SLOG("Failed to open '%s' to save session: %s", in save_session_to_file()
206 SLOG("Failed to save session to '%s': %s", filename, strerror(errno)); in save_session_to_file()
219 SLOG("Loading session from '%s'", filename); in load_session_from_file()
224 SLOG("Unable to load session from '%s': %s", filename, err->message); in load_session_from_file()
/dports/textproc/dbacl/dbacl-1.14.1/src/
H A Dmailfoot.in28 SLOG="$MXDIR/log/summary.log"
322 echo -e "\n---------------" >> "$SLOG"
323 "$FILTERS/$f" describe >> "$SLOG"
325 echo "---------------" >> "$SLOG"
326 "$PROGNAME" summarize >> "$SLOG"
337 if [ -s "$SLOG" ]; then
338 cat "$SLOG"
H A Dmailtoe.in28 SLOG="$MXDIR/log/summary.log"
321 echo -e "\n---------------" >> "$SLOG"
322 "$FILTERS/$f" describe >> "$SLOG"
324 echo "---------------" >> "$SLOG"
325 "$PROGNAME" summarize >> "$SLOG"
336 if [ -s "$SLOG" ]; then
337 cat "$SLOG"
H A Dmailcross.in28 SLOG="$MXDIR/log/summary.log"
309 echo -e "\n---------------" >> "$SLOG"
310 "$FILTERS/$f" describe >> "$SLOG"
312 echo "---------------" >> "$SLOG"
313 "$PROGNAME" summarize >> "$SLOG"
319 if [ -s "$SLOG" ]; then
320 cat "$SLOG"
/dports/comms/flrig/flrig-1.3.54/src/include/
H A Ddebug.h71 #define SLOG(level__, source__, ...) \ macro
77 #define SLOG_DEBUG(...) SLOG(debug::DEBUG_LEVEL, log_source_, __VA_ARGS__)
78 #define SLOG_INFO(...) SLOG(debug::INFO_LEVEL, log_source_, __VA_ARGS__)
79 #define SLOG_WARN(...) SLOG(debug::WARN_LEVEL, log_source_, __VA_ARGS__)
80 #define SLOG_ERROR(...) SLOG(debug::ERROR_LEVEL, log_source_, __VA_ARGS__)
81 #define SLOG_QUIET(...) SLOG(debug::QUIET_LEVEL, log_source_, __VA_ARGS__)
/dports/comms/flmsg/flmsg-4.0.19/src/include/
H A Ddebug.h71 #define SLOG(level__, source__, ...) \ macro
77 #define SLOG_DEBUG(...) SLOG(debug::DEBUG_LEVEL, log_source_, __VA_ARGS__)
78 #define SLOG_INFO(...) SLOG(debug::INFO_LEVEL, log_source_, __VA_ARGS__)
79 #define SLOG_WARN(...) SLOG(debug::WARN_LEVEL, log_source_, __VA_ARGS__)
80 #define SLOG_ERROR(...) SLOG(debug::ERROR_LEVEL, log_source_, __VA_ARGS__)
81 #define SLOG_QUIET(...) SLOG(debug::QUIET_LEVEL, log_source_, __VA_ARGS__)
/dports/comms/flamp/flamp-2.2.07/src/include/
H A Ddebug.h69 #define SLOG(level__, source__, ...) \ macro
75 #define SLOG_DEBUG(...) SLOG(debug::DEBUG_LEVEL, log_source_, __VA_ARGS__)
76 #define SLOG_INFO(...) SLOG(debug::INFO_LEVEL, log_source_, __VA_ARGS__)
77 #define SLOG_WARN(...) SLOG(debug::WARN_LEVEL, log_source_, __VA_ARGS__)
78 #define SLOG_ERROR(...) SLOG(debug::ERROR_LEVEL, log_source_, __VA_ARGS__)
79 #define SLOG_QUIET(...) SLOG(debug::QUIET_LEVEL, log_source_, __VA_ARGS__)
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DLogging.h99 struct SLOG struct
155 SLOG *NewSysLog(char *hostname, UINT port, IP *ip);
156 void SetSysLog(SLOG *g, char *hostname, UINT port);
157 void FreeSysLog(SLOG *g);
158 void SendSysLog(SLOG *g, wchar_t *str);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/driver/
H A Dbackend_migrator.cc37 #define SLOG(severity) LOG(severity) << name_ << ": " macro
143 SLOG(WARNING) << "Unable to migrate, configuration failed!"; in OnConfigureDoneImpl()
159 SLOG(WARNING) << "Set of purged types: " in OnConfigureDoneImpl()
193 #undef SLOG
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/
H A DFAQ13 interface used to create the SLOG-2 file ). To make sure that
22 SLOG-2 allows transparency in defining color of any drawables.
23 If the TRACE-API implementation that you use to generate SLOG-2 file
49 5, The exclusion ratios reported by Jumpshot or SLOG-2 printing program
50 for large SLOG-2 file seem to be less than what it should be ?
52 The exclusion ratio computed in SLOG-2 is less than or equal to what
H A DREADME.sdk39 environment for SLOG-2. The runtime environment includes a visualization
43 consists of a Java implementation of SLOG-2 Input/Output APIs, a Java
48 For typical end users of SLOG-2, the runtime environment is what you
53 jumpshot: A visualization tool for SLOG-2 file.
55 slog2filter A SLOG-2 formating and filtering program.
56 slog2updater A SLOG-2 format update program.
57 slog2print: A SLOG-2 serial printing program, i.e. scalable.
58 slog2navigator: Another SLOG-2 printing program with navigation feature.
62 clogTOslog2: A CLOG to SLOG-2 converter.
65 traceTOslog2: A custom TRACE to SLOG-2 converter, this is created only
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpe2/
H A DREADME.windows40 original SLOG format. SLOG-2 allows for much improved scalability for
42 SLOG-2 file through the new SLOG-2 viewer, Jumpshot-4.
248 clog2TOslog2 : a CLOG2 to SLOG-2 logfile convertor. For more details,
251 rlogTOslog2 : a RLOG to SLOG-2 logfile convertor. For more details,
260 slog2filter : a SLOG-2 to SLOG-2 logfile convertor. It allows for removal
264 and writes SLOG-2 file of same version.
266 slog2updater: a SLOG-2 file format update utility. It is essentially
267 a slog2filter that reads in older SLOG-2 file and writes
268 out the latest SLOG-2 file format.
288 rlog_print : a stdout print program for SLOG-2 file.
[all …]
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DLogging.h193 struct SLOG struct
257 SLOG *NewSysLog(char *hostname, UINT port);
258 void SetSysLog(SLOG *g, char *hostname, UINT port);
259 void FreeSysLog(SLOG *g);
260 void SendSysLog(SLOG *g, wchar_t *str);
/dports/security/softether/v4.38-9760/src/Cedar/
H A DLogging.h193 struct SLOG struct
257 SLOG *NewSysLog(char *hostname, UINT port);
258 void SetSysLog(SLOG *g, char *hostname, UINT port);
259 void FreeSysLog(SLOG *g);
260 void SendSysLog(SLOG *g, wchar_t *str);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/platforms/android/
H A DAndroidDecoderModule.cpp24 #define SLOG(arg, ...) \ macro
96 SLOG("Rejecting audio of type %s", aMimeType.Data()); in SupportsMimeType()
103 SLOG("Rejecting video of type %s", aMimeType.Data()); in SupportsMimeType()
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/huawei/
H A DHUAWEI-SLOG-EUDM-MIB4 -- Description: HUAWEI-SLOG-EUDM-MIB
11 HUAWEI-SLOG-EUDM-MIB DEFINITIONS ::= BEGIN
40 The HUAWEI-SLOG-EUDM-MIB contains objects to manage the security
232 -- HUAWEI-SLOG-EUDM-MIB.mib
/dports/net-mgmt/observium/observium/mibs/huawei/
H A DHUAWEI-SLOG-EUDM-MIB4 -- Description: HUAWEI-SLOG-EUDM-MIB
11 HUAWEI-SLOG-EUDM-MIB DEFINITIONS ::= BEGIN
40 The HUAWEI-SLOG-EUDM-MIB contains objects to manage the security
232 -- HUAWEI-SLOG-EUDM-MIB.mib
/dports/www/firefox-esr/firefox-91.8.0/dom/media/platforms/android/
H A DAndroidDecoderModule.cpp26 #define SLOG(arg, ...) \ macro
100 SLOG("Rejecting audio of type %s", aMimeType.Data()); in SupportsMimeType()
107 SLOG("Rejecting video of type %s", aMimeType.Data()); in SupportsMimeType()
/dports/www/firefox/firefox-99.0/dom/media/platforms/android/
H A DAndroidDecoderModule.cpp26 #define SLOG(arg, ...) \ macro
100 SLOG("Rejecting audio of type %s", aMimeType.Data()); in SupportsMimeType()
107 SLOG("Rejecting video of type %s", aMimeType.Data()); in SupportsMimeType()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/platforms/android/
H A DAndroidDecoderModule.cpp26 #define SLOG(arg, ...) \ macro
100 SLOG("Rejecting audio of type %s", aMimeType.Data()); in SupportsMimeType()
107 SLOG("Rejecting video of type %s", aMimeType.Data()); in SupportsMimeType()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DMediaDecoderStateMachine.cpp57 #undef SLOG
325 SLOG("Dispatching AsyncReadMetadata"); in Enter()
774 SLOG( in ShouldRequestNextKeyFrame()
876 SLOG( in HandleEndOfAudio()
896 SLOG( in RequestAudioDataFromStartPosition()
913 SLOG( in RequestAudioDataFromStartPosition()
1005 SLOG("Discard frames after the time=%" PRId64, in DiscardLoopedAudioData()
1901 SLOG("Changed state to SEEKING (to %" PRId64 ")", in HandleSeek()
2167 SLOG("Changed state to SEEKING (to %" PRId64 ")", in HandleSeek()
2600 SLOG("Seek completed, mCurrentPosition=%" PRId64, in SeekCompleted()
[all …]

12345