Home
last modified time | relevance | path

Searched refs:printable (Results 1 – 25 of 46) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D13_shlib_weaksym.patch135 - 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 D0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch4 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 Dbad-nonprintable.bconf1 # Non printable
/openbmc/qemu/tests/qapi-schema/
H A Dstring-code-point-127.json1 # We accept printable ASCII: code points 32..126. Test code point 127:
H A Dstring-code-point-31.json1 # We accept printable ASCII: code points 32..126. Test code point 127:
/openbmc/openbmc/poky/meta/recipes-core/busybox/
H A Dbusybox_1.37.0.bb49 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 Dxkbprint_1.0.7.bb3 DESCRIPTION = "xkbprint generates a printable or encapsulated PostScript \
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdata/
H A Dlibdata-hexdump-perl_0.02.bb6 of each line shows the printable characters \
/openbmc/qemu/scripts/ci/
H A Dgitlab-ci-section16 # The description can be any printable text without newlines; this is
/openbmc/qemu/tests/unit/
H A Dpkix_asn1_tab.c.inc638 {"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 D0002-Fix-configure-when-bin-sh-is-not-bash.patch9 Content-Transfer-Encoding: quoted-printable
H A D0001-Fix-build-with-musl.patch9 Content-Transfer-Encoding: quoted-printable
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0009-vmcore-dmesg.c-work-around-missing-imaxdiv.patch56 /* escape non-printable characters */
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A Dsmb.conf221 printable = yes
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/
H A Dsmack.py300 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 Dexec.c1744 #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 DKconfig30 Collect DSS IRQ statistics, printable via debugfs.
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A DKconfig38 Collect DSS IRQ statistics, printable via debugfs.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0005-adb-add-base64-implementation.patch109 + 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 D0001-bundle-own-base64-encode-decode-functions.patch118 + 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 Dqcow2_format.py337 if all(c in string.printable.encode(
/openbmc/linux/Documentation/ABI/testing/
H A Ddev-kmsg85 all non-printable characters and '\' itself in the log message
/openbmc/linux/Documentation/filesystems/caching/
H A Dbackend-api.rst158 * ``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 Dhtx_hardbootme_test.robot97 # And save it in printable (compact) format.
/openbmc/linux/tools/perf/Documentation/
H A Dperf-script-perl.txt211 nsecs_str($nsecs) - returns printable string in the form secs.nsecs

12