Home
last modified time | relevance | path

Searched defs:Strcmp (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/ntp/libparse/
H A Dparse.c95 Strcmp( in Strcmp() function
H A Dparsestreams.c155 Strcmp( in Strcmp() function
/freebsd-src/contrib/libedit/
H A Dhistory.c68 #define Strcmp(d, s) strcmp(d, s) macro
86 #define Strcmp(d, s) wcscmp(d, s) macro
/freebsd-src/contrib/tcsh/
H A Dsh.h1114 #define Strcmp(a, b) strcmp(a, b) macro
1137 #define Strcmp(a, b) wcscmp(a, b) macro
1147 #define Strcmp(a, b) s_strcmp(a, b) macro