OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_rl_strnicmp
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/readline/readline/
rldefs.h
80
#define
_rl_strnicmp
strncasecmp
macro
83
extern int
_rl_strnicmp
(const char *, const char *, int);
util.c
327
if (
_rl_strnicmp
(s1 + i, s2, l) == 0)
370
_rl_strnicmp
(const char *string1, const char *string2, int count)
function
/src/external/gpl3/gdb.old/dist/readline/readline/
rldefs.h
80
#define
_rl_strnicmp
strncasecmp
macro
83
extern int
_rl_strnicmp
(const char *, const char *, int);
util.c
327
if (
_rl_strnicmp
(s1 + i, s2, l) == 0)
370
_rl_strnicmp
(const char *string1, const char *string2, int count)
function
Completed in 37 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026