Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dalist.c126 alist_el_t template, *retx; in alist_find() local
134 retx = ret; in alist_find()
135 *value = retx->ale_value; in alist_find()
/freebsd/crypto/heimdal/kpasswd/
H A Dkpasswdd.c709 krb5_ssize_t retx; in doit() local
712 retx = select (maxfd + 1, &fdset, NULL, NULL, NULL); in doit()
713 if (retx < 0) { in doit()
724 retx = recvfrom(sockets[i], buf, sizeof(buf), 0, in doit()
726 if (retx < 0) { in doit()
736 buf, retx); in doit()
/freebsd/crypto/heimdal/lib/hx509/
H A Dhxtool.c804 int retx; in certificate_copy() local
805 retx = hx509_certs_append(context, certs, inlock, argv[0]); in certificate_copy()
806 if (retx) in certificate_copy()
807 hx509_err(context, 1, retx, "hx509_certs_append"); in certificate_copy()