/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | 13_shlib_weaksym.patch | 135 - void (*hostname) (); /* address to printable hostname */ 136 - void (*hostaddr) (); /* address to printable address */ 139 + void (*hostname) (struct host_info *); /* address to printable hostname */ 140 + void (*hostaddr) (struct host_info *); /* address to printable address */ 196 -extern char *eval_hostname(); /* printable hostname */ 197 -extern char *eval_hostaddr(); /* printable host address */ 202 +extern char *eval_hostname(struct host_info *); /* printable hostname */ 203 +extern char *eval_hostaddr(struct host_info *); /* printable host address */ 214 -extern void sock_hostaddr(); /* address to printable address */ 219 +/* address to printable address */
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
H A D | 0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch | 4 Subject: [PATCH 1/2] libbb: sockaddr2str: ensure only printable characters are 23 + /* ensure host contains only printable characters */
|
/openbmc/linux/tools/bootconfig/samples/ |
H A D | bad-nonprintable.bconf | 1 # Non printable
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | string-code-point-127.json | 1 # We accept printable ASCII: code points 32..126. Test code point 127:
|
H A D | string-code-point-31.json | 1 # We accept printable ASCII: code points 32..126. Test code point 127:
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/ |
H A D | busybox_1.37.0.bb | 49 file://0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch \ 50 file://0002-nslookup-sanitize-all-printed-strings-with-printable.patch \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/ |
H A D | xkbprint_1.0.7.bb | 3 DESCRIPTION = "xkbprint generates a printable or encapsulated PostScript \
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdata/ |
H A D | libdata-hexdump-perl_0.02.bb | 6 of each line shows the printable characters \
|
/openbmc/qemu/scripts/ci/ |
H A D | gitlab-ci-section | 16 # The description can be any printable text without newlines; this is
|
/openbmc/qemu/tests/unit/ |
H A D | pkix_asn1_tab.c.inc | 638 {"printable", 538968066, "PrintableString"}, 648 {"printable", 538968066, "PrintableString"}, 732 {"printable-code", 538968066, "PrintableString"}, 748 {"printable-address", 1814052875, 0}, 765 {"printable-string", 1814052866, "PrintableString"},
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
H A D | 0002-Fix-configure-when-bin-sh-is-not-bash.patch | 9 Content-Transfer-Encoding: quoted-printable
|
H A D | 0001-Fix-build-with-musl.patch | 9 Content-Transfer-Encoding: quoted-printable
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | 0009-vmcore-dmesg.c-work-around-missing-imaxdiv.patch | 56 /* escape non-printable characters */
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
H A D | smb.conf | 221 printable = yes
|
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/ |
H A D | smack.py | 300 new_ambient = ''.join(filter(lambda x: x in string.printable, output)) 301 initial_ambient = ''.join(filter(lambda x: x in string.printable, initial_ambient))
|
/openbmc/linux/fs/ |
H A D | exec.c | 1744 #define printable(c) (((c)=='\t') || ((c)=='\n') || (0x20<=(c) && (c)<=0x7e)) macro 1782 if (printable(bprm->buf[0]) && printable(bprm->buf[1]) && in search_binary_handler() 1783 printable(bprm->buf[2]) && printable(bprm->buf[3])) in search_binary_handler()
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | Kconfig | 30 Collect DSS IRQ statistics, printable via debugfs.
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | Kconfig | 38 Collect DSS IRQ statistics, printable via debugfs.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
H A D | 0005-adb-add-base64-implementation.patch | 109 + represented per printable character. (The extra 65th character, "=", 118 + Each 6-bit group is used as an index into an array of 64 printable
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd/ |
H A D | 0001-bundle-own-base64-encode-decode-functions.patch | 118 + represented per printable character. (The extra 65th character, "=", 127 + Each 6-bit group is used as an index into an array of 64 printable
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | qcow2_format.py | 337 if all(c in string.printable.encode(
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | dev-kmsg | 85 all non-printable characters and '\' itself in the log message
|
/openbmc/linux/Documentation/filesystems/caching/ |
H A D | backend-api.rst | 158 * ``key`` - A printable string with no '/' characters in it that represents 277 This contains a printable name for the cache backend driver plus a number of
|
/openbmc/openbmc-test-automation/systest/ |
H A D | htx_hardbootme_test.robot | 97 # And save it in printable (compact) format.
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-script-perl.txt | 211 nsecs_str($nsecs) - returns printable string in the form secs.nsecs
|