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

/osnet-11/usr/src/cmd/parted/
H A Dstrlist.h58 extern void str_list_print_wrap (const StrList* list, int line_length,
H A Dstrlist.c433 str_list_print_wrap (const StrList* list, int line_length, int offset, argument
445 PED_ASSERT (line_length - indent > 10, return);
447 line_left = line_length - offset;
489 line_left = line_length - indent;
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dfs_mount_defaults.c742 int line_length; local
743 line_length = (
758 line = (char *)malloc(line_length + 1);

Completed in 533 milliseconds