HomeSort by: relevance | last modified time | path
    Searched defs:Strcmp (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/
history.c 69 #define Strcmp(d, s) strcmp(d, s)
87 #define Strcmp(d, s) wcscmp(d, s)
540 Strcmp(h->list.next->ev.str, str) == 0)
  /src/bin/csh/
csh.h 97 #define eq(a, b) (Strcmp(a, b) == 0)
490 #define Strcmp(a, b) strcmp(a, b)
510 #define Strcmp(a, b) s_strcmp(a, b)

Completed in 13 milliseconds