Searched defs:Strcmp (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ntp/libparse/ |
H A D | parse.c | 95 Strcmp( in Strcmp() function
|
H A D | parsestreams.c | 155 Strcmp( in Strcmp() function
|
/freebsd/contrib/libedit/ |
H A D | history.c | 69 #define Strcmp(d, s) strcmp(d, s) macro 87 #define Strcmp(d, s) wcscmp(d, s) macro
|
/freebsd/contrib/tcsh/ |
H A D | sh.h | 1114 #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
|