Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libparse/
H A Dparse.c95 Strcmp( in Strcmp() function
H A Dparsestreams.c155 Strcmp( in Strcmp() function
/freebsd/contrib/libedit/
H A Dhistory.c69 #define Strcmp(d, s) strcmp(d, s) macro
87 #define Strcmp(d, s) wcscmp(d, s) macro
/freebsd/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