Searched defs:line_sz (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c123 static size_t line_sz; /* Bytes in the header line. */ variable
1972 line_buf = safe_malloc(line_sz);
3808 line_sz = 0;
3835 line_sz += columns[i].width + 1;

Completed in 220 milliseconds