Searched refs:O_FLAG (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | stty.c | 93 #define O_FLAG 5 macro 284 { "olcuc", BIT, O_FLAG, US, OLCUC, OLCUC, C("Translate (do not translate) lowercase characters to u… 287 { "onlcr", BIT, O_FLAG, SS, ONLCR, ONLCR, C("Translate (do not translate) newline to carriage retur… 290 { "onlret", BIT, O_FLAG, US, ONLRET, ONLRET, C("Newline performs (does not perform) a carriage retu… 293 { "ocrnl", BIT, O_FLAG, US, OCRNL, OCRNL, C("Translate (do not translate) carriage return to newlin… 296 { "onocr", BIT, O_FLAG, US, ONOCR, ONOCR, C("Do not (do) print carriage returns in the first column… 299 { "ofill", BIT, O_FLAG, US, OFILL, OFILL, C("Use fill characters (use timing) for delays") }, 302 { "ofdel", BIT, O_FLAG, US, OFDEL, OFDEL, C("Use DEL (NUL) as fill characters for delays") }, 304 { "opost", BIT, O_FLAG, SS, OPOST, OPOST, C(" Postprocess (do not postprocess) output") }, 306 { "cr0", BITS, O_FLAG, IG|SS, CRDLY, CR0 }, [all …]
|
H A D | id.c | 98 #define O_FLAG (1<<6) macro 112 if (flags & O_FLAG) flags = 1; in getfsids() 181 if (flags & O_FLAG) in putid() 317 if (flags & O_FLAG) in getids() 345 if (flags & O_FLAG) sfprintf(sp, "%s", grp->gr_name); in getids() 463 if (flags & N_FLAG) flags |= O_FLAG; in b_id()
|