Searched refs:PTR_WIDTH (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/kldstat/ |
H A D | kldstat.c | 41 #define PTR_WIDTH ((int)(sizeof(void *) * 2 + 2)) macro 83 stat.id, stat.refs, PTR_WIDTH, stat.address, in printfile() 87 stat.id, stat.refs, PTR_WIDTH, stat.address, in printfile() 195 printf("Id Refs Address%*c %5s Name\n", PTR_WIDTH - 7, in main() 198 printf("Id Refs Address%*c %8s Name\n", PTR_WIDTH - 7, in main()
|