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

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Dinstantiate12.C21 static const bool iflag = true; member in struct:X
27 template<typename T> const bool X<T>::iflag; member in class:X
36 if (!a.iflag)
44 if (!X<float>::iflag)
54 // members must be explicitly instantiated. The iflag and jflag data
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Dinstantiate12.C21 static const bool iflag = true; member in struct:X
27 template<typename T> const bool X<T>::iflag; member in class:X
36 if (!a.iflag)
44 if (!X<float>::iflag)
54 // members must be explicitly instantiated. The iflag and jflag data
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/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-6-1-5-RELEASE/libexec/getty/
H A Dsubr.c187 tcflag_t iflag, oflag, cflag, lflag; local
242 iflag = omode.c_iflag;
250 CLR(iflag, ISTRIP|INPCK|IGNPAR);
254 SET(iflag, ISTRIP);
256 SET(iflag, INPCK|IGNPAR);
259 CLR(iflag, INPCK);
261 SET(iflag, INPCK|IGNPAR);
264 CLR(iflag, INPCK);
266 CLR(iflag, INPCK|IGNPAR);
287 SET(iflag, ICRN
368 tcflag_t iflag, oflag, cflag, lflag; local
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/common/
H A Dtty_43.c296 tcflag_t iflag = tp->t_iflag; local
304 if (ISSET(iflag, IXOFF))
306 if (ISSET(iflag, ICRNL) || ISSET(oflag, ONLCR))
309 if (ISSET(iflag, INPCK)) {
320 if (ISSET(iflag, IXON) || ISSET(lflag, ISIG|IEXTEN) ||
332 if (!ISSET(iflag, ISTRIP))
350 if (!ISSET(iflag, IXANY))
365 tcflag_t iflag = t->c_iflag; local
371 SET(iflag, IXOFF);
373 CLR(iflag, IXOF
451 tcflag_t iflag = t->c_iflag; local
[all...]
/netbsd-6-1-5-RELEASE/bin/cp/
H A Dextern.h45 extern int Rflag, rflag, Hflag, Lflag, Pflag, fflag, iflag, lflag, pflag, Nflag;
/netbsd-6-1-5-RELEASE/bin/ln/
H A Dln.c59 static int iflag; /* Interactive mode. */ variable
84 iflag = 0;
91 iflag = 1;
192 } else if (iflag && exists) {
/netbsd-6-1-5-RELEASE/sys/ufs/chfs/
H A Dchfs_subr.c435 ip->iflag |= IN_CHANGE;
455 if (!(ip->iflag & (IN_ACCESS | IN_CHANGE | IN_UPDATE | IN_MODIFY))) {
460 if (ip->iflag & IN_ACCESS) {
465 if (ip->iflag & (IN_UPDATE | IN_MODIFY)) {
471 if (ip->iflag & (IN_CHANGE | IN_MODIFY)) {
476 if (ip->iflag & (IN_ACCESS | IN_MODIFY))
477 ip->iflag |= IN_ACCESSED;
478 if (ip->iflag & (IN_UPDATE | IN_CHANGE))
479 ip->iflag |= IN_MODIFIED;
480 ip->iflag
[all...]
H A Dchfs_inode.h80 uint32_t iflag; /* flags, see below */ member in struct:chfs_inode
87 /* These flags are kept in chfs_inode->iflag. */
/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dmtree.c62 int cflag, Cflag, dflag, Dflag, eflag, iflag, lflag, mflag, variable
106 iflag = 1;
203 if (iflag && mflag)
H A Dextern.h72 extern int dflag, eflag, iflag, lflag, mflag, rflag, sflag, tflag, uflag;
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/detail/
H A Dtest_helpers.c52 atf_dynstr_t iflag; local
55 RE(atf_dynstr_init_fmt(&iflag, "-I%s", atf_config_get("atf_includedir")));
57 optargs[0] = atf_dynstr_cstring(&iflag);
62 atf_dynstr_fini(&iflag);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dtest_helpers.c54 atf_dynstr_t iflag; local
57 RE(atf_dynstr_init_fmt(&iflag, "-I%s", atf_config_get("atf_includedir")));
59 optargs[0] = atf_dynstr_cstring(&iflag);
64 atf_dynstr_fini(&iflag);
/netbsd-6-1-5-RELEASE/distrib/utils/tls/
H A Dtls.c40 static int iflag; variable
104 if (iflag) {
/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A Dmerge.c119 int big, iflag; local
135 iflag = 0;
137 iflag = 1;
213 if (iflag) {
221 if (iflag) {
231 if (iflag)
236 if (iflag)
/netbsd-6-1-5-RELEASE/bin/sh/
H A Doptions.c100 if (iflag == 2 && sflag == 1 && isatty(0) && isatty(1))
101 iflag = 1;
102 if (iflag == 1 && sflag == 2)
103 iflag = 2;
105 mflag = iflag;
142 setinteractive(iflag);
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/daicctl/
H A Dmain.c51 int lflag, dflag, xflag, iflag, sflag, vflag, pthrou, ch; local
54 pthrou = lflag = dflag = xflag = iflag = sflag = vflag = 0;
/netbsd-6-1-5-RELEASE/usr.sbin/iteconfig/
H A Diteconfig.c89 int ch, fd, i, iflag, max_colors, did_reset; local
92 iflag = 0;
118 iflag = 1;
184 if (iflag) {
/netbsd-6-1-5-RELEASE/usr.sbin/sa/
H A Dextern.h88 extern int aflag, bflag, cflag, dflag, Dflag, fflag, iflag, jflag, kflag;
/netbsd-6-1-5-RELEASE/bin/rm/
H A Drm.c63 static int dflag, eval, fflag, iflag, Pflag, stdin_ok, vflag, Wflag; variable
105 iflag = 0;
109 iflag = 1;
165 needstat = !fflag && !iflag && stdin_ok;
518 if (iflag)
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/bin/df/
H A Ddf.c77 static int aflag, gflag, hflag, iflag, lflag, nflag, Pflag; variable
110 iflag = 1;
140 if (gflag && (Pflag || iflag))
143 if (Pflag && iflag)
455 if (iflag)
482 * Note iflag cannot be set when Pflag is set.
499 if (iflag) {
/netbsd-6-1-5-RELEASE/usr.bin/xlint/xlint/
H A Dxlint.c111 static int iflag, oflag, Cflag, sflag, tflag, Fflag, dflag, Bflag, Sflag; variable
408 iflag = 1;
468 if (Cflag || oflag || iflag)
578 if (iflag)
622 if (!iflag)
633 if (!iflag || !first)
642 } else if (iflag) {
661 if (!iflag)
/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Dmain.c397 iflag ||
509 iflag = 1;
513 iflag = 1;
576 iflag = 1;
596 iflag = 1;
637 if (iflag && tp->pr_istats)
656 if (iflag) {
761 if (iflag) {

Completed in 315 milliseconds

1234