Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/yocto/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 */
/OK3568_Linux_fs/yocto/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 */
/OK3568_Linux_fs/buildroot/package/busybox/
H A D0003-libbb-sockaddr2str-ensure-only-printable-characters-.patch4 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 Dbusybox_1.35.0.bb50 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 Dbad-nonprintable.bconf1 # Non printable
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-app/
H A Dxkbprint_1.0.5.bb3 DESCRIPTION = "xkbprint generates a printable or encapsulated PostScript \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libdata/
H A Dlibdata-hexdump-perl_0.02.bb6 of each line shows the printable characters \
/OK3568_Linux_fs/buildroot/package/lvgl/lvgl/
H A D0002-Increase-width-and-height-limits.patch25 non-printable character*/
/OK3568_Linux_fs/yocto/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 */
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A Dsmb.conf221 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 Dtreestruct.def24 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 Dtreestruct.def24 DEFTREESTRUCT(enumeration value, printable name).
/OK3568_Linux_fs/kernel/fs/
H A Dexec.c1688 #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 Ddir45 * 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 Ddir45 * strings: (binutils)strings. List printable strings from
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A DKconfig30 Collect DSS IRQ statistics, printable via debugfs.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A DKconfig41 Collect DSS IRQ statistics, printable via debugfs.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0005-adb-add-base64-implementation.patch107 + 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 D0001-CVE-2021-42574.patch19 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 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
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Ddev-kmsg85 all non-printable characters and '\' itself in the log message
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-script-perl.txt211 nsecs_str($nsecs) - returns printable string in the form secs.nsecs
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dnetconsole.rst168 Non printable characters in <message text> are escaped using "\xff"

123