| /OK3568_Linux_fs/yocto/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 */
|
| /OK3568_Linux_fs/yocto/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 */
|
| /OK3568_Linux_fs/buildroot/package/busybox/ |
| H A D | 0003-libbb-sockaddr2str-ensure-only-printable-characters-.patch | 4 Subject: [PATCH] libbb: sockaddr2str: ensure only printable characters are 24 + /* ensure host contains only printable characters */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/ |
| H A D | busybox_1.35.0.bb | 50 file://0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch \ 51 file://0002-nslookup-sanitize-all-printed-strings-with-printable.patch \
|
| /OK3568_Linux_fs/kernel/tools/bootconfig/samples/ |
| H A D | bad-nonprintable.bconf | 1 # Non printable
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-app/ |
| H A D | xkbprint_1.0.5.bb | 3 DESCRIPTION = "xkbprint generates a printable or encapsulated PostScript \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libdata/ |
| H A D | libdata-hexdump-perl_0.02.bb | 6 of each line shows the printable characters \
|
| /OK3568_Linux_fs/buildroot/package/lvgl/lvgl/ |
| H A D | 0002-Increase-width-and-height-limits.patch | 25 non-printable character*/
|
| /OK3568_Linux_fs/yocto/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 */
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
| H A D | smb.conf | 221 printable = yes
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | treestruct.def | 24 DEFTREESTRUCT(enumeration value, printable name).
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | treestruct.def | 24 DEFTREESTRUCT(enumeration value, printable name).
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | exec.c | 1688 #define printable(c) (((c)=='\t') || ((c)=='\n') || (0x20<=(c) && (c)<=0x7e)) macro 1726 if (printable(bprm->buf[0]) && printable(bprm->buf[1]) && in search_binary_handler() 1727 printable(bprm->buf[2]) && printable(bprm->buf[3])) in search_binary_handler()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | dir | 45 * strings: (binutils)strings. List printable strings from
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | dir | 45 * strings: (binutils)strings. List printable strings from
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | Kconfig | 30 Collect DSS IRQ statistics, printable via debugfs.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/ |
| H A D | Kconfig | 41 Collect DSS IRQ statistics, printable via debugfs.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0005-adb-add-base64-implementation.patch | 107 + represented per printable character. (The extra 65th character, "=", 116 + Each 6-bit group is used as an index into an array of 64 printable
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0001-CVE-2021-42574.patch | 19 are non-printable) 58 * c-lex.c (c_lex_with_flags): When complaining about non-printable 279 +-fdiagnostics-escape-format=[unicode|bytes] Select how to escape non-printable-ASCII bytes in the … 375 + /* How should non-ASCII/non-printable bytes be escaped when 1344 +that are not printable ASCII when printing their pertinent source lines. 1349 +are not printable ASCII in the form @samp{<U+XXXX>}, and bytes that do not 1362 +Setting @var{FORMAT} to @samp{bytes} will display all non-printable-ASCII bytes 1875 + stop, relative to the start of DATA, and non-printable-ASCII characters 1897 + not occupy enough display columns. Non-printable-ASCII characters 2117 + as determined by POLICY.m_tabstop, and non-printable-ASCII characters
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | dev-kmsg | 85 all non-printable characters and '\' itself in the log message
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-script-perl.txt | 211 nsecs_str($nsecs) - returns printable string in the form secs.nsecs
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | netconsole.rst | 168 Non printable characters in <message text> are escaped using "\xff"
|