| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
| H A D | rename_strings_variable.patch | 13 - STRINGS="-Dstrchr=index -Dstrrchr=rindex -Dmemcmp=bcmp -Dno_memcpy" \ 14 + STRINGS_FLAGS="-Dstrchr=index -Dstrrchr=rindex -Dmemcmp=bcmp -Dno_memcpy" \ 20 # strchr/strrchr/memcmp routines, but comes with index/rindex/bcmp. 22 -#STRINGS= -Dstrchr=index -Dstrrchr=rindex -Dmemcmp=bcmp -Dno_memcpy 23 +#STRINGS_FLAGS= -Dstrchr=index -Dstrrchr=rindex -Dmemcmp=bcmp -Dno_memcpy
|
| /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/ |
| H A D | strings.h | 76 extern char *rindex (char *__s, int __c) 78 extern const char *rindex (const char *__s, int __c) 83 rindex (char *__s, int __c) __THROW in rindex() function 89 rindex (const char *__s, int __c) __THROW in rindex() function 96 extern char *rindex (const char *__s, int __c)
|
| /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/ |
| H A D | strings.h | 76 extern char *rindex (char *__s, int __c) 78 extern const char *rindex (const char *__s, int __c) 83 rindex (char *__s, int __c) __THROW in rindex() function 89 rindex (const char *__s, int __c) __THROW in rindex() function 96 extern char *rindex (const char *__s, int __c)
|
| /OK3568_Linux_fs/buildroot/package/mii-diag/ |
| H A D | 0001-strchr.patch | 1 Use the strrchr() function instead of the deprecated rindex() 10 - char *progname = rindex(argv[0], '/') ? rindex(argv[0], '/')+1 : argv[0];
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-sc18is602.c | 45 int rindex; /* Receive data index in buffer */ member 75 hw->rindex = 0; in sc18is602_txrx() 88 hw->rindex = hw->tlen - 1; in sc18is602_txrx() 96 hw->rindex = hw->tlen - 1; in sc18is602_txrx() 113 int rlen = hw->rindex + len; in sc18is602_txrx() 123 memcpy(t->rx_buf, &hw->buffer[hw->rindex], len); in sc18is602_txrx()
|
| /OK3568_Linux_fs/kernel/drivers/soc/ti/ |
| H A D | k3-ringacc.c | 124 u32 rindex; member 873 ring->state.rindex); in k3_ringacc_ring_access_io() 923 elem_ptr = k3_ringacc_get_elm_addr(ring, ring->state.rindex); in k3_ringacc_ring_pop_mem() 927 ring->state.rindex = (ring->state.rindex + 1) % ring->size; in k3_ringacc_ring_pop_mem() 932 ring->state.occ, ring->state.rindex, elem_ptr); in k3_ringacc_ring_pop_mem() 987 ring->state.rindex); in k3_ringacc_ring_pop() 1010 ring->state.occ, ring->state.rindex); in k3_ringacc_ring_pop_tail()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/ |
| H A D | 0009-support-apxs.in-force-destdir-to-be-empty-string.patch | 34 -my $ddi = rindex($0, "@exp_bindir@"); 40 +#my $ddi = rindex($0, "@exp_bindir@");
|
| /OK3568_Linux_fs/buildroot/package/lockfile-progs/ |
| H A D | 0001-sus3v-legacy.patch | 7 - char *cmd_name = rindex(argv[0], '/');
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | zglobal.h | 100 # define strrchr rindex
|
| /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 | system.h | 1090 #undef rindex 1091 #pragma GCC poison bcopy bzero bcmp rindex
|
| H A D | builtins.def | 713 DEF_EXT_LIB_BUILTIN (BUILT_IN_RINDEX, "rindex", BT_FN_STRING_CONST_STRING_INT, ATTR_PURE_NOTHROW…
|
| /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 | system.h | 1090 #undef rindex 1091 #pragma GCC poison bcopy bzero bcmp rindex
|
| H A D | builtins.def | 713 DEF_EXT_LIB_BUILTIN (BUILT_IN_RINDEX, "rindex", BT_FN_STRING_CONST_STRING_INT, ATTR_PURE_NOTHROW…
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/ |
| H A D | sis_main.c | 4352 u16 index, rindex, memtype = 0; in sisfb_post_sis300() local 4378 rindex = index + 0x54; in sisfb_post_sis300() 4379 v1 = bios[rindex++]; in sisfb_post_sis300() 4380 v2 = bios[rindex++]; in sisfb_post_sis300() 4381 v3 = bios[rindex++]; in sisfb_post_sis300() 4382 rindex = index + 0x7c; in sisfb_post_sis300() 4383 v4 = bios[rindex++]; in sisfb_post_sis300() 4384 v5 = bios[rindex++]; in sisfb_post_sis300() 4385 v6 = bios[rindex++]; in sisfb_post_sis300()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | hdac_hdmi.c | 1026 struct snd_soc_dapm_route *route, int rindex) in hdac_hdmi_add_pinmux_cvt_route() argument 1038 hdac_hdmi_fill_route(&route[rindex], in hdac_hdmi_add_pinmux_cvt_route() 1043 rindex++; in hdac_hdmi_add_pinmux_cvt_route()
|
| /OK3568_Linux_fs/buildroot/package/cpio/ |
| H A D | 0002-Rewrite-dynamic-string-support.patch | 415 -#define ds_rindex(s, c) rindex ((s)->ds_string, c)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/cpio/cpio-2.13/ |
| H A D | CVE-2021-38185.patch | 419 -#define ds_rindex(s, c) rindex ((s)->ds_string, c)
|
| /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/share/info/ |
| H A D | libc.info-16 | 1639 * rindex: (libc)Search Functions. 4144 * rindex: Search Functions. (line 353)
|
| H A D | libc.info-2 | 1639 * rindex: (libc)Search Functions. 7042 -- Function: char * rindex (const char *STRING, int C) 7047 ‘rindex’ is another name for ‘strrchr’; they are exactly the same. 7049 while ‘rindex’ is a BSD invention which never was available on System V
|
| H A D | dir | 1529 * rindex: (libc)Search Functions.
|
| H A D | libc.info-14 | 1639 * rindex: (libc)Search Functions.
|
| /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/share/info/ |
| H A D | libc.info-16 | 1639 * rindex: (libc)Search Functions. 4144 * rindex: Search Functions. (line 353)
|
| H A D | libc.info-2 | 1639 * rindex: (libc)Search Functions. 7042 -- Function: char * rindex (const char *STRING, int C) 7047 ‘rindex’ is another name for ‘strrchr’; they are exactly the same. 7049 while ‘rindex’ is a BSD invention which never was available on System V
|
| H A D | dir | 1529 * rindex: (libc)Search Functions.
|
| H A D | libc.info-14 | 1639 * rindex: (libc)Search Functions.
|