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

/freebsd-9.3-release/contrib/ntp/libparse/
H A Dparse.c95 Strcmp( function
H A Dparsestreams.c155 Strcmp( function
/freebsd-9.3-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
/freebsd-9.3-release/lib/libedit/
H A Dchartype.h97 #define Strcmp(s,v) wcscmp(s,v) macro
147 #define Strcmp(s,v) strcmp(s,v) macro

Completed in 114 milliseconds