Home
last modified time | relevance | path

Searched refs:cflag (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/coreutils/
Dstty.c962 unsigned long iflag, oflag, cflag, lflag; in recover_mode() local
967 &iflag, &oflag, &cflag, &lflag, &n) != 4) in recover_mode()
971 mode->c_cflag = cflag; in recover_mode()
/busybox-1.35.0/shell/
Dash.c430 #define cflag optlist[7] macro
11389 cflag = 1; in options()