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

/osnet-11/usr/src/lib/libtsol/common/
H A Dprivate.c51 * cvt: char *long_words[display_size]; Pointers to long words
52 * char *short_words[display_size]; Pointers to short words
53 * dim: char display[display_size]; Dim | Set
219 * display_size = Number of entries in the display/words lists.
236 int *first_compartment, int *display_size)
265 *display_size = bsfret.d_len;
289 *short_words = (char **)(slcvt + *display_size * sizeof (char *));
396 * display_size = Number of entries in the display/words lists.
413 char *display[], int *first_compartment, int *display_size)
442 *display_size
234 bslcvtfull(const bslabel_t *label, const blrange_t *bounds, int flags, char **string, char **long_words[], char **short_words[], char *display[], int *first_compartment, int *display_size) argument
411 bclearcvtfull(const bclear_t *clearance, const blrange_t *bounds, int flags, char **string, char **long_words[], char **short_words[], char *display[], int *first_compartment, int *display_size) argument
[all...]

Completed in 330 milliseconds