Searched refs:temp_buf (Results 1 – 4 of 4) sorted by relevance
/freebsd/tools/regression/fsx/ |
H A D | fsx.c | 99 char *temp_buf; /* a pointer to the current data */ variable 362 if (memcmp(good_buf + offset, temp_buf, size) != 0) { in check_buffers() 368 t = temp_buf[i]; in check_buffers() 371 bad = short_at(&temp_buf[i]); in check_buffers() 374 op = temp_buf[offset & 1 ? i+1 : i]; in check_buffers() 471 iret = read(fd, temp_buf, size); in doread() 554 memcpy(temp_buf, p + pg_offset, size); in domapread() 1195 temp_buf = (char *) malloc(maxoplen); in main() 1196 memset(temp_buf, '\0', maxoplen); in main()
|
/freebsd/tools/test/stress2/misc/ |
H A D | umountf2.sh | 171 char *temp_buf; /* a pointer to the current data */ 444 if (memcmp(good_buf + offset, temp_buf, size) != 0) { 450 t = temp_buf[i]; 453 bad = short_at(&temp_buf[i]); 456 op = temp_buf[offset & 1 ? i+1 : i]; 550 iret = read(fd, temp_buf, size);
|
/freebsd/crypto/openssl/apps/ |
H A D | passwd.c | 512 unsigned char temp_buf[SHA512_DIGEST_LENGTH]; in shacrypt() local 650 if (!EVP_DigestFinal_ex(md2, temp_buf, NULL)) in shacrypt() 656 memcpy(cp, temp_buf, buf_size); in shacrypt() 657 memcpy(cp, temp_buf, n); in shacrypt() 667 if (!EVP_DigestFinal_ex(md2, temp_buf, NULL)) in shacrypt() 673 memcpy(cp, temp_buf, buf_size); in shacrypt() 674 memcpy(cp, temp_buf, n); in shacrypt()
|
/freebsd/usr.sbin/spi/ |
H A D | spi.c | 462 char temp_buf[PATH_MAX], cpath[PATH_MAX]; in get_info() local 465 strlcpy(cpath, temp_buf, sizeof(cpath)); /* this shouldn't happen */ in get_info()
|