| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/ |
| H A D | 0001-openbox-xdg-autostart-convert-to-python3.patch | 27 - print 28 - print >>sys.stderr, "ERROR:", ME, "requires PyXDG to be installed" 29 - print 30 + print() 31 + print("ERROR:", ME, "requires PyXDG to be installed", file=sys.stderr) 32 + print() 40 - print "Invalid .desktop file: " + path 41 + print("Invalid .desktop file: " + path) 49 - print "\t ", str 50 + print("\t ", str) [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/ |
| H A D | test.pl-adjust-for-ptest.patch | 25 -BEGIN {print "1..5\n";} 26 -END {print "not ok 1\n" unless $loaded;} 27 +BEGIN {print "Start testing for libauthen-radius-perl\n";} 28 +END {print "\nFAIL: test1\n" unless $loaded;} 31 -print "ok 1\n"; 32 +print "\nPASS: test1\n"; 36 @@ -19,26 +19,31 @@ print "ok 1\n"; 45 print "Make sure this machine is in your Radius clients file!\n"; 46 -print "Enter hostname[:port] of your Radius server: "; chomp ($host = <STDIN>); 47 -print "Enter shared-secret of your Radius server: "; chomp ($secret = <STDIN>); [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/ |
| H A D | 0001-team_basic_test.py-switch-to-python3.patch | 29 - print "Usage: team_basic_test.py [OPTION...]" 30 - print "" 31 - print " -h, --help print this message" 32 - print " -c, --loop-count=NUMBER number of loops (default 1)" 33 - print " -p, --port=NETDEV port device (can be defined multiple times)" 34 + print("Usage: team_basic_test.py [OPTION...]") 35 + print("") 36 + print(" -h, --help print this message") 37 + print(" -c, --loop-count=NUMBER number of loops (default 1)") 38 + print(" -p, --port=NETDEV port device (can be defined multiple times)") [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/manual/ |
| H A D | abat.patch | 10 - XPID=$( ps ax | awk '{print $1, $5}' | grep glxgears | awk '{print $1}') 11 + XPID=$( ps | awk '{print $1, $5}' | grep glxgears | awk '{print $1}') 23 -XPID=$( ps ax | awk '{print $1, $5}' | egrep "X$|Xorg$" | awk '{print $1}') 24 +XPID=$( ps | awk '{print $1, $6}' | egrep "X$|Xorg$" | awk '{print $1}') 36 -PXID=$(ps ax |awk '{print $1,$5}' |egrep "Xorg$|X$" |grep -v grep | awk '{print $1}') 37 +PXID=$(ps |awk '{print $1,$6}' |egrep "Xorg$|X$" |grep -v grep | awk '{print $1}') 59 - XPID=$( ps ax | awk '{print $1, $5}' | egrep "X$|Xorg$" |grep -v grep| awk '{print $1}') 60 + XPID=$( ps | awk '{print $1, $6}' | egrep "X$|Xorg$" |grep -v grep| awk '{print $1}')
|
| /openbmc/bios-bmc-smm-error-logger/src/rde/ |
| H A D | external_storer_file.cpp | 60 stdplus::print(stderr, "Invalid path detected: {}\n", folderPath); in createFolder() 66 stdplus::print(stderr, "no directory at {}, creating.\n", in createFolder() 70 stdplus::print(stderr, "Failed to create a folder at {}\n", in createFolder() 99 stdplus::print(stderr, "Invalid path detected: {}\n", filePath); in removeAll() 131 stdplus::print(stderr, "JSON parse error: \n{}\n", e.what()); in publishJson() 139 stdplus::print(stderr, "@odata.type field doesn't exist in:\n {}\n", in publishJson() 182 stdplus::print(stderr, in processLogEntry() 196 stdplus::print( in processLogEntry() 215 stdplus::print(stderr, "Creating CPER file under path: {}. \n", in processLogEntry() 219 stdplus::print(stderr, in processLogEntry() [all …]
|
| H A D | rde_handler.cpp | 41 stdplus::print(stderr, "Invalid command type\n"); in decodeRdeCommand() 56 stdplus::print( in operationInitRequest() 79 stdplus::print( in operationInitRequest() 89 stdplus::print(stderr, "Operation not supported\n"); in operationInitRequest() 96 stdplus::print(stderr, "Payload should fit in within the request\n"); in operationInitRequest() 103 stdplus::print(stderr, in operationInitRequest() 112 stdplus::print(stderr, "Annotation dictionary not found\n"); in operationInitRequest() 138 stdplus::print(stderr, "BEJ decoding failed.\n"); in operationInitRequest() 145 stdplus::print(stderr, "Failed to write to ExternalStorer.\n"); in operationInitRequest() 156 stdplus::print( in multiPartReceiveResp() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/files/ |
| H A D | 0001-wireshark-src-improve-reproducibility.patch | 22 print("/*") 23 print(" * Do not modify this file. Changes will be overwritten.") 24 - print(" * Generated automatically from %s" % (sys.argv[0])) 25 + print(" * Generated automatically from %s" % (os.path.basename(sys.argv[0]))) 26 print(" */\n") 28 print("""
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/ |
| H A D | disable-libxml2-check.patch | 22 -print "Checking for ability to link against xml2..."; 24 - print "yes\n"; 27 - print "no\n"; 28 - print "Checking for ability to link against libxml2..."; 30 - print "yes\n"; 33 - print STDERR <<"DEATH"; 48 +#print "Checking for ability to link against xml2..."; 50 +# print "yes\n"; 53 +# print "no\n"; 54 +# print "Checking for ability to link against libxml2..."; [all …]
|
| /openbmc/bios-bmc-smm-error-logger/src/ |
| H A D | main.cpp | 46 stdplus::print(stderr, "Async wait failed {}\n", error.message()); in readLoop() 56 stdplus::print( in readLoop() 72 stdplus::print(stdout, "UE log processed successfully.\n"); in readLoop() 84 stdplus::print( in readLoop() 108 stdplus::print( in readLoop() 116 stdplus::print( in readLoop() 122 stdplus::print( in readLoop() 130 stdplus::print( in readLoop() 138 stdplus::print( in readLoop() 145 stdplus::print( in readLoop() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/ |
| H A D | new-test-inotify.patch | 79 + print("ACTUAL:") 80 + print("") 83 + print(event) 85 + print("") 87 + print("EXPECTED:") 88 + print("") 91 + print(event) 121 + print("ACTUAL:") 122 + print("") 125 + print(event) [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/accountsservice/accountsservice/ |
| H A D | accountsservice-23.13.9-c99-fixes.patch | 19 subprojects/packagefiles/mocklibc-print-indent.diff | 13 +++++++++++++ 21 create mode 100644 subprojects/packagefiles/mocklibc-print-indent.diff 32 +diff_files = mocklibc-print-indent.diff 33 diff --git a/subprojects/packagefiles/mocklibc-print-indent.diff b/subprojects/packagefiles/mocklib… 37 +++ b/subprojects/packagefiles/mocklibc-print-indent.diff 39 +diff -up mocklibc-1.0/src/netgroup-debug.c.print-indent mocklibc-1.0/src/netgroup-debug.c 40 +--- mocklibc-1.0/src/netgroup-debug.c.print-indent 2023-04-11 10:20:53.717381559 -0400
|
| /openbmc/openbmc/meta-security/recipes-mac/AppArmor/files/ |
| H A D | 0001-fail.py-handle-missing-cgitb.patch | 42 print('', file=sys.stderr) 58 print(''.join(traceback.format_exception(*exc_info)), file=sys.stderr) 59 - print('', file=sys.stderr) 60 print('An unexpected error occurred!', file=sys.stderr) 61 print('', file=sys.stderr) 62 - print('For details, see %s' % file.name, file=sys.stderr) 64 + print('For details, see %s' % file.name, file=sys.stderr) 65 …print('Please consider reporting a bug at https://gitlab.com/apparmor/apparmor/-/issues', file=sys… 66 - print('and attach this file.', file=sys.stderr) 68 + print('and attach this file.', file=sys.stderr)
|
| /openbmc/qemu/disas/ |
| H A D | capstone.c | 108 fprintf_function print = info->fprintf_func; in cap_dump_insn_units() local 115 print(stream, " %08x", ldl_be_p(insn->bytes + i)); in cap_dump_insn_units() 120 print(stream, " %08x", ldl_le_p(insn->bytes + i)); in cap_dump_insn_units() 128 print(stream, " %04x", lduw_be_p(insn->bytes + i)); in cap_dump_insn_units() 132 print(stream, " %04x", lduw_le_p(insn->bytes + i)); in cap_dump_insn_units() 139 print(stream, " %02x", insn->bytes[i]); in cap_dump_insn_units() 147 fprintf_function print = info->fprintf_func; in cap_dump_insn() local 151 print(stream, "0x%08" PRIx64 ": ", insn->address); in cap_dump_insn() 163 print(stream, "%*s", width, ""); in cap_dump_insn() 167 print(stream, " %-8s %s\n", insn->mnemonic, insn->op_str); in cap_dump_insn() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
| H A D | cross-clang.patch | 11 -KLIBCCPPFLAGS += -isystem $(shell $(KLIBCCC) $(KLIBCCFLAGS) --print-file-name=include) 14 + -I$(shell $(KLIBCCC) $(KLIBCCFLAGS) --print-file-name=include) 22 …$(shell $(KLIBCCC) $(KLIBCCFLAGS) $(if $(filter gcc,$(cc-name)),--print-libgcc,--print-libgcc-file… 23 +KLIBCLIBGCC_DEF := $(shell $(KLIBCCC) $(KLIBCCFLAGS) --print-libgcc-file-name)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/debootstrap/debootstrap/ |
| H A D | 0003-do-not-hardcode-the-full-path-of-dpkg.patch | 25 dpkg --print-architecture >/dev/null 2>&1; then 26 - HOST_ARCH=$(/usr/bin/dpkg --print-architecture) 27 + HOST_ARCH=$(dpkg --print-architecture) 29 udpkg --print-architecture >/dev/null 2>&1; then 30 HOST_ARCH=$(/usr/bin/udpkg --print-architecture)
|
| /openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
| H A D | organize_distro_discovery.patch | 61 - print STDERR "$err Couldn't determine Mandrake/Mandriva version! Setting to 10.1!\n"; 71 - print STDERR "$err Couldn't determine Immunix version! Setting to 6.2!\n"; 90 - print STDERR "$err Could not determine Fedora version! Setting to Fedora Core 8\n"; 104 + print STDERR "$err Could not infer Mandrake/Mandriva version! Setting to 10.1!\n"; 114 + print STDERR "$err Could not infer Immunix version! Setting to 6.2!\n"; 144 + print STDERR "$err Could not infer Fedora version! Setting to Fedora Core 8\n"; 174 - print STDERR "$err Could not determine CentOS version! Setting to Red Hat Enterprise 4 AS.\n… 180 - print STDERR "$err Couldn't determine Red Hat version! Setting to 9!\n"; 191 - print STDERR "$err System is not running a stable Debian GNU/Linux version. Setting to $stable.\… 215 + print STDERR "$err Could not infer CentOS version! Setting to Red Hat Enterprise 4 AS.\n"; [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test/ |
| H A D | 0001-gcov_merge.py-scov_merge.py-switch-to-python3.patch | 30 - print str 31 + print(str) 53 - print 'Usage: %s <gcov graph files>' % (sys.argv[0]) 54 + print('Usage: %s <gcov graph files>' % (sys.argv[0])) 76 - print str 77 + print(str) 99 - print 'Usage: %s <severities coverage files>' % (sys.argv[0]) 100 + print('Usage: %s <severities coverage files>' % (sys.argv[0]))
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/ |
| H A D | 0002-add-an-option-to-specify-iptables-location.patch | 47 - print("Found '%s'" % iptables_exe) 56 - print("ERROR: could not find required binary 'iptables'", file=sys.stderr) 61 - print("ERROR: could not find required binary '%s'" % (e), file=sys.stderr) 66 + print("INFO: iptables manually set: '%s'" % (iptables_exe)) 78 + print("Found '%s'" % iptables_exe) 86 + print("ERROR: could not find required binary 'iptables'", file=sys.stderr) 94 -print("Found '%s' version '%s'" % (iptables_exe, version)) 96 - print("WARN: version '%s' has limited IPv6 support. See README for details." % (version), file… 99 + print("ERROR: could not find required binary '%s'" % (e), file=sys.stderr) 107 + print("Found '%s' version '%s'" % (iptables_exe, version)) [all …]
|
| /openbmc/google-ipmi-sys/ |
| H A D | google_accel_oob.cpp | 56 stdplus::print(stderr, "AccelOob DeviceCount command too small: {}\n", in accelOobDeviceCount() 63 stdplus::print( in accelOobDeviceCount() 97 stdplus::print(stderr, "AccelOob DeviceName command too small: {}\n", in accelOobDeviceName() 104 stdplus::print( in accelOobDeviceName() 117 stdplus::print(stderr, in accelOobDeviceName() 200 stdplus::print(stderr, in accelOobRead() 212 stdplus::print(stderr, "AccelOob Read command too small: {}B < {}B\n", in accelOobRead() 219 stdplus::print(stderr, in accelOobRead() 264 stdplus::print(stderr, "AccelOob Write command too small: {}B < {}B\n", in accelOobWrite() 271 stdplus::print(stderr, in accelOobWrite()
|
| H A D | handler.cpp | 84 stdplus::print( in isBmcInBareMetalMode() 95 stdplus::print( in isBmcInBareMetalMode() 109 stdplus::print( in isBmcInBareMetalMode() 116 stdplus::print( in isBmcInBareMetalMode() 151 stdplus::print(stderr, "Invalid or illegal name: '{}'\n", name); in getRxPackets() 158 stdplus::print(stderr, "Path: '{}' doesn't exist.\n", path); in getRxPackets() 188 stdplus::print(stderr, "Path: '{}' doesn't exist.\n", opath.str()); in getCpldVersion() 216 stdplus::print(stderr, "Invalid version.\n"); in getCpldVersion() 235 stdplus::print(stderr, "Unable to open file for output.\n"); in psuResetDelay() 242 stdplus::print(stderr, "Write failed\n"); in psuResetDelay() [all …]
|
| H A D | cable.cpp | 53 stdplus::print(stderr, "Invalid command length: {}\n", data.size()); in cableCheck() 63 stdplus::print(stderr, "Invalid string length: {}\n", in cableCheck() 71 stdplus::print(stderr, "*dataLen too small: {}\n", data.size()); in cableCheck()
|
| /openbmc/qemu/util/ |
| H A D | qemu-progress.c | 32 void (*print)(void); member 57 state.print = progress_simple_print; in progress_simple_init() 105 state.print = progress_dummy_print; in progress_dummy_init() 160 state.print(); in qemu_progress_print()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/bison/bison/ |
| H A D | add-with-bisonlocaledir.patch | 8 'bison --print-localedir', we add option --with-bisonlocaledir 13 make use of the output of 'bison --print-localedir'. 46 dnl and accepts the --print-localedir option. 48 - if (${YACC-${BISON-:}} --print-localedir) >/dev/null 2>&1; then 49 + if test -z "$BISON_LOCALEDIR" -a ${YACC-${BISON-:}} --print-localedir >/dev/null 2>&1; then 50 BISON_LOCALEDIR=`${YACC-${BISON-:}} --print-localedir`
|
| /openbmc/google-ipmi-sys/bifurcation/ |
| H A D | bifurcation_static.cpp | 52 stdplus::print(stderr, "Unable to open file {} for bifurcation.\n", in getBifurcation() 64 stdplus::print( in getBifurcation() 80 stdplus::print(stderr, in getBifurcation()
|
| /openbmc/openbmc/poky/meta/recipes-extended/parted/ |
| H A D | parted_3.6.bb | 28 oe_runmake -C tests print-align print-max dup-clobber duplicate fs-resize print-flags 48 for i in print-align print-max print-flags dup-clobber duplicate fs-resize; \
|