c_mode
arcn->sb.st_mode = (mode_t)asc_u32(hd->c_mode, sizeof(hd->c_mode), OCT);
u32_asc((uintmax_t)arcn->sb.st_mode, hd->c_mode, sizeof(hd->c_mode),
arcn->sb.st_mode = (mode_t)asc_u32(hd->c_mode, sizeof(hd->c_mode), HEX);
u32_asc((uintmax_t)arcn->sb.st_mode, hd->c_mode, sizeof(hd->c_mode),
char c_mode[8]; /* file type/access */
char c_mode[6]; /* file type/access */
spcl.c_mode = dp->dp2.di_mode;
buf->c_mode = u_ospcl.s_ospcl.c_odinode.odi_mode;
curfile.mode = header->c_mode;
s->c_mode = bswap16(s->c_mode);
u_int8_t c_mode;
obuf[col].c_mode |= UNDERL | mode;
obuf[col].c_mode = mode;
obuf[col].c_mode |= UNDERL|mode;
obuf[col].c_mode |= BOLD|mode;
obuf[col].c_mode = mode;
if (obuf[i].c_mode != lastmode) {
setulmode(obuf[i].c_mode);
lastmode = obuf[i].c_mode;
switch (obuf[i].c_mode) {
switch (obuf[i].c_mode) {
char c_mode;