Searched refs:iflag (Results 1 - 25 of 89) sorted by relevance

1234

/netbsd-current/usr.sbin/lpr/lpd/
H A Dttcompat.c63 tcflag_t iflag = tp->c_iflag; local
70 if (ISSET(iflag, INPCK)) {
79 if (!ISSET(iflag, ISTRIP))
87 if (ISSET(iflag, IXON) || ISSET(lflag, ISIG|IEXTEN) ||
100 tcflag_t iflag = tp->c_iflag; local
106 iflag &= IXOFF;
110 SET(iflag, BRKINT|IXON|IMAXBEL);
122 CLR(iflag, INPCK);
126 SET(iflag, INPCK);
131 SET(iflag, INPC
164 tcflag_t iflag = tp->c_iflag; local
193 tcflag_t iflag = tp->c_iflag; local
221 tcflag_t iflag = tp->c_iflag; local
256 tcflag_t iflag = tp->c_iflag; local
[all...]
/netbsd-current/sys/dev/videomode/
H A Dmodelines2c.awk89 iflag = "";
102 iflag = "i";
114 modestr = sprintf("%dx%dx%d%s", hdisplay, vdisplay, vrefresh, iflag);
117 # hdisplay, vdisplay, iflag, vrefresh, hrefresh/1000);
125 hdisplay/2 , vdisplay/2, vrefresh, iflag);
/netbsd-current/etc/rc.d/
H A Dentropy24 if dd if=/dev/random iflag=nonblock of=/dev/null bs=1 count=1 \
/netbsd-current/external/bsd/atf/dist/atf-c/detail/
H A Dtest_helpers.c50 atf_dynstr_t iflag; local
53 RE(atf_dynstr_init_fmt(&iflag, "-I%s", atf_config_get("atf_includedir")));
55 optargs[0] = atf_dynstr_cstring(&iflag);
62 atf_dynstr_fini(&iflag);
/netbsd-current/sys/ufs/chfs/
H A Dchfs_subr.c228 ip->iflag |= IN_CHANGE | IN_UPDATE;
243 ip->iflag |= IN_CHANGE | IN_UPDATE;
292 ip->iflag |= IN_CHANGE;
311 if (!(ip->iflag & (IN_ACCESS | IN_CHANGE | IN_UPDATE | IN_MODIFY))) {
316 if (ip->iflag & IN_ACCESS) {
321 if (ip->iflag & (IN_UPDATE | IN_MODIFY)) {
326 if (ip->iflag & (IN_CHANGE | IN_MODIFY)) {
331 if (ip->iflag & (IN_ACCESS | IN_MODIFY))
332 ip->iflag |= IN_ACCESSED;
333 if (ip->iflag
[all...]
/netbsd-current/libexec/getty/
H A Dsubr.c188 tcflag_t iflag, oflag, cflag, lflag; local
243 iflag = omode.c_iflag;
251 CLR(iflag, ISTRIP|INPCK|IGNPAR);
255 SET(iflag, ISTRIP);
257 SET(iflag, INPCK|IGNPAR);
260 CLR(iflag, INPCK);
262 SET(iflag, INPCK|IGNPAR);
265 CLR(iflag, INPCK);
267 CLR(iflag, INPCK|IGNPAR);
288 SET(iflag, ICRN
369 tcflag_t iflag, oflag, cflag, lflag; local
[all...]
/netbsd-current/sys/compat/common/
H A Dtty_43.c287 tcflag_t iflag = tp->t_iflag; local
295 if (ISSET(iflag, IXOFF))
297 if (ISSET(iflag, ICRNL) || ISSET(oflag, ONLCR))
300 if (ISSET(iflag, INPCK)) {
311 if (ISSET(iflag, IXON) || ISSET(lflag, ISIG|IEXTEN) ||
323 if (!ISSET(iflag, ISTRIP))
341 if (!ISSET(iflag, IXANY))
356 tcflag_t iflag = t->c_iflag; local
362 SET(iflag, IXOFF);
364 CLR(iflag, IXOF
442 tcflag_t iflag = t->c_iflag; local
[all...]
/netbsd-current/bin/getfacl/
H A Dgetfacl.c185 print_acl(char *path, acl_type_t type, int hflag, int iflag, int nflag, argument
246 if (iflag)
270 print_acl_from_stdin(acl_type_t type, int hflag, int iflag, int nflag, argument
279 if (print_acl(pathname, type, hflag, iflag, nflag,
294 int hflag, iflag, qflag, nflag, vflag; local
297 iflag = 0;
310 iflag = 1;
328 error = print_acl_from_stdin(type, hflag, iflag, nflag,
335 error = print_acl_from_stdin(type, hflag, iflag, nflag,
340 error = print_acl(argv[i], type, hflag, iflag, nfla
[all...]
/netbsd-current/bin/cp/
H A Dextern.h45 extern int Rflag, rflag, Hflag, Lflag, Pflag, fflag, iflag, lflag, pflag, Nflag;
/netbsd-current/usr.sbin/mtree/
H A Dmtree.c62 int bflag, dflag, eflag, iflag, jflag, lflag, mflag, nflag, qflag, rflag, variable
143 iflag = 1;
248 if (cflag && iflag) {
251 iflag = 0;
258 if (uflag && !iflag) {
261 iflag = 1;
292 if (iflag && mflag)
H A Dextern.h81 extern int bflag, dflag, eflag, iflag, jflag, lflag, mflag,
/netbsd-current/distrib/utils/tls/
H A Dtls.c40 static int iflag; variable
104 if (iflag) {
/netbsd-current/bin/dd/
H A Dextern.h76 extern u_int iflag;
/netbsd-current/lib/libc/stdlib/
H A Dmerge.c115 int big, iflag; local
134 iflag = 0;
136 iflag = 1;
212 if (iflag) {
220 if (iflag) {
230 if (iflag)
235 if (iflag)
/netbsd-current/bin/ln/
H A Dln.c65 static int iflag; /* Interactive mode. */ variable
117 iflag = 0;
125 iflag = 1;
148 if (Fflag == 1 && iflag == 0) {
322 } else if (iflag && exists) {
/netbsd-current/bin/sh/
H A Dmain.c176 if (state == 0 || iflag == 0 || ! rootshell ||
256 if ((iflag || !posix) && !privileged) {
293 if (iflag) {
327 if (iflag == 1 && top) {
342 if (!iflag || !Iflag)
H A Doptions.c111 if (iflag == 2 && sflag == 1 && isatty(0) && isatty(2))
112 iflag = 1;
113 if (iflag == 1 && sflag == 2)
114 iflag = 2;
116 mflag = iflag;
172 setinteractive(iflag);
/netbsd-current/usr.sbin/sa/
H A Dextern.h88 extern int aflag, bflag, cflag, dflag, Dflag, fflag, iflag, jflag, kflag;
/netbsd-current/usr.bin/du/
H A Ddu.c66 #define COUNT (iflag ? 1 : p->fts_statp->st_blocks)
72 static int hflag, iflag; variable
126 iflag = 1;
261 if (iflag) {
/netbsd-current/usr.sbin/iteconfig/
H A Diteconfig.c86 int ch, fd, i, iflag, max_colors, did_reset; local
89 iflag = 0;
115 iflag = 1;
181 if (iflag) {
/netbsd-current/bin/df/
H A Ddf.c79 static int aflag, cflag, fflag, gflag, hflag, iflag, lflag; variable
133 iflag = 1;
172 if (gflag && (Pflag || iflag))
175 if (Pflag && iflag)
550 if (iflag) {
580 * Note iflag cannot be set when Pflag is set.
586 if (iflag)
614 if (iflag) {
/netbsd-current/distrib/utils/ssh/
H A Dssh.c67 int iflag; /* interactive mode (catch interrupts) */ variable
146 iflag++;
165 if (iflag) {
209 if (iflag) {
263 if (iflag) {
/netbsd-current/bin/rm/
H A Drm.c63 static int dflag, eval, fflag, iflag, Pflag, stdin_ok, vflag, Wflag; variable
106 iflag = 0;
110 iflag = 1;
169 needstat = !fflag && !iflag && stdin_ok;
524 if (iflag)
/netbsd-current/external/bsd/byacc/dist/
H A Dmain.c43 char iflag; variable
141 if (iflag)
163 if (iflag)
267 iflag = 1;
576 if (iflag)
784 if (iflag)
/netbsd-current/usr.bin/netstat/
H A Dmain.c79 int iflag; variable
461 iflag = 1;
465 iflag = 1;
528 iflag = 1;
548 iflag = 1;
589 if (iflag && tp->pr_istats)
641 if (iflag) {
744 if (iflag) {

Completed in 419 milliseconds

1234