Home
last modified time | relevance | path

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

/dports/misc/amanda-server/amanda-3.3.9/common-src/
H A Damanda.h682 #define strncmp_const(str, cnst) \ macro
/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Damanda.h682 #define strncmp_const(str, cnst) \ macro
/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dmod_gnutls.c3152 #define strncmp_const(s,cs) strncmp((s),(cs),sizeof(cs)-1) in mod_gnutls_ssl_conf_ciphersuites() macro
H A Dmod_mbedtls.c3420 #define strncmp_const(s,cs) strncmp((s),(cs),sizeof(cs)-1) in mod_mbedtls_ssl_conf_ciphersuites() macro