Home
last modified time | relevance | path

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

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