Searched refs:atr (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/geom/label/ |
H A D | g_label_ntfs.c | 97 struct ntfs_attr *atr; in g_label_ntfs_taste() local 139 recoff += atr->reclen) { in g_label_ntfs_taste() 140 atr = (struct ntfs_attr *)(filerecp + recoff); in g_label_ntfs_taste() 141 if (atr->a_type == -1) in g_label_ntfs_taste() 143 if (atr->reclen < sizeof(*atr)) in g_label_ntfs_taste() 145 if (recsize - recoff < atr->reclen) in g_label_ntfs_taste() 147 if (atr->a_type == NTFS_A_VOLUMENAME) { in g_label_ntfs_taste() 148 if (atr->a_dataoff > atr->reclen || in g_label_ntfs_taste() 149 atr->a_datalen > atr->reclen - atr->a_dataoff) in g_label_ntfs_taste() 156 if (atr->a_datalen >= size * 2 || in g_label_ntfs_taste() [all …]
|
/freebsd/contrib/tcsh/ |
H A D | sh.print.c | 147 int atr; in xputchar() local 149 atr = c & ATTRIBUTES & TRIM; in xputchar() 159 xputchar('^' | atr); in xputchar() 168 xputchar('\\' | atr); in xputchar() 169 xputchar((((c >> 6) & 7) + '0') | atr); in xputchar() 170 xputchar((((c >> 3) & 7) + '0') | atr); in xputchar() 173 (void) putraw(c | atr); in xputchar() 179 SetAttributes(c | atr); in xputchar()
|
H A D | ed.screen.c | 925 SetAttributes(Char atr) in SetAttributes() argument 927 atr &= ATTRIBUTES; in SetAttributes() 928 if (atr != cur_atr) { in SetAttributes() 930 if (((cur_atr & BOLD) && !(atr & BOLD)) || in SetAttributes() 931 ((cur_atr & UNDER) && !(atr & UNDER)) || in SetAttributes() 932 ((cur_atr & STANDOUT) && !(atr & STANDOUT))) { in SetAttributes() 937 if ((atr & BOLD) != (cur_atr & BOLD)) { in SetAttributes() 938 if (atr & BOLD) { in SetAttributes() 959 if ((atr & STANDOUT) != (cur_atr & STANDOUT)) { in SetAttributes() 960 if (atr & STANDOUT) { in SetAttributes() [all …]
|
/freebsd/usr.sbin/fstyp/ |
H A D | ntfs.c | 138 struct ntfs_attr *atr; in fstyp_ntfs() local 170 ioff += atr->reclen) { in fstyp_ntfs() 171 atr = (struct ntfs_attr *)(filerecp + ioff); in fstyp_ntfs() 172 if ((int)atr->a_type == -1) in fstyp_ntfs() 174 if (atr->a_type == NTFS_A_VOLUMENAME) { in fstyp_ntfs() 175 if ((size_t)atr->a_dataoff + atr->a_datalen > recsize) { in fstyp_ntfs() 179 convert_label(filerecp + ioff + atr->a_dataoff, in fstyp_ntfs() 180 atr->a_datalen, label, size); in fstyp_ntfs() 183 if (atr in fstyp_ntfs() [all...] |
/freebsd/contrib/tcsh/nls/spanish/ |
H A D | set26 | 6 4 hacia atrás:
|
H A D | set3 | 39 37 Busca hacia atrás en el historial una línea que comience igual que la actual 43 41 Búsqueda incremental hacia atrás 107 105 Vi: buscar en el historial hacia atrás
|
/freebsd/stand/i386/libi386/ |
H A D | vbe.c | 250 int atr; in bios_set_text_mode() local 268 atr = vga_get_atr(VGA_REG_BASE, VGA_AC_MODE_CONTROL); in bios_set_text_mode() 269 atr &= ~VGA_AC_MC_BI; in bios_set_text_mode() 270 atr &= ~VGA_AC_MC_ELG; in bios_set_text_mode() 271 vga_set_atr(VGA_REG_BASE, VGA_AC_MODE_CONTROL, atr); in bios_set_text_mode()
|
/freebsd/contrib/dialog/ |
H A D | util.c | 122 #define DATA(atr,upr,lwr,cmt) { atr COLOR_DATA(upr) RC_DATA(lwr,cmt) } argument 526 dlg_color_table[i].atr = C_ATTR(dlg_color_table[i].hilite, i + 1); in dlg_color_setup() 534 chtype atr = dlg_color_pair(dlg_color_table[i].fg, in dlg_color_setup() local 537 atr |= (dlg_color_table[i].hilite ? A_BOLD : 0); in dlg_color_setup() 539 atr |= (dlg_color_table[i].ul ? A_UNDERLINE : 0); in dlg_color_setup() 540 atr |= (dlg_color_table[i].rv ? A_REVERSE : 0); in dlg_color_setup() 543 dlg_color_table[i].atr = atr; in dlg_color_setup()
|
H A D | dialog.h | 365 #define DIALOG_ATR(n) dlg_color_table[n].atr 629 chtype atr; /* attribute corresponding to fg, bg, etc */ member
|
/freebsd/contrib/tzdata/ |
H A D | southamerica |
|