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

/freebsd-10.1-release/bin/ls/
H A Dls.h46 extern int f_label; /* show MAC label */
H A Dls.c112 int f_label; /* show MAC label */ variable
291 f_label = 1;
517 ch_options = !f_recursive && !f_label &&
750 if (f_label) {
826 if (f_label) {
H A Dprint.c168 if (f_label)
/freebsd-10.1-release/contrib/dialog/
H A Dfselect.c61 #define MIN_WIDE (2 * MAX(dlg_count_columns(d_label), dlg_count_columns(f_label)) + 6 * MARGIN + 2 * EXT_WIDE)
597 const char *f_label = _("Files"); local
697 (void) mvwaddstr(dialog, fbox_y - (MARGIN + 1), fbox_x - MARGIN, f_label);
/freebsd-10.1-release/sys/sys/
H A Dfile.h182 void *f_label; /* Place-holder for MAC label. */ member in struct:file

Completed in 117 milliseconds