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

/freebsd-10.0-release/contrib/ntp/libparse/
H A Dparse.c95 Strcmp( function
H A Dparsestreams.c155 Strcmp( function
/freebsd-10.0-release/lib/libedit/
H A Dchartype.h104 #define Strcmp(s,v) wcscmp(s,v) macro
154 #define Strcmp(s,v) strcmp(s,v) macro
/freebsd-10.0-release/contrib/tcsh/
H A Dsh.h1102 #define Strcmp(a, b) strcmp(a, b) macro
1125 #define Strcmp(a, b) wcscmp(a, b) macro
1135 #define Strcmp(a, b) s_strcmp(a, b) macro

Completed in 200 milliseconds