Searched refs:wend (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/apps/lib/ |
H A D | win32_init.c | 144 WCHAR *warg, *wend, *p; in win32_utf8argv() local 179 warg = wend = p; in win32_utf8argv() 217 *wend++ = L'\\'; in win32_utf8argv() 224 *wend++ = *p++; in win32_utf8argv() 227 *wend++ = L'\\'; in win32_utf8argv() 238 *wend++ = *p++; in win32_utf8argv() 247 *wend++ = *p++; in win32_utf8argv() 251 wlen = wend - warg; in win32_utf8argv()
|
/freebsd/contrib/kyua/utils/process/ |
H A D | fdstream_test.cpp | 56 std::ostream wend(&wbuf); in ATF_TEST_CASE_BODY() local 60 wend << "1Test 1message\n"; in ATF_TEST_CASE_BODY() 61 wend.flush(); in ATF_TEST_CASE_BODY()
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_exp.c | 172 int i, j, bits, ret = 0, wstart, wend, window, wvalue; in BN_mod_exp_recp() local 244 wend = 0; /* The bottom bit of the window */ in BN_mod_exp_recp() 273 wend = 0; in BN_mod_exp_recp() 278 wvalue <<= (i - wend); in BN_mod_exp_recp() 280 wend = i; in BN_mod_exp_recp() 285 j = wend + 1; in BN_mod_exp_recp() 298 wstart -= wend + 1; in BN_mod_exp_recp() 315 int i, j, bits, ret = 0, wstart, wend, window, wvalue; in BN_mod_exp_mont() local 397 wend = 0; /* The bottom bit of the window */ in BN_mod_exp_mont() 431 wend = 0; in BN_mod_exp_mont() [all …]
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | add-random-users.c | 49 char *wbuf = NULL, *wptr = NULL, *wend = NULL; in read_words() local 64 if (wptr + len + 1 >= wend) { in read_words() 66 wend = wbuf + WORDBUF_SIZE; in read_words()
|
/freebsd/usr.sbin/rwhod/ |
H A D | rwhod.c | 447 struct whoent *we, *wend; in sender_process() local 456 wend = &mywd.wd_we[1024 / sizeof(struct whoent)]; in sender_process() 458 while ((ut = getutxent()) != NULL && we < wend) { in sender_process() 475 wend = we; in sender_process() 476 for (we = mywd.wd_we; we < wend; we++) { in sender_process() 484 cc = (char *)wend - (char *)&mywd; in sender_process()
|
/freebsd/usr.bin/grep/ |
H A D | util.c | 503 wchar_t wbegin, wend; in procline() local 569 wbegin = wend = L' '; in procline() 577 "%lc", &wend) != 1) in procline() 580 iswword(wend)) in procline()
|
/freebsd/share/dict/ |
H A D | web2 | 231509 wend
|