OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cb_width
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/cmd/zfs/
zfs_main.c
2288
size_t
cb_width
[USFIELD_LAST];
member in struct:us_cbdata
2523
if (typelen > cb->
cb_width
[typeidx])
2524
cb->
cb_width
[typeidx] = typelen;
2539
if (namelen > cb->
cb_width
[nameidx])
2540
cb->
cb_width
[nameidx] = namelen;
2571
if (sizelen > cb->
cb_width
[sizeidx])
2572
cb->
cb_width
[sizeidx] = sizelen;
2862
cb.
cb_width
[i] = strlen(gettext(us_field_hdr[i]));
2906
print_us(scripted, parsable, fields, types, cb.
cb_width
, B_TRUE,
zfs_main.c
2288
size_t
cb_width
[USFIELD_LAST];
member in struct:us_cbdata
2523
if (typelen > cb->
cb_width
[typeidx])
2524
cb->
cb_width
[typeidx] = typelen;
2539
if (namelen > cb->
cb_width
[nameidx])
2540
cb->
cb_width
[nameidx] = namelen;
2571
if (sizelen > cb->
cb_width
[sizeidx])
2572
cb->
cb_width
[sizeidx] = sizelen;
2862
cb.
cb_width
[i] = strlen(gettext(us_field_hdr[i]));
2906
print_us(scripted, parsable, fields, types, cb.
cb_width
, B_TRUE,
Completed in 51 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026