Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Dcsh.h490 #define Strcmp(a, b) strcmp(a, b) macro
510 #define Strcmp(a, b) s_strcmp(a, b) macro
/netbsd-src/external/bsd/ntp/dist/libparse/
H A Dparsestreams.c157 Strcmp( in Strcmp() function
/netbsd-src/lib/libedit/
H A Dhistory.c69 #define Strcmp(d, s) strcmp(d, s) macro
87 #define Strcmp(d, s) wcscmp(d, s) macro