Home
last modified time | relevance | path

Searched refs:rindex (Results 1 – 25 of 60) sorted by relevance

123

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Drename_strings_variable.patch13 - 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 Dstrings.h76 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 Dstrings.h76 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 D0001-strchr.patch1 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 Dspi-sc18is602.c45 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 Dk3-ringacc.c124 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 D0009-support-apxs.in-force-destdir-to-be-empty-string.patch34 -my $ddi = rindex($0, "@exp_bindir@");
40 +#my $ddi = rindex($0, "@exp_bindir@");
/OK3568_Linux_fs/buildroot/package/lockfile-progs/
H A D0001-sus3v-legacy.patch7 - char *cmd_name = rindex(argv[0], '/');
/OK3568_Linux_fs/u-boot/common/
H A Dzglobal.h100 # 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 Dsystem.h1090 #undef rindex
1091 #pragma GCC poison bcopy bzero bcmp rindex
H A Dbuiltins.def713 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 Dsystem.h1090 #undef rindex
1091 #pragma GCC poison bcopy bzero bcmp rindex
H A Dbuiltins.def713 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 Dsis_main.c4352 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 Dhdac_hdmi.c1026 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 D0002-Rewrite-dynamic-string-support.patch415 -#define ds_rindex(s, c) rindex ((s)->ds_string, c)
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/cpio/cpio-2.13/
H A DCVE-2021-38185.patch419 -#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 Dlibc.info-161639 * rindex: (libc)Search Functions.
4144 * rindex: Search Functions. (line 353)
H A Dlibc.info-21639 * rindex: (libc)Search Functions.
7042 -- Function: char * rindex (const char *STRING, int C)
7047rindex’ 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 Ddir1529 * rindex: (libc)Search Functions.
H A Dlibc.info-141639 * 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 Dlibc.info-161639 * rindex: (libc)Search Functions.
4144 * rindex: Search Functions. (line 353)
H A Dlibc.info-21639 * rindex: (libc)Search Functions.
7042 -- Function: char * rindex (const char *STRING, int C)
7047rindex’ 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 Ddir1529 * rindex: (libc)Search Functions.
H A Dlibc.info-141639 * rindex: (libc)Search Functions.

123