/src/sys/lib/libkern/ |
crc32.c | 36 #define DOLIT4 c ^= *buf4++; \ 45 register const u4 *buf4; local in function:crc32 56 buf4 = (const u4 *)(const void *)buf; 65 buf = (const unsigned char *)buf4; 77 #define DOBIG4 c ^= *++buf4; \ 86 register const u4 *buf4; local in function:crc32 97 buf4 = (const u4 *)(const void *)buf; 98 buf4--; 107 buf4++; 108 buf = (const unsigned char *)buf4; [all...] |
/src/sys/external/isc/libsodium/dist/test/default/ |
codecs.c | 9 unsigned char buf4[4]; local in function:main 25 sodium_hex2bin(buf4, sizeof buf4, hex, strlen(hex), ": ", &bin_len, 28 buf4[0], buf4[1], buf4[2], buf4[3]); 32 sodium_hex2bin(buf4, sizeof buf4, hex, strlen(hex), ": ", &bin_len, NULL); 34 buf4[0], buf4[1], buf4[2], buf4[3]) [all...] |
/src/sys/netinet6/ |
in6_print.c | 54 char buf4[INET_ADDRSTRLEN]; local in function:in6_print 56 in_print(buf4, sizeof(buf4), &ia); 57 return snprintf(buf, len, "::ffff:%s", buf4);
|
/src/usr.sbin/eeprom/ |
prephandlers.c | 186 char buf1[BUFSIZE], buf2[BUFSIZE], buf3[BUFSIZE], buf4[BUFSIZE]; local in function:prep_dump 205 memset(buf4, 0, sizeof(buf4)); 209 nvio2.pnv_buf = buf4; 227 memset(nvio2.pnv_buf, 0, sizeof(buf4)); 228 nvio2.pnv_buflen = sizeof(buf4);
|
ofhandlers.c | 214 char buf1[BUFSIZE], buf2[BUFSIZE], buf3[BUFSIZE], buf4[BUFSIZE]; local in function:of_dump 235 ofio2.of_buf = buf4; 272 memset(ofio2.of_buf, 0, sizeof(buf4)); 273 ofio2.of_buflen = sizeof(buf4);
|
ophandlers.c | 206 char buf1[BUFSIZE], buf2[BUFSIZE], buf3[BUFSIZE], buf4[BUFSIZE]; local in function:op_dump 227 opio2.op_buf = buf4; 261 memset(opio2.op_buf, 0, sizeof(buf4)); 262 opio2.op_buflen = sizeof(buf4);
|