Searched refs:wend (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/kyua/utils/process/
H A Dfdstream_test.cpp56 std::ostream wend(&wbuf);
60 wend << "1Test 1message\n";
61 wend.flush();
/freebsd-current/crypto/openssl/apps/lib/
H A Dwin32_init.c144 WCHAR *warg, *wend, *p; local
179 warg = wend = p;
217 *wend++ = L'\\';
224 *wend++ = *p++;
227 *wend++ = L'\\';
238 *wend++ = *p++;
247 *wend++ = *p++;
251 wlen = wend - warg;
/freebsd-current/crypto/heimdal/kadmin/
H A Dadd-random-users.c49 char *wbuf = NULL, *wptr = NULL, *wend = NULL; local
64 if (wptr + len + 1 >= wend) {
66 wend = wbuf + WORDBUF_SIZE;
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_exp.c172 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
244 wend = 0; /* The bottom bit of the window */
273 wend = 0;
278 wvalue <<= (i - wend);
280 wend = i;
284 /* wend is the size of the current window */
285 j = wend + 1;
298 wstart -= wend + 1;
315 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
397 wend
1314 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
[all...]
/freebsd-current/usr.sbin/rwhod/
H A Drwhod.c447 struct whoent *we, *wend; local
456 wend = &mywd.wd_we[1024 / sizeof(struct whoent)];
458 while ((ut = getutxent()) != NULL && we < wend) {
475 wend = we;
476 for (we = mywd.wd_we; we < wend; we++) {
484 cc = (char *)wend - (char *)&mywd;
/freebsd-current/usr.bin/grep/
H A Dutil.c480 wchar_t wbegin, wend; local
546 wbegin = wend = L' ';
554 "%lc", &wend) != 1)
557 iswword(wend))

Completed in 196 milliseconds