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

/freebsd-10.2-release/usr.sbin/binmiscctl/
H A Dbinmiscctl.c401 size_t xbe_out_sz = 0, *xbe_out_szp = NULL; local
432 xbe_out_szp = &xbe_out_sz;
434 xbe_out_sz = sizeof(xbe_out);
436 xbe_out_szp = &xbe_out_sz;
479 if (cmd == CMD_LIST && xbe_out_sz > 0) {
480 xbe_outp = malloc(xbe_out_sz);
484 size_t osize = xbe_out_sz;
486 &xbe_out_sz, NULL, 0);
489 xbe_out_sz == osize) {
494 xbe_out_sz
[all...]

Completed in 47 milliseconds