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

/freebsd-13-stable/contrib/ntp/libparse/
H A Dparse.c95 Strcmp( function
H A Dparsestreams.c155 Strcmp( function
/freebsd-13-stable/contrib/libedit/
H A Dhistory.c68 #define Strcmp(d, s) strcmp(d, s) macro
86 #define Strcmp(d, s) wcscmp(d, s) macro
/freebsd-13-stable/contrib/tcsh/
H A Dsh.h1114 #define Strcmp(a, b) strcmp(a, b) macro
1137 #define Strcmp(a, b) wcscmp(a, b) macro
1147 #define Strcmp(a, b) s_strcmp(a, b) macro

Completed in 65 milliseconds