HomeSort by relevance Sort by last modified time
    Searched refs:Strncmp (Results 1 - 3 of 3) sorted by null

  /external/libedit/src/
chartype.h 107 #define Strncmp(s,v,n) wcsncmp(s,v,n)
162 #define Strncmp(s,v,n) strncmp(s,v,n)
common.c 745 if ((Strncmp(hp, el->el_line.buffer, (size_t)
800 if ((Strncmp(hp, el->el_line.buffer, (size_t)
history.c 751 if (strncmp(line, hist_cookie, sz) != 0)
903 if (Strncmp(str, ev->str, len) == 0)
921 if (Strncmp(str, ev->str, len) == 0)

Completed in 49 milliseconds