Searched defs:Strcmp (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/lib/libedit/ |
| D | chartype.h | 97 #define Strcmp(s,v) wcscmp(s,v) macro 147 #define Strcmp(s,v) strcmp(s,v) macro
|
| /freebsd-9-stable/contrib/ntp/libparse/ |
| D | parse.c | 95 Strcmp( in Strcmp() function
|
| D | parsestreams.c | 155 Strcmp( in Strcmp() function
|
| /freebsd-9-stable/contrib/tcsh/ |
| D | sh.h | 1102 #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
|