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

/freebsd-12-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-12-stable/lib/libcasper/services/cap_grp/tests/
H A Dgrp_test.c142 char bufs[1024], bufc[1024]; local
164 cap_getgrent_r(capgrp, &stc, bufc, sizeof(bufc), &grpc);
168 cap_getgrent_r(capgrp, &stc, bufc, sizeof(bufc), &grpc);
178 cap_getgrent_r(capgrp, &stc, bufc, sizeof(bufc), &grpc);
197 cap_getgrnam_r(capgrp, "wheel", &stc, bufc, sizeof(bufc), &grpc);
200 cap_getgrnam_r(capgrp, "operator", &stc, bufc, sizeo
[all...]
/freebsd-12-stable/lib/libcasper/services/cap_pwd/tests/
H A Dpwd_test.c156 char bufs[1024], bufc[1024]; local
177 cap_getpwent_r(cappwd, &stc, bufc, sizeof(bufc), &pwdc);
181 cap_getpwent_r(cappwd, &stc, bufc, sizeof(bufc), &pwdc);
190 cap_getpwent_r(cappwd, &stc, bufc, sizeof(bufc), &pwdc);
209 cap_getpwnam_r(cappwd, "root", &stc, bufc, sizeof(bufc), &pwdc);
212 cap_getpwnam_r(cappwd, "operator", &stc, bufc, sizeo
[all...]

Completed in 40 milliseconds