| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/inetutils/inetutils/ |
| H A D | CVE-2022-39028.patch | 13 * telnetd/state.c (telrcv): Handle zero slctab[SLC_EC].sptr and 14 zero slctab[SLC_EL].sptr. 38 - ch = *slctab[SLC_EC].sptr; 40 + if (slctab[SLC_EC].sptr) 41 + ch = *slctab[SLC_EC].sptr; 44 - ch = *slctab[SLC_EL].sptr; 46 + if (slctab[SLC_EL].sptr) 47 + ch = *slctab[SLC_EL].sptr;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/ |
| H A D | debug.c | 1085 char *sptr, *token; in ath6kl_regwrite_write() local 1094 sptr = buf; in ath6kl_regwrite_write() 1096 token = strsep(&sptr, "="); in ath6kl_regwrite_write() 1106 if (kstrtou32(sptr, 0, ®_val)) in ath6kl_regwrite_write() 1400 char *sptr, *token; in ath6kl_create_qos_write() local 1413 sptr = buf; in ath6kl_create_qos_write() 1415 token = strsep(&sptr, " "); in ath6kl_create_qos_write() 1421 token = strsep(&sptr, " "); in ath6kl_create_qos_write() 1427 token = strsep(&sptr, " "); in ath6kl_create_qos_write() 1433 token = strsep(&sptr, " "); in ath6kl_create_qos_write() [all …]
|
| /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 | cfg.h | 137 auto_flag (T *sptr) in auto_flag() argument 139 m_sptr = sptr; in auto_flag() 140 int free_bit = ffs_hwi (~*sptr); in auto_flag() 151 gcc_checking_assert ((*sptr & m_flag) == 0); in auto_flag() 152 *sptr |= m_flag; in auto_flag()
|
| /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 | cfg.h | 137 auto_flag (T *sptr) in auto_flag() argument 139 m_sptr = sptr; in auto_flag() 140 int free_bit = ffs_hwi (~*sptr); in auto_flag() 151 gcc_checking_assert ((*sptr & m_flag) == 0); in auto_flag() 152 *sptr |= m_flag; in auto_flag()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | ip_options.c | 93 unsigned char *sptr, *dptr; in __ip_options_echo() local 102 sptr = skb_network_header(skb); in __ip_options_echo() 106 optlen = sptr[sopt->rr+1]; in __ip_options_echo() 107 soffset = sptr[sopt->rr+2]; in __ip_options_echo() 109 memcpy(dptr, sptr+sopt->rr, optlen); in __ip_options_echo() 120 optlen = sptr[sopt->ts+1]; in __ip_options_echo() 121 soffset = sptr[sopt->ts+2]; in __ip_options_echo() 123 memcpy(dptr, sptr+sopt->ts, optlen); in __ip_options_echo() 157 unsigned char *start = sptr+sopt->srr; in __ip_options_echo() 189 optlen = sptr[sopt->cipso+1]; in __ip_options_echo() [all …]
|
| /OK3568_Linux_fs/kernel/net/9p/ |
| H A D | protocol.c | 139 char **sptr = va_arg(ap, char **); in p9pdu_vreadf() local 147 *sptr = kmalloc(len + 1, GFP_NOFS); in p9pdu_vreadf() 148 if (*sptr == NULL) { in p9pdu_vreadf() 152 if (pdu_read(pdu, *sptr, len)) { in p9pdu_vreadf() 154 kfree(*sptr); in p9pdu_vreadf() 155 *sptr = NULL; in p9pdu_vreadf() 157 (*sptr)[len] = 0; in p9pdu_vreadf() 384 const char *sptr = va_arg(ap, const char *); in p9pdu_vwritef() local 386 if (sptr) in p9pdu_vwritef() 387 len = min_t(size_t, strlen(sptr), in p9pdu_vwritef() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/ |
| H A D | g450_pll.c | 264 unsigned int *sptr; in g450_findworkingpll() local 268 sptr = sarray; in g450_findworkingpll() 271 *sptr++ = mnp - 8; in g450_findworkingpll() 274 *sptr++ = mnp + 8; in g450_findworkingpll() 276 *sptr = mnp; in g450_findworkingpll() 278 while (sptr >= sarray) { in g450_findworkingpll() 279 unsigned int mnp = *sptr--; in g450_findworkingpll()
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpsrv.c | 1160 char *dest, *sptr, *dptr; in AVreplace() local 1164 sptr = src->av_val; in AVreplace() 1165 while (sptr < srcend && (sptr = strstr(sptr, orig->av_val))) in AVreplace() 1168 sptr += orig->av_len; in AVreplace() 1175 sptr = src->av_val; in AVreplace() 1177 while (sptr < srcend && (sptr = strstr(sptr, orig->av_val))) in AVreplace() 1179 n = sptr - srcbeg; in AVreplace() 1184 sptr += orig->av_len; in AVreplace() 1185 srcbeg = sptr; in AVreplace()
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | tape_core.c | 916 unsigned int *sptr; in tape_dump_sense_dbf() local 926 sptr = (unsigned int *) irb->ecw; in tape_dump_sense_dbf() 927 DBF_EVENT(3, "%08x %08x\n", sptr[0], sptr[1]); in tape_dump_sense_dbf() 928 DBF_EVENT(3, "%08x %08x\n", sptr[2], sptr[3]); in tape_dump_sense_dbf() 929 DBF_EVENT(3, "%08x %08x\n", sptr[4], sptr[5]); in tape_dump_sense_dbf() 930 DBF_EVENT(3, "%08x %08x\n", sptr[6], sptr[7]); in tape_dump_sense_dbf()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | xprCursor.c | 76 uint8_t *srow, *sptr; in load_cursor() local 137 sptr = srow; in load_cursor() 146 s = *sptr++; in load_cursor()
|
| /OK3568_Linux_fs/u-boot/board/congatec/cgtqmx6eval/ |
| H A D | cgtqmx6eval.c | 974 unsigned char *sptr = src; in conv_ascii() local 978 if (*sptr) { in conv_ascii() 979 *dptr = *sptr; in conv_ascii() 982 sptr++; in conv_ascii()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_debug.c | 87 static void cyttsp5_debug_print(struct device *dev, u8 *pr_buf, u8 *sptr, in cyttsp5_debug_print() argument 100 scnprintf(pr_buf + j, CY_MAX_PRBUF_SIZE - j, "%02X ", sptr[i]); in cyttsp5_debug_print()
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | scu.c | 27 u32 sptr; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcmutils.h | 585 #define STRUCT_SIZE_THROUGH(sptr, fname) \ argument 586 (((uint8*)&((sptr)->fname) - (uint8*)(sptr)) + sizeof((sptr)->fname))
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcmutils.h | 585 #define STRUCT_SIZE_THROUGH(sptr, fname) \ argument 586 (((uint8*)&((sptr)->fname) - (uint8*)(sptr)) + sizeof((sptr)->fname))
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcmutils.h | 585 #define STRUCT_SIZE_THROUGH(sptr, fname) \ argument 586 (((uint8*)&((sptr)->fname) - (uint8*)(sptr)) + sizeof((sptr)->fname))
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | unwind.c | 924 unsigned long *sptr = (unsigned long *)UNW_SP(frame); in arc_unwind() local 926 for (i = 0; i < 20; i++, sptr++) in arc_unwind() 927 unw_debug("0x%p: 0x%lx\n", sptr, *sptr); in arc_unwind()
|
| /OK3568_Linux_fs/kernel/drivers/net/hippi/ |
| H A D | rrunner.c | 1474 u32 localctrl, sptr, len, tmp; in rr_load_firmware() local 1544 sptr = rr_read_eeprom_word(rrpriv, eptr); in rr_load_firmware() 1553 dev->name, i, sptr, len, segptr); in rr_load_firmware() 1557 writel(sptr, ®s->WinBase); in rr_load_firmware() 1562 sptr += 4; in rr_load_firmware()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmutils.h | 696 #define STRUCT_SIZE_THROUGH(sptr, fname) \ argument 697 (((uint8*)&((sptr)->fname) - (uint8*)(sptr)) + sizeof((sptr)->fname))
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmutils.h | 696 #define STRUCT_SIZE_THROUGH(sptr, fname) \ argument 697 (((uint8*)&((sptr)->fname) - (uint8*)(sptr)) + sizeof((sptr)->fname))
|
| /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/finclude/ |
| H A D | openacc.f90 | 1070 character (kind=c_char, len=1), pointer, contiguous :: sptr (:) 1087 call c_f_pointer (cptr, sptr, [clen]) 1091 string (i:i) = sptr (i)
|
| /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/finclude/ |
| H A D | openacc.f90 | 1070 character (kind=c_char, len=1), pointer, contiguous :: sptr (:) 1087 call c_f_pointer (cptr, sptr, [clen]) 1091 string (i:i) = sptr (i)
|
| /OK3568_Linux_fs/buildroot/package/gnuradio/ |
| H A D | 0002-boost_qualify_placeholders_with_their_full_namespace.patch | 521 @@ -65,10 +65,14 @@ async_decoder_impl::async_decoder_impl(generic_decoder::sptr my_decoder, 542 @@ -64,7 +64,9 @@ async_encoder_impl::async_encoder_impl(generic_encoder::sptr my_encoder, 553 @@ -74,7 +76,9 @@ async_encoder_impl::async_encoder_impl(generic_encoder::sptr my_encoder,
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | sock.c | 1665 void *sptr = nsk->sk_security; in sock_copy() local 1673 nsk->sk_security = sptr; in sock_copy()
|