Searched refs:bufc (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.bin/random/
H A Drandomize_fd.c102 size_t bufc, buflen; local
106 bufc = i = 0;
133 for (i = bufc; i <= buflen && bufleft >= 0; i++, bufleft--) {
137 memmove(buf, &buf[bufc], i - bufc);
138 i -= bufc;
139 bufc = 0;
185 slen = i - (u_long)bufc;
191 memmove(n->cp, &buf[bufc], slen);
194 bufc
[all...]
/freebsd-11-stable/lib/libcasper/services/cap_grp/tests/
H A Dgrp_test.c139 char bufs[1024], bufc[1024]; local
161 cap_getgrent_r(capgrp, &stc, bufc, sizeof(bufc), &grpc);
165 cap_getgrent_r(capgrp, &stc, bufc, sizeof(bufc), &grpc);
175 cap_getgrent_r(capgrp, &stc, bufc, sizeof(bufc), &grpc);
194 cap_getgrnam_r(capgrp, "wheel", &stc, bufc, sizeof(bufc), &grpc);
197 cap_getgrnam_r(capgrp, "operator", &stc, bufc, sizeo
[all...]
/freebsd-11-stable/lib/libcasper/services/cap_pwd/tests/
H A Dpwd_test.c153 char bufs[1024], bufc[1024]; local
174 cap_getpwent_r(cappwd, &stc, bufc, sizeof(bufc), &pwdc);
178 cap_getpwent_r(cappwd, &stc, bufc, sizeof(bufc), &pwdc);
187 cap_getpwent_r(cappwd, &stc, bufc, sizeof(bufc), &pwdc);
206 cap_getpwnam_r(cappwd, "root", &stc, bufc, sizeof(bufc), &pwdc);
209 cap_getpwnam_r(cappwd, "operator", &stc, bufc, sizeo
[all...]

Completed in 66 milliseconds