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

/freebsd-11-stable/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-11-stable/crypto/openssl/crypto/bn/
H A Dbn_exp.c276 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
347 wend = 0; /* The bottom bit of the window */
369 wend = 0;
374 wvalue <<= (i - wend);
376 wend = i;
380 /* wend is the size of the current window */
381 j = wend + 1;
394 wstart -= wend + 1;
411 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
496 wend
1362 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
[all...]
/freebsd-11-stable/usr.bin/grep/
H A Dutil.c465 wchar_t wbegin, wend; local
486 wend = L' ';
487 if (sscanf(&pc->ln.dat[0], "%lc", &wend) == 1 &&
488 !iswword(wend))
544 wbegin = wend = L' ';
552 "%lc", &wend) != 1)
555 iswword(wend))
/freebsd-11-stable/usr.sbin/rwhod/
H A Drwhod.c459 struct whoent *we, *wend; local
468 wend = &mywd.wd_we[1024 / sizeof(struct whoent)];
470 while ((ut = getutxent()) != NULL && we < wend) {
487 wend = we;
488 for (we = mywd.wd_we; we < wend; we++) {
496 cc = (char *)wend - (char *)&mywd;

Completed in 73 milliseconds