| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | signal-logging.c | 174 char *logmsg; in logging_format() local 195 read_log_msg(logmsg); in logging_format() 196 assert(strcmp(logmsg, "(EE) test message\n") == 0); in logging_format() 200 read_log_msg(logmsg); in logging_format() 201 assert(strcmp(&logmsg[strlen(logmsg) - 3], "en\n") == 0); in logging_format() 205 read_log_msg(logmsg); in logging_format() 206 assert(strcmp(&logmsg[strlen(logmsg) - 3], "en\n") == 0); in logging_format() 210 read_log_msg(logmsg); in logging_format() 211 assert(strcmp(logmsg, "(EE) %s %d %u %% %p %i\n") == 0); in logging_format() 215 read_log_msg(logmsg); in logging_format() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/ |
| H A D | sort.src | 154 logmsg="Dhrystone 2 without register variables" 159 logmsg="Dhrystone 2 using register variables" 164 logmsg="Arithmetic Test (type = $bench): $options Iterations" 171 logmsg="Arithmetic Test (sqrt(2) with dc to 99 decimal places)" 175 logmsg="Recursion Test: Tower of Hanoi Problem" 181 logmsg="System Call Overhead Test: 5 x $options Calls" 185 logmsg="Pipe-based Context Switching Test: 2 x $options Switches" 188 logmsg="Pipe Throughput Test: read & write $options x 512 byte blocks" 191 logmsg="Process Creation Test: $options forks" 194 logmsg="Execl Throughput Test: $options execs" [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | manifest.py | 123 logmsg = msg+':\n'+'\n'.join(m_entry[k].missing) 124 self.logger.debug(logmsg) 126 self.fail(logmsg) 161 logmsg = msg+':\n'+'\n'.join(m_entry.missing) 162 self.logger.debug(logmsg) 164 self.fail(logmsg)
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_proto_sctp.c | 332 const char *logmsg; in sctp_error() local 335 logmsg = "nf_ct_sctp: short packet "; in sctp_error() 342 logmsg = "nf_ct_sctp: failed to read header "; in sctp_error() 347 logmsg = "nf_ct_sctp: bad CRC "; in sctp_error() 354 nf_l4proto_log_invalid(skb, state->net, state->pf, IPPROTO_SCTP, "%s", logmsg); in sctp_error()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/ |
| H A D | 0001-daemon.c-Libtirpc-porting-fixes.patch | 17 @@ -117,7 +117,7 @@ void logmsg(int prio, const char *fmt, ...)
|
| H A D | alternate_rpc_ports.patch | 151 logmsg(LOG_INFO,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/ |
| H A D | CVE-2022-38725-0002.patch | 104 +#include "logmsg/logmsg.h"
|
| /OK3568_Linux_fs/buildroot/package/pound/ |
| H A D | 0002-fix-openssl-1.1.0.patch | 284 logmsg(LOG_WARNING, "thr_RSAgen() lock: %s", strerror(ret_val)); 291 logmsg(LOG_WARNING,"RSA_generate(%d, 512) failed", n); 296 logmsg(LOG_WARNING,"RSA_generate(%d, 1024) failed", n);
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/ |
| H A D | WRITING_TESTS | 24 * "logmsg": the full name to display for this test.
|
| /OK3568_Linux_fs/kernel/tools/power/pm-graph/ |
| H A D | bootgraph.py | 684 if sysvals.testlog and sysvals.logmsg: 685 hf.write('<div id="testlog" style="display:none;">\n'+sysvals.logmsg+'</div>\n')
|
| H A D | sleepgraph.py | 125 logmsg = '' variable in SystemValues 316 self.logmsg = '' 319 self.logmsg += msg+'\n' 2570 if sv.logmsg and sv.testlog: 4679 if sysvals.testlog and sysvals.logmsg: 4680 hf.write('<div id="testlog" style="display:none;">\n'+sysvals.logmsg+'</div>\n')
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20190824.patch.gz | 1# ncurses 6.1 - patch 20190824 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20191214.patch.gz | 1# ncurses 6.1 - patch 20191214 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190609-patch.sh.bz2 | 1#!/bin/sh
2# Use this script to patch ncurses 6.1 to 6.1 ( ... |
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-cleanup.patch | 2054 extern void logmsg();
|