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

  /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)
func.c 105 (i = Strcmp(cp, str2short(bp->bname))) == 0)
578 (i = Strcmp(cp, str2short(sp->s_name))) == 0)
803 if ((Strcmp(wp, STRif) == 0) || (Strcmp(wp, STRwhile) == 0)
804 || (Strcmp(wp, STRswitch) == 0))
set.c 469 (cmp = Strcmp(name, v->v_name))))
520 (f = Strcmp(name, c->v_name)) == 0) {
glob.c 934 return (int)Strcmp(*a, *b);
lex.c 899 if (Strcmp(tword, otword) == 0) {
  /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)

Completed in 43 milliseconds