Home
last modified time | relevance | path

Searched refs:flog (Results 1 – 25 of 933) sorted by relevance

12345678910>>...38

/dports/security/pwauth/pwauth-2.3.11/
H A Dfail_log.c53 struct faillog flog; in check_fails() local
63 flog.fail_max == 0 || flog.fail_cur < flog.fail_max; in check_fails()
76 struct faillog flog; in log_failure() local
87 flog.fail_cnt= 0; in log_failure()
88 flog.fail_max= 0; in log_failure()
95 flog.fail_cnt++; in log_failure()
137 flog.count= 0; in check_fails()
171 flog.count++; in log_failure()
174 time(&flog.bl_time); in log_failure()
175 strncpy(flog.bl_line, "http", sizeof(flog.bl_line)); in log_failure()
[all …]
H A Dfail_check.c57 struct faillog flog; in check_fails() local
94 flog.fail_cnt, flog.fail_cnt == 1 ? "failure" : "failures", in check_fails()
99 flog.fail_cnt, flog.fail_time, flog.fail_line); in check_fails()
102 flog.fail_cnt= 0; in check_fails()
145 if (flog.count <= 0) in check_fails()
163 flog.count, flog.count == 1 ? "failure" : "failures", in check_fails()
164 ct, flog.bl_host, flog.bl_line); in check_fails()
167 flog.count, flog.count == 1 ? "failure" : "failures", in check_fails()
168 ct, flog.bl_line); in check_fails()
172 flog.count, flog.bl_time, flog.bl_host, flog.bl_line); in check_fails()
[all …]
/dports/comms/sms_client/sms_client-3.0.2/src/terminal/
H A Dlogfile_io.c58 static int flog = -1; variable
67 if (flog == -1) in init_logfile()
80 if (flog != -1) in log_client_send()
89 write(flog, "\"\n", strlen("\"\n")); in log_client_send()
92 write(flog, "Client --> \"", strlen("Client --> \"")); in log_client_send()
104 if (flog != -1) in log_server_send()
113 write(flog, "\"\n", strlen("\"\n")); in log_server_send()
132 if (flog != -1) in log_character()
160 write(flog, &c, 1); /* Ouput data to logfile */ in log_character()
169 if (flog != -1) in close_logfile()
[all …]
/dports/audio/osd-lyrics/osdlyrics-0.4.3/src/
H A Dol_debug.c41 static FILE *flog = NULL;
47 if (flog == NULL) in nsEUCKRProber()
49 flog = stdout; in nsEUCKRProber()
58 ol_assert (flog != NULL); in GetCharSetName()
68 vfprintf (flog, fmt, ap); in GetCharSetName()
84 if (flog != NULL)
86 fclose (flog);
87 flog = NULL;
91 flog = fdopen (STDOUT_FILENO, "w");
95 flog = fopen (logfile, "w");
[all …]
/dports/net/radvd/radvd-2.19/
H A Dprocess.c38 flog(LOG_WARNING, "%s received packet with no pkt_info from %s!", if_name, addr_str); in process()
58 flog(LOG_ERR, "%s icmpv6 filter failed", if_name); in process()
160 flog(LOG_WARNING, "trailing garbage in RS"); in process_rs()
167 flog(LOG_WARNING, "zero length option in RS"); in process_rs()
170 flog(LOG_WARNING, "option length greater than total length in RS"); in process_rs()
175 flog(LOG_WARNING, in process_rs()
251 flog(LOG_ERR, "trailing garbage in RA on %s from %s", iface->props.name, addr_str); in process_ra()
261 flog(LOG_ERR, "option length (%d) greater than total" in process_ra()
293 flog(LOG_WARNING, "our AdvValidLifetime on" in process_ra()
298 flog(LOG_WARNING, "our AdvPreferredLifetime on" in process_ra()
[all …]
H A Dradvd.c121 flog(LOG_ERR, "unable to fork in daemonp"); in daemonp()
128 flog(LOG_ERR, "failure writing pid file"); in daemonp()
313 flog(LOG_INFO, "version %s started", VERSION); in main()
389 flog(LOG_ERR, "Couldn't create privsep pipe."); in main()
396 flog(LOG_ERR, "Couldn't fork for privsep."); in main()
429 flog(LOG_ERR, "unable to drop root privileges"); in main()
452 flog(LOG_INFO, "returning from radvd main"); in main()
530 flog(LOG_WARNING, "socket error on fds[1].fd"); in main_loop()
537 flog(LOG_WARNING, "socket error on fds[0].fd"); in main_loop()
755 flog(LOG_INFO, "sending stop adverts"); in stop_adverts()
[all …]
H A Dgram.y195 flog(LOG_ERR, "duplicate interface "
205 flog(LOG_CRIT, "malloc failed: %s", strerror(errno));
356 flog(LOG_CRIT, "calloc failed: %s", strerror(errno));
367 flog(LOG_CRIT, "calloc failed: %s", strerror(errno));
387 flog(LOG_CRIT, "calloc failed: %s", strerror(errno));
398 flog(LOG_CRIT, "calloc failed: %s", strerror(errno));
414 flog(LOG_ERR, "AdvValidLifeTime must be "
446 flog(LOG_CRIT, "malloc failed: %s", strerror(errno));
559 flog(LOG_CRIT, "malloc failed: %s", strerror(errno));
718 flog(LOG_CRIT, "invalid domain suffix specified");
[all …]
H A Dsocket.c37 flog(LOG_ERR, "can't create socket(AF_INET6): %s", strerror(errno)); in open_icmpv6_socket()
43 flog(LOG_ERR, "setsockopt(IPV6_RECVPKTINFO): %s", strerror(errno)); in open_icmpv6_socket()
53 flog(LOG_ERR, "setsockopt(IPV6_CHECKSUM): %s", strerror(errno)); in open_icmpv6_socket()
59 flog(LOG_ERR, "setsockopt(IPV6_UNICAST_HOPS): %s", strerror(errno)); in open_icmpv6_socket()
65 flog(LOG_ERR, "setsockopt(IPV6_MULTICAST_HOPS): %s", strerror(errno)); in open_icmpv6_socket()
71 flog(LOG_ERR, "setsockopt(IPV6_RECVHOPLIMIT): %s", strerror(errno)); in open_icmpv6_socket()
86 flog(LOG_ERR, "setsockopt(ICMPV6_FILTER): %s", strerror(errno)); in open_icmpv6_socket()
/dports/security/bcwipe/bcwipe-1.9-13/
H A Dlog.c28 static FILE *flog = 0; variable
39 if (flog) { in log_message()
43 fprintf(flog, "%04d/%02d/%02d %02d:%02d:%02d ", in log_message()
47 fprintf(flog, "Unable to get time. "); in log_message()
50 fprintf(flog, "%s", buf); in log_message()
51 fflush(flog); in log_message()
68 if (flog) { in close_log()
69 fclose(flog); in close_log()
72 flog = NULL; in close_log()
80 flog = fopen(filename, "a"); in create_log()
[all …]
/dports/irc/ctrlproxy/ctrlproxy-3.0.8/src/
H A Dlog.c32 FILE *flog = NULL; variable
36 if (flog == NULL) in log_entry()
57 fprintf(flog, ")"); in log_entry()
60 fprintf(flog, "\n"); in log_entry()
61 fflush(flog); in log_entry()
131 if (flog != stderr) { in fini_log()
132 fclose(flog); in fini_log()
134 flog = NULL; in fini_log()
142 flog = stderr; in init_log()
146 flog = fopen(lf, "a+"); in init_log()
[all …]
/dports/math/zn_poly/zn_poly-0.9.2/tune/
H A Dmpn_mulmid-tune.c39 fprintf (flog, "mpn smp kara: "); in tune_mpn_smp_kara()
40 fflush (flog); in tune_mpn_smp_kara()
105 fprintf (flog, "infinity"); in tune_mpn_smp_kara()
110 fprintf (flog, "done"); in tune_mpn_smp_kara()
112 fflush (flog); in tune_mpn_smp_kara()
116 fprintf (flog, "\n"); in tune_mpn_smp_kara()
132 fflush (flog); in tune_mpn_mulmid_fallback()
197 fprintf (flog, "infinity"); in tune_mpn_mulmid_fallback()
202 fprintf (flog, "done"); in tune_mpn_mulmid_fallback()
204 fflush (flog); in tune_mpn_mulmid_fallback()
[all …]
H A Dnuss-tune.c40 tune_nuss (FILE* flog, int sqr, int verbose) in tune_nuss() argument
44 fprintf (flog, " nuss %s: ", sqr ? "sqr" : "mul"); in tune_nuss()
45 fflush (flog); in tune_nuss()
96 fprintf (flog, "\nbits = %u, cross to Nussbaumer at length ", b); in tune_nuss()
98 fprintf (flog, "infinity"); in tune_nuss()
100 fprintf (flog, "%lu", 1UL << thresh); in tune_nuss()
103 fprintf (flog, "."); in tune_nuss()
105 fflush (flog); in tune_nuss()
108 fprintf (flog, "\n"); in tune_nuss()
H A Dmulmid_ks-tune.c38 tune_mulmid_KS (FILE* flog, int verbose) in tune_mulmid_KS() argument
42 fprintf (flog, "KS1/2/4 mulmid: "); in tune_mulmid_KS()
43 fflush (flog); in tune_mulmid_KS()
143 fprintf (flog, "infinity"); in tune_mulmid_KS()
145 fprintf (flog, "%lu", thresh[0]); in tune_mulmid_KS()
147 fprintf (flog, ", cross to KS4 at "); in tune_mulmid_KS()
150 fprintf (flog, "infinity"); in tune_mulmid_KS()
152 fprintf (flog, "%lu", thresh[1]); in tune_mulmid_KS()
155 fprintf (flog, "."); in tune_mulmid_KS()
157 fflush (flog); in tune_mulmid_KS()
[all …]
H A Dmul_ks-tune.c38 tune_mul_KS (FILE* flog, int sqr, int verbose) in tune_mul_KS() argument
42 fprintf (flog, " KS1/2/4 %s: ", sqr ? "sqr" : "mul"); in tune_mul_KS()
43 fflush (flog); in tune_mul_KS()
144 fprintf (flog, "infinity"); in tune_mul_KS()
146 fprintf (flog, "%lu", thresh[0]); in tune_mul_KS()
148 fprintf (flog, ", cross to KS4 at "); in tune_mul_KS()
151 fprintf (flog, "infinity"); in tune_mul_KS()
153 fprintf (flog, "%lu", thresh[1]); in tune_mul_KS()
156 fprintf (flog, "."); in tune_mul_KS()
158 fflush (flog); in tune_mul_KS()
[all …]
H A Dmulmid-tune.c41 tune_mulmid (FILE* flog, int verbose) in tune_mulmid() argument
45 fprintf (flog, " KS/FFT mulmid: "); in tune_mulmid()
46 fflush (flog); in tune_mulmid()
140 fprintf (flog, "\nbits = %u, cross to FFT at ", b); in tune_mulmid()
142 fprintf (flog, "infinity"); in tune_mulmid()
144 fprintf (flog, "%lu", thresh); in tune_mulmid()
147 fprintf (flog, "."); in tune_mulmid()
149 fflush (flog); in tune_mulmid()
154 fprintf (flog, "\n"); in tune_mulmid()
H A Dmul-tune.c40 tune_mul (FILE* flog, int sqr, int verbose) in tune_mul() argument
44 fprintf (flog, " KS/FFT %s: ", sqr ? "sqr" : "mul"); in tune_mul()
45 fflush (flog); in tune_mul()
140 fprintf (flog, "\nbits = %u, cross to FFT at ", b); in tune_mul()
142 fprintf (flog, "infinity"); in tune_mul()
144 fprintf (flog, "%lu", thresh); in tune_mul()
147 fprintf (flog, "."); in tune_mul()
149 fflush (flog); in tune_mul()
157 fprintf (flog, "\n"); in tune_mul()
/dports/math/py-mip/mip-1.13.0/examples/apps/tsp/
H A Dbench.sh30 flog=${inst}-${solver}-${cut}-${lazy}-${heur}.log
32 …=${solver} ; pypy3 tsp.py $ifile ${TIMELIMIT} 1 ${cut} ${lazy} ${heur} > $flog 2> $ferror" >> trun…
37 flog=${inst}-${solver}-${cut}-${lazy}-${heur}.log
39 …=${solver} ; pypy3 tsp.py $ifile ${TIMELIMIT} 1 ${cut} ${lazy} ${heur} > $flog 2> $ferror" >> trun…
44 flog=${inst}-${solver}-${cut}-${lazy}-${heur}.log
46 …=${solver} ; pypy3 tsp.py $ifile ${TIMELIMIT} 1 ${cut} ${lazy} ${heur} > $flog 2> $ferror" >> trun…
51 flog=${inst}-${solver}-${cut}-${lazy}-${heur}.log
53 …=${solver} ; pypy3 tsp.py $ifile ${TIMELIMIT} 1 ${cut} ${lazy} ${heur} > $flog 2> $ferror" >> trun…
58 flog=${inst}-${solver}-${cut}-${lazy}-${heur}.log
60 …=${solver} ; pypy3 tsp.py $ifile ${TIMELIMIT} 1 ${cut} ${lazy} ${heur} > $flog 2> $ferror" >> trun…
/dports/textproc/p5-String-Flogger/String-Flogger-1.101245/t/
H A Dbasic.t8 flog([ 'foo %s bar', undef ]),
14 flog([ 'foo %s bar', \undef ]),
20 flog([ 'foo %s bar', \1 ]),
26 flog([ 'foo %s bar', \\1 ]),
32 flog({foo => 'bar'}),
38 flog(sub { +{foo => 'bar'} }),
H A Dsynopsis.t8 flog('simple!'),
13 flog([ 'slightly %s complex', 'more' ]),
18 flog([ 'and inline some data: %s', { look => 'data!' } ]),
23 flog([ 'and we can defer evaluation of %s if we want', sub { 'stuff' } ]),
28 flog(sub { 'while avoiding sprintfiness, if needed' }),
/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajpdbio.c2560 if (!pdbfile || !flog || !(*elms)) in pdbioFirstPass()
3279 if (!pdbfile || !flog) in pdbioCheckChains()
3401 if (!pdbfile || !flog) in pdbioCheckTer()
3552 if (!pdbfile || !flog) in pdbioNumberChains()
4054 if (!pdbfile || !flog) in pdbioMaskChains()
4464 if (!pdbfile || !flog) in pdbioStandardiseNumbering()
5033 if (!pdbfile || !flog) in pdbioAlignNumbering()
6329 ajFmtPrintF(flog, "\n\n\n"); in pdbioAlignNumbering()
6337 ajFmtPrintF(flog, in pdbioAlignNumbering()
6345 ajFmtPrintF(flog, in pdbioAlignNumbering()
[all …]
H A Dajpdb.h861 AjPStr *OEnv, AjPFile flog);
863 AjPStr *OEnv, AjPFile flog);
865 AjPStr *OEnv, AjPFile flog);
867 AjPStr *OEnv, AjPFile flog);
869 AjPStr *OEnv, AjPFile flog);
871 AjPStr *OEnv, AjPFile flog);
873 AjPStr *OEnv, AjPFile flog);
875 AjPStr *OEnv, AjPFile flog);
877 AjPStr *OEnv, AjPFile flog);
879 AjPStr *OEnv, AjPFile flog);
[all …]
/dports/java/intellij-pty4j/pty4j-61a48c06c79f13f5766a35bb6af4816f481f0940/native/cyglaunch/
H A Dmain.c38 void flog(const char *string, ...) { in flog() function
52 flog("Could not open /dev/ptmx"); in create_pty()
56 flog("grantpt() failed"); in create_pty()
61 flog("unlockpt() failed"); in create_pty()
67 flog("Could not determine slave name"); in create_pty()
153 flog("opening pty"); in main()
155 flog("opening err_pty"); in main()
159 …if (thread_data_in.pipe == INVALID_HANDLE_VALUE) flog("Opening in-pipe failed with %d", GetLastErr… in main()
173 flog("converting path: %s", command); in main()
175 flog("converted: %s", path); in main()
[all …]
/dports/audio/pianod2/pianod2-329/src/mediaunits/pandora/
H A Dpandoracomm.cpp125 flog (LOG_WHERE (LOG_PANDORA), "Pandora CSRF token retrieved."); in retrieveCSRFtoken()
128 flog (LOG_WHERE (LOG_ERROR), "No CSRF token."); in retrieveCSRFtoken()
133 flog (LOG_WHERE (LOG_ERROR), "HTTP request failed:"); in retrieveCSRFtoken()
192 flog (LOG_WHERE (LOG_ERROR), ex.what()); in performRequest()
200 flog (LOG_WHERE (LOG_ERROR), "Allocation error"); in performRequest()
263 flog (LOG_ERROR, "HttpClient (", request.endpoint, "): ", ex.what()); in execute()
273 flog (LOG_WHERE (LOG_ERROR), in execute()
320 flog (LOG_WHERE (PANDORA_HTTP), "Pandora notification to ", url); in sendSimpleNotification()
325 flog (LOG_WHERE (LOG_ERROR), "Failed HTTP notification: ", url); in sendSimpleNotification()
331 flog (LOG_WHERE (LOG_ERROR), ex.what()); in sendSimpleNotification()
[all …]
/dports/net/udpxy/udpxy-1.0-24.1/chipmunk/test/
H A Dupxc.c141 FILE* flog = NULL; in main() local
186 flog = debug ? stderr : fopen( "/dev/null", "a" ); in main()
187 if( NULL == flog ) { in main()
192 TRACE( (void)tmfprintf( flog, "%s: destination format = [%s]\n", in main()
195 (void)tmfprintf( flog, "%s: destination format must be specified\n", in main()
200 rc = convert2( srcfile, dstfile, dst_fmt, flog ); in main()
202 if( (NULL != flog) && (stderr != flog) ) in main()
203 (void) fclose(flog); in main()
/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_ccx/
H A Dffmpeg_intgr.c33 FILE *flog; in log_cb() local
36 flog = stdout; in log_cb()
38 flog = stderr; in log_cb()
41 fprintf(flog, "[panic][%s] ", name); in log_cb()
43 fprintf(flog, "[fatal][%s] ", name); in log_cb()
45 fprintf(flog, "[error][%s] ", name); in log_cb()
47 fprintf(flog, "[warning][%s] ", name); in log_cb()
49 fprintf(flog, "[info][%s] ", name); in log_cb()
51 fprintf(flog, "[debug][%s] ", name); in log_cb()
53 vfprintf(flog, fmt, vl); in log_cb()

12345678910>>...38