Home
last modified time | relevance | path

Searched refs:needle (Results 251 – 275 of 16333) sorted by last modified time

1...<<11121314151617181920>>...654

/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/sdl/include/
H A DLRSDL_stdinc.h272 extern DECLSPEC char * SDLCALL SDL_strstr(const char *haystack, const char *needle);
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/libretro/libretro-common/include/compat/
H A Dstrcasestr.h40 #define strcasestr(haystack, needle) strcasestr_retro__(haystack, needle) argument
42 char *strcasestr(const char *haystack, const char *needle);
/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/libmnemosyne/renderers/anki/template/
H A Dview.py94 def __contains__(self, needle): argument
95 return needle in self.context or hasattr(self, needle)
/dports/games/openbor/openbor-3caaddd5/engine/android/app/jni/openbor/include/sdl/
H A DSDL_stdinc.h469 extern DECLSPEC char *SDLCALL SDL_strstr(const char *haystack, const char *needle);
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/libc-0.2.68/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1093 needle: *const ::c_void, in memmem()
/dports/games/openbor4432/openbor-ba1eb4f/engine/android/jni/openbor/include/sdl/
H A DSDL_stdinc.h311 extern DECLSPEC char *SDLCALL SDL_strstr(const char *haystack, const char *needle);
/dports/games/polyglot/polyglot-1.4.70b/
H A Dutil.h161 const char needle[]);
/dports/games/powwow/powwow-1.2.17/
H A Dptr.h68 char *memfind __P ((char *hay, int haylen, char *needle, int needlelen));
H A Dptr.c454 char *memfind __P4 (char *,hay, int,haylen, char *,needle, int,needlelen) in __P4() argument
460 if (!needle || !needlelen) in __P4()
465 if ((tmp = memchr(hay, *needle, haylen))) { in __P4()
474 if (!memcmp(needle, tmp, needlelen)) in __P4()
/dports/games/netradiant/netradiant-20150621-src/radiant/
H A Dtexwindow.cpp639 bool endswith( const char *haystack, const char *needle ){ in endswith() argument
641 size_t ln = strlen( needle ); in endswith()
645 return !memcmp( haystack + ( lh - ln ), needle, ln ); in endswith()
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dcommon.c196 char *q_strcasestr(const char *haystack, const char *needle) in q_strcasestr() argument
200 c2f = *needle; in q_strcasestr()
217 c2 = needle[i]; in q_strcasestr()
/dports/games/evq3/evq3/code/SDL12/include/
H A DSDL_stdinc.h423 extern DECLSPEC char * SDLCALL SDL_strstr(const char *haystack, const char *needle);
/dports/games/toycars/toycars-0.3.10/toycars/src/
H A DCarGame.cpp123 needle = new NeedleImage(); in CarGame()
312 delete needle; in ~CarGame()
434 needle->setDegrees(0); in renderEveryTexture()
435 needle->draw(); in renderEveryTexture()
817 needle->setDegrees(player->car.getVelocity().x*5 - 90.0); in drawSpeedometer()
824 needle->draw(); in drawSpeedometer()
831 needle->setDegrees(player->car.getRPM()*0.1 - 90.0); in drawRPMMeter()
838 needle->draw(); in drawRPMMeter()
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dcommand.cpp1611 void strpos_(char *haystack, char *needle, int *occurence) in strpos_() argument
1616 if(haystack && needle) in strpos_()
1619 ptr = strstr(ptr, needle); in strpos_()
1623 ptr += strlen(needle); in strpos_()
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dxtra2.c6169 s16b master_search_for(player_type *p_ptr, s16b what, cptr needle, s16b offset) in master_search_for() argument
6176 int len = strlen(needle); in master_search_for()
6178 if (needle[0] == '^') in master_search_for()
6181 needle++; len--; in master_search_for()
6185 if ((exact && !my_strnicmp((HAYSTACK), needle, len)) || \ in master_search_for()
6186 (!exact && my_stristr((HAYSTACK), needle)) ) \ in master_search_for()
/dports/games/mangband/mangband-1.5.3/src/common/
H A Dz-util.c329 const char *my_stristr(const char *haystack, const char *needle) in my_stristr() argument
331 if ( !*needle ) in my_stristr()
337 if ( toupper(*haystack) == toupper(*needle) ) in my_stristr()
343 for ( h = haystack, n = needle; *h && *n; ++h, ++n ) in my_stristr()
H A Dz-util.h76 extern const char *my_stristr(const char *haystack, const char *needle);
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_vendor/urllib3/
H A Dfields.py87 r"|".join([re.escape(needle) for needle in needles_and_replacements.keys()])
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dcontacts.py117 def find_regex(self, haystack, needle): argument
118 regex = re.compile(needle)
/dports/editors/kibi/kibi-0.2.2/cargo-crates/libc-0.2.86/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs1510 needle: *const ::c_void, in memmem()
/dports/dns/dog/dog-0.1.0/cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs1498 needle: *const ::c_void, in memmem()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libc-0.2.79/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs1499 needle: *const ::c_void, in memmem()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libc-0.2.92/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs1586 needle: *const ::c_void, in memmem()
/dports/devel/phpunit9/
H A Dphpunit58436 $needle = '';
58453 $needle = $this->getCleanDiffLine($line);
58461 return $this->getLocationHint($needle, $sections);
58472 $needle = trim($needle);
58473 if (empty($needle)) {
58498 if (strpos($line, $needle) !== \false) {
73644 $constraint = new TraversableContainsIdentical($needle);
73649 $constraint = new TraversableContainsEqual($needle);
75077 $constraint = new StringContains($needle, \false);
75086 $constraint = new StringContains($needle, \true);
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/hof/doc/
H A Dconf.py82 needle = '#define ' + define
83 i = line.find(needle)
85 versions[di] = line[i+len(needle):].strip()

1...<<11121314151617181920>>...654