Searched refs:STRCEQ (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/amd/amd/
H A Damfs_nfsl.c115 if (!STRCEQ(ho, am_get_hostname()) && !STRCEQ(ho, hostd)) {
232 if ((!STRCEQ(ho, am_get_hostname()) &&
233 !STRCEQ(ho, hostd)) || lstat(cp, &stb) < 0) {
H A Dopts.c651 selok = STRCEQ(*op->sel_p, opt);
/freebsd-11-stable/contrib/amd/include/
H A Dam_utils.h92 #define STRCEQ(s1, s2) (strcasecmp((s1), (s2)) == 0) macro

Completed in 112 milliseconds