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

  /src/bin/csh/
csh.h 491 #define Strncmp(a, b, c) strncmp(a, b, c)
511 #define Strncmp(a, b, c) s_strncmp(a, b, c)
dir.c 222 (len = Strlen(hp), Strncmp(hp, dp->di_name, len) == 0) &&
850 (Strncmp(p1, cp, len) != 0 || (cp[len] != '/' && cp[len] != '\0'))) {
  /src/lib/libedit/
history.c 70 #define Strncmp(d, s, n) strncmp(d, s, n)
88 #define Strncmp(d, s, n) wcsncmp(d, s, n)
794 if (strncmp(line, hist_cookie, (size_t)sz) != 0)
968 if (Strncmp(str, ev->str, len) == 0)
986 if (Strncmp(str, ev->str, len) == 0)

Completed in 13 milliseconds