Home
last modified time | relevance | path

Searched refs:idn (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libidn/libidn/
H A D0001-idn-format-security-warnings.patch1 Subject: [PATCH] idn: fix printf() format security warnings
6 | ../../libidn-1.32/src/idn.c: In function 'main':
7 | ../../libidn-1.32/src/idn.c:172:7: error: format not a string literal and no format arguments [-W…
10 | ../../libidn-1.32/src/idn.c:187:5: error: format not a string literal and no format arguments [-W…
13 | ../../libidn-1.32/src/idn.c:202:4: error: format not a string literal and no format arguments [-W…
16 | ../../libidn-1.32/src/idn.c:220:8: error: format not a string literal and no format arguments [-W…
19 | ../../libidn-1.32/src/idn.c:245:8: error: format not a string literal and no format arguments [-W…
22 | ../../libidn-1.32/src/idn.c:281:6: error: format not a string literal and no format arguments [-W…
25 | ../../libidn-1.32/src/idn.c:340:6: error: format not a string literal and no format arguments [-W…
28 | ../../libidn-1.32/src/idn.c:364:6: error: format not a string literal and no format arguments [-W…
[all …]
H A Ddont-depend-on-help2man.patch11 -dist_man_MANS = idn.1 $(gdoc_MANS)
15 -idn.1: $(top_srcdir)/src/idn.c $(top_srcdir)/src/idn.ggo \
19 - --output=$@ $(top_builddir)/src/idn$(EXEEXT)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libidn/
H A Dlibidn_1.36.bb12 file://src/idn.c;endline=20;md5=7d88aa87b0494d690bdf7748fe08d536"
19 file://0001-idn-format-security-warnings.patch \
27 PACKAGES =+ "idn"
28 FILES:idn = "${bindir}/*"
31 LICENSE:idn = "GPL-3.0-or-later"
/OK3568_Linux_fs/buildroot/package/mutt/
H A Dmutt.mk27 MUTT_CONF_OPTS += --with-idn2 --without-idn
30 MUTT_CONF_OPTS += --with-idn --without-idn2
32 MUTT_CONF_OPTS += --without-idn --without-idn2
/OK3568_Linux_fs/buildroot/package/libidn/
H A DConfig.in12 bool "idn binary"
14 Install idn command line tool
H A Dlibidn.mk18 rm -f $(TARGET_DIR)/usr/bin/idn
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pidgin/
H A Dpidgin_2.14.2.bb23 PACKAGECONFIG ??= "gnutls consoleui avahi dbus idn nss \
36 PACKAGECONFIG[idn] = "--enable-idn,--disable-idn,libidn"
/OK3568_Linux_fs/u-boot/drivers/ufs/
H A Dufs.c964 u8 idn, u8 index, u8 selector) in ufshcd_init_query() argument
971 (*request)->upiu_req.idn = idn; in ufshcd_init_query()
980 enum flag_idn idn, bool *flag_res) in ufshcd_query_flag() argument
987 ufshcd_init_query(hba, &request, &response, opcode, idn, index, in ufshcd_query_flag()
1019 __func__, idn, err); in ufshcd_query_flag()
1033 enum flag_idn idn, bool *flag_res) in ufshcd_query_flag_retry() argument
1039 ret = ufshcd_query_flag(hba, opcode, idn, flag_res); in ufshcd_query_flag_retry()
1051 __func__, opcode, idn, ret, retries); in ufshcd_query_flag_retry()
1057 enum desc_idn idn, u8 index, u8 selector, in __ufshcd_query_descriptor() argument
1078 ufshcd_init_query(hba, &request, &response, opcode, idn, index, in __ufshcd_query_descriptor()
[all …]
H A Dufs.h385 __u8 idn; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/
H A Dsdbus-c++-libsystemd_250.3.bb51 PACKAGECONFIG ??= "gshadow idn"
52 PACKAGECONFIG:remove:libc-musl = " gshadow idn"
54 PACKAGECONFIG[idn] = "-Didn=true,-Didn=false"
/OK3568_Linux_fs/buildroot/package/gnutls/
H A Dgnutls.mk57 GNUTLS_CONF_OPTS += --with-idn
60 GNUTLS_CONF_OPTS += --without-idn
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gnutls/
H A Dgnutls_3.7.4.bb37 PACKAGECONFIG[libidn] = "--with-idn,--without-idn,libidn2"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/dnsmasq/
H A Ddnsmasq.inc27 PACKAGECONFIG[idn] = ",,libidn"
33 ${@bb.utils.contains('PACKAGECONFIG', 'idn', '-DHAVE_IDN', '', d)} \
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshcd.h1166 enum desc_idn idn, u8 index,
1176 enum attr_idn idn, u8 index, u8 selector, u32 *attr_val);
1178 enum query_opcode opcode, enum attr_idn idn, u8 index, u8 selector,
1181 enum flag_idn idn, u8 index, bool *flag_res);
1183 enum query_opcode opcode, enum flag_idn idn, u8 index, bool *flag_res);
H A Dufs-sysfs.c883 static inline bool ufshcd_is_wb_flags(enum flag_idn idn) in ufshcd_is_wb_flags() argument
885 return ((idn >= QUERY_FLAG_IDN_WB_EN) && in ufshcd_is_wb_flags()
886 (idn <= QUERY_FLAG_IDN_WB_BUFF_FLUSH_DURING_HIBERN8)); in ufshcd_is_wb_flags()
943 static inline bool ufshcd_is_wb_attrs(enum attr_idn idn) in ufshcd_is_wb_attrs() argument
945 return ((idn >= QUERY_ATTR_IDN_WB_FLUSH_STATUS) && in ufshcd_is_wb_attrs()
946 (idn <= QUERY_ATTR_IDN_CURR_WB_BUFF_SIZE)); in ufshcd_is_wb_attrs()
H A Dufs_bsg.c13 int desc_id = qr->idn; in ufs_bsg_get_query_desc_size()
H A Dufshcd.c2977 enum query_opcode opcode, u8 idn, u8 index, u8 selector) in ufshcd_init_query() argument
2984 (*request)->upiu_req.idn = idn; in ufshcd_init_query()
2990 enum query_opcode opcode, enum flag_idn idn, u8 index, bool *flag_res) in ufshcd_query_flag_retry() argument
2996 ret = ufshcd_query_flag(hba, opcode, idn, index, flag_res); in ufshcd_query_flag_retry()
3008 __func__, opcode, idn, ret, retries); in ufshcd_query_flag_retry()
3024 enum flag_idn idn, u8 index, bool *flag_res) in ufshcd_query_flag() argument
3035 ufshcd_init_query(hba, &request, &response, opcode, idn, index, in ufshcd_query_flag()
3067 __func__, idn, err); in ufshcd_query_flag()
3094 enum attr_idn idn, u8 index, u8 selector, u32 *attr_val) in ufshcd_query_attr() argument
3111 ufshcd_init_query(hba, &request, &response, opcode, idn, index, in ufshcd_query_attr()
[all …]
/OK3568_Linux_fs/kernel/include/uapi/scsi/
H A Dscsi_bsg_ufs.h47 __u8 idn; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/
H A Dscsi_bsg_ufs.h47 __u8 idn; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/
H A Dscsi_bsg_ufs.h47 __u8 idn; member
/OK3568_Linux_fs/buildroot/package/msmtp/
H A Dmsmtp.mk11 MSMTP_CONF_OPTS = --disable-gai-idn
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/
H A Dsystemd_250.5.bb77 idn \
105 idn \
151 PACKAGECONFIG[idn] = "-Didn=true,-Didn=false"