Lines Matching refs:V
572 #define V (void) /* To denote unwanted returned values */ macro
915 V memset_unchecked(buf, 0, (MemSize) rsize);
955 V memcpy_unchecked((char *) nbuf, (char *) buf, /* Copy the data */
960 V memset_unchecked((char *) nbuf + osize, 0, size - osize);
1001 V memset_unchecked((char *) buf, 0x55,
1104 V memset_unchecked(wipe_start, 0x55, wipe_size);
1217 V memset_unchecked(((char *) b) + sizeof(struct bfhead), 0x55,
1306 V snprintf(bhex + i * 3, sizeof(bhex) - i * 3, "%02X ",
1311 V printf("%-48s %s\n", bhex, bascii);
1321 V printf(
1351 V printf("Allocated buffer: size %6ld bytes.\n", (long) bs);
1363 V printf("Free block: size %6ld bytes.%s\n",
1370 V printf(
1408 V printf("Free block: size %6ld bytes. (Bad free list links)\n",
1418 V printf(
1503 V printf( in stats()
1509 V printf( in stats()
1512 V printf(" %ld direct gets, %ld direct frees\n", ndget, ndrel); in stats()
1530 V printf("Compaction requested. %ld bytes needed, sequence %d.\n",
1536 V printf("Compaction gave up.\n");
1560 V printf("Compaction bailed out.\n");
1583 V printf("Expand pool by %ld -- %s.\n", (long) size,
1596 V printf("Initial pool released.\n");
1601 V printf("Shrink pool.\n");
1672 V bpoolv((void *) bp); in bget_main_test()
1798 V bpoolv((void *) bp); in bget_main_test()
1815 V bpoolv((void *) bp); in bget_main_test()