/src/lib/libcurses/ |
delwin.c | 54 struct __winlist *wl, *pwl; local in function:delwin 82 pwl = NULL; 84 for (wl = screen->winlistp; wl; pwl = wl, wl = wl->nextp) { 87 if (pwl != NULL) 88 pwl->nextp = wl->nextp;
|
/src/lib/libcrypt/ |
md5crypt.c | 45 unsigned int i, sl, pwl; local in function:__md5crypt 50 pwl = strlen(pw); 69 UPDATE(&ctx, (const unsigned char *)pw, pwl); 79 UPDATE(&ctx1, (const unsigned char *)pw, pwl); 81 UPDATE(&ctx1, (const unsigned char *)pw, pwl); 84 for (pl = pwl; pl > 0; pl -= 16) 91 for (i = pwl; i != 0; i >>= 1) 115 UPDATE(&ctx1, (const unsigned char *)pw, pwl); 123 UPDATE(&ctx1, (const unsigned char *)pw, pwl); 128 UPDATE(&ctx1, (const unsigned char *)pw, pwl); [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
dc.h | 663 struct pwl_params pwl; member in union:dc_transfer_func::__anon04b895870b0a
|