Searched refs:_rl_strnicmp (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/readline/
H A Drldefs.h78 #define _rl_strnicmp strncasecmp macro
81 extern int _rl_strnicmp PARAMS((char *, char *, int));
H A Dutil.c238 if (_rl_strnicmp (s1 + i, s2, l) == 0)
282 _rl_strnicmp (string1, string2, count) function
H A Dbind.c958 if (rl_terminal_name && _rl_strnicmp (args, "term=", 5) == 0)
977 else if (_rl_strnicmp (args, "mode=", 5) == 0)
1557 if (_rl_strnicmp (value, "vi", 2) == 0)
1565 else if (_rl_strnicmp (value, "emacs", 5) == 0)
H A Dcomplete.c2021 (_rl_strnicmp (filename, entry->d_name, filename_len) == 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/readline/
H A Drldefs.h78 #define _rl_strnicmp strncasecmp macro
81 extern int _rl_strnicmp PARAMS((char *, char *, int));
H A Dutil.c238 if (_rl_strnicmp (s1 + i, s2, l) == 0)
282 _rl_strnicmp (string1, string2, count) function
H A Dbind.c958 if (rl_terminal_name && _rl_strnicmp (args, "term=", 5) == 0)
977 else if (_rl_strnicmp (args, "mode=", 5) == 0)
1557 if (_rl_strnicmp (value, "vi", 2) == 0)
1565 else if (_rl_strnicmp (value, "emacs", 5) == 0)
H A Dcomplete.c2021 (_rl_strnicmp (filename, entry->d_name, filename_len) == 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/readline/
H A Drldefs.h78 #define _rl_strnicmp strncasecmp macro
81 extern int _rl_strnicmp PARAMS((char *, char *, int));
H A Dutil.c238 if (_rl_strnicmp (s1 + i, s2, l) == 0)
282 _rl_strnicmp (string1, string2, count) function
H A Dbind.c958 if (rl_terminal_name && _rl_strnicmp (args, "term=", 5) == 0)
977 else if (_rl_strnicmp (args, "mode=", 5) == 0)
1557 if (_rl_strnicmp (value, "vi", 2) == 0)
1565 else if (_rl_strnicmp (value, "emacs", 5) == 0)
H A Dcomplete.c2021 (_rl_strnicmp (filename, entry->d_name, filename_len) == 0))

Completed in 100 milliseconds