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

  /src/external/bsd/ntp/dist/libparse/
parse.c 97 Strcmp(
792 if (!Strcmp(dct->parseformat.parse_buffer, clockformats[i]->name))
parsestreams.c 157 Strcmp(
960 if (dname && !Strcmp(dname, "zs"))
989 if (dname && !Strcmp(dname, "zs"))
1202 if (!Strcmp(dname, parseinfo.st_rdinit->qi_minfo->mi_idname))
1285 if (!Strcmp(dname, parseinfo.st_rdinit->qi_minfo->mi_idname))
  /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 28 milliseconds