bin/csh/csh.h
491
#define Strncmp(a, b, c) strncmp(a, b, c)
bin/csh/csh.h
511
#define Strncmp(a, b, c) s_strncmp(a, b, c)
lib/libedit/history.c
70
#define Strncmp(d, s, n) strncmp(d, s, n)
lib/libedit/history.c
88
#define Strncmp(d, s, n) wcsncmp(d, s, n)