Home
last modified time | relevance | path

Searched refs:ERR_RET (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l151 ERR_RET [eE][rR][rR]
285 {ERR_RET} {
286 return ERR_RET;
H A Dtestlang_parse.y178 %token <string> ERR_RET
387 | ERR_RET { assign_rets(ret_err, NULL); }
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_ctx.c268 #define DEFINE_OSSL_get(PREFIX, FIELD, TYPE, ERR_RET) \ in DEFINE_OSSL_set() argument
273 return ERR_RET; \ in DEFINE_OSSL_set()