Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dhttp_test.c214 char rtext[sizeof(DOCTYPE_HTML)]; in test_http_method() local
216 res = TEST_int_eq(BIO_gets(rsp, rtext, sizeof(rtext)), in test_http_method()
218 && TEST_str_eq(rtext, DOCTYPE_HTML); in test_http_method()
220 char rtext[sizeof(text1) + 1 /* more space than needed */]; in test_http_method() local
222 res = TEST_int_eq(BIO_gets(rsp, rtext, sizeof(rtext)), in test_http_method()
224 && TEST_str_eq(rtext, text1); in test_http_method()
/freebsd/sys/net80211/
H A Dieee80211_hwmp.c1273 struct ieee80211_mesh_route *rtext = NULL; in hwmp_recv_prep() local
1403 rtext = ieee80211_mesh_rt_find(vap, in hwmp_recv_prep()
1405 if (rtext == NULL) { in hwmp_recv_prep()
1406 rtext = ieee80211_mesh_rt_add(vap, in hwmp_recv_prep()
1408 if (rtext == NULL) { in hwmp_recv_prep()
1418 rtext->rt_flags & IEEE80211_MESHRT_FLAGS_VALID ? in hwmp_recv_prep()
1421 rtext->rt_nhops, prep->prep_hopcount + 1, in hwmp_recv_prep()
1422 rtext->rt_metric, metric); in hwmp_recv_prep()
1424 rtext->rt_flags = IEEE80211_MESHRT_FLAGS_PROXY | in hwmp_recv_prep()
1426 IEEE80211_ADDR_COPY(rtext->rt_dest, in hwmp_recv_prep()
[all …]
/freebsd/contrib/sendmail/src/
H A Dusersmtp.c3177 reply(m, mci, e, timeout, pfunc, enhstat, rtype, rtext) in reply() argument
3185 char **rtext;
3378 if (NULL != rtext && firstline)
3379 *rtext = sm_rpool_strdup_x(e->e_rpool, SmtpReplyBuffer);