Searched refs:Strncmp (Results 1 – 3 of 3) sorted by relevance
/external/libedit/src/ |
D | chartype.h | 107 #define Strncmp(s,v,n) wcsncmp(s,v,n) macro 162 #define Strncmp(s,v,n) strncmp(s,v,n) macro
|
D | common.c | 745 if ((Strncmp(hp, el->el_line.buffer, (size_t) in ed_search_prev_history() 800 if ((Strncmp(hp, el->el_line.buffer, (size_t) in ed_search_next_history()
|
D | history.c | 903 if (Strncmp(str, ev->str, len) == 0) in history_prev_string() 921 if (Strncmp(str, ev->str, len) == 0) in history_next_string()
|