Home
last modified time | relevance | path

Searched refs:last_possible (Results 1 – 25 of 58) sorted by relevance

123

/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dmemmem.h28 const char *const last_possible = (const char *) haystack + haystack_len - needle_len; in td_memmem() local
40 for (begin = (const char *) haystack; begin <= last_possible; ++begin) in td_memmem()
/dports/multimedia/libxine/xine-lib-1.2.11/lib/
H A Dmemmem.c28 const char *const last_possible in xine_private_memmem() local
41 for (begin = (const char *) haystack; begin <= last_possible; ++begin) in xine_private_memmem()
/dports/devel/git-svn/git-2.34.1/compat/
H A Dmemmem.c7 const char *last_possible = begin + haystack_len - needle_len; in gitmemmem() local
26 for (; begin <= last_possible; begin++) { in gitmemmem()
/dports/devel/git-gui/git-2.34.1/compat/
H A Dmemmem.c7 const char *last_possible = begin + haystack_len - needle_len; in gitmemmem() local
26 for (; begin <= last_possible; begin++) { in gitmemmem()
/dports/devel/git-p4/git-2.34.1/compat/
H A Dmemmem.c7 const char *last_possible = begin + haystack_len - needle_len; in gitmemmem() local
26 for (; begin <= last_possible; begin++) { in gitmemmem()
/dports/devel/git/git-2.34.1/compat/
H A Dmemmem.c7 const char *last_possible = begin + haystack_len - needle_len; in gitmemmem() local
26 for (; begin <= last_possible; begin++) { in gitmemmem()
/dports/devel/git-cvs/git-2.34.1/compat/
H A Dmemmem.c7 const char *last_possible = begin + haystack_len - needle_len; in gitmemmem() local
26 for (; begin <= last_possible; begin++) { in gitmemmem()
/dports/devel/cgit/cgit-1.2.3/git/compat/
H A Dmemmem.c7 const char *last_possible = begin + haystack_len - needle_len; in gitmemmem() local
26 for (; begin <= last_possible; begin++) { in gitmemmem()
/dports/devel/libe/e-releases-0.11.0/
H A Dmemmem.h20 const char *last_possible = begin + haystack_len - needle_len; in memmem() local
39 for (; begin <= last_possible; begin++) { in memmem()
/dports/security/proxycheck/proxycheck-0.49a/
H A Dmemmem.c37 const char *const last_possible local
50 for (begin = (const char *) haystack; begin <= last_possible; ++begin)
/dports/lang/gcc12-devel/gcc-12-20211205/libiberty/
H A Dmemmem.c50 const char *const last_possible in memmem() local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin) in memmem()
/dports/lang/gcc8/gcc-8.5.0/libiberty/
H A Dmemmem.c50 const char *const last_possible in memmem() local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin) in memmem()
/dports/lang/gcc6-aux/gcc-6-20180516/libiberty/
H A Dmemmem.c50 const char *const last_possible in memmem() local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin) in memmem()
/dports/lang/gcc48/gcc-4.8.5/libiberty/
H A Dmemmem.c50 const char *const last_possible in memmem() local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin) in memmem()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/libiberty/
H A Dmemmem.c50 const char *const last_possible in memmem() local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin) in memmem()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libiberty/
H A Dmemmem.c50 const char *const last_possible in memmem() local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin) in memmem()
/dports/lang/gcc11/gcc-11.2.0/libiberty/
H A Dmemmem.c50 const char *const last_possible in memmem() local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin) in memmem()
/dports/lang/gcc10/gcc-10.3.0/libiberty/
H A Dmemmem.c50 const char *const last_possible in memmem() local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin) in memmem()
/dports/lang/gcc11-devel/gcc-11-20211009/libiberty/
H A Dmemmem.c50 const char *const last_possible in memmem() local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin) in memmem()
/dports/devel/arm-elf-binutils/binutils-2.37/libiberty/
H A Dmemmem.c50 const char *const last_possible in memmem() local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin) in memmem()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libiberty/
H A Dmemmem.c50 const char *const last_possible in memmem() local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin) in memmem()
/dports/devel/avr-gcc/gcc-10.2.0/libiberty/
H A Dmemmem.c50 const char *const last_possible in memmem() local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin) in memmem()
/dports/devel/avr-gdb/gdb-7.3.1/libiberty/
H A Dmemmem.c50 const char *const last_possible in memmem() local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin) in memmem()
/dports/lang/gnatdroid-binutils/binutils-2.27/libiberty/
H A Dmemmem.c50 const char *const last_possible in memmem() local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin) in memmem()
/dports/lang/gcc9-devel/gcc-9-20211007/libiberty/
H A Dmemmem.c50 const char *const last_possible in memmem() local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin) in memmem()

123