Searched refs:flag (Results 276 - 300 of 1707) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/stand/common/
H A Ddisk.c205 __sector_rw(uint8_t *buf, int block, int flag, int count) argument
212 if ((err = __disk.rw(buf, block, flag, count)) != 0)
221 __hd_rw(uint8_t *buf, int block, int flag, int count) argument
224 return (ROM_DK_RW(flag | __disk.unit, block, count, buf) & 0x7f);
228 __fd_2d_rw(uint8_t *buf, int block, int flag, int count) argument
244 err = ROM_FD_RW(flag | __disk.unit, pos, cnt * 2, buf);
256 __fd_2hd_rw(uint8_t *buf, int block, int flag, int count) argument
271 err = ROM_FD_RW(flag | __disk.unit | 0x1000000, pos, cnt, buf);
/netbsd-6-1-5-RELEASE/games/sail/
H A Dmisc.c181 char flag = '\0'; local
184 flag = '!';
186 flag = '#';
188 flag = '~';
190 return flag;
191 flag = *countryname[capship(sp)->nationality];
192 return sp->file->FS ? flag : tolower((unsigned char)flag);
/netbsd-6-1-5-RELEASE/usr.sbin/bootp/common/
H A Dbootpd.h95 struct flag { struct
159 struct flag flags; /* ALL valid fields */
/netbsd-6-1-5-RELEASE/sys/dev/tc/
H A Dascvar.h64 void *cp, int flag, int len, int off);
67 struct scsi_state *state, int flag);
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dcore.h42 * Where `F' is 6 bits of flag (currently unused),
50 #define CORE_SETMAGIC(c,mag,mid,flag) ( (c).c_midmag = htonl ( \
51 ( ((flag) & 0x3f) << 26) | \
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/
H A DMakefile.in554 # Miscellaneous targets and flag lists
3749 for flag in $(EXTRA_HOST_FLAGS) ; do \
3750 eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
3775 for flag in $(EXTRA_HOST_FLAGS) ; do \
3776 eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
3801 for flag in $(EXTRA_HOST_FLAGS) ; do \
3802 eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
3827 for flag in $(EXTRA_HOST_FLAGS) ; do \
3828 eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
3853 for flag i
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openpam/dist/lib/
H A Dopenpam_dispatch.c142 * PAM_PRELIM_CHECK flag, treat "sufficient" as
145 if ((chain->flag == PAM_SUFFICIENT ||
146 chain->flag == PAM_BINDING) && !fail &&
163 if ((chain->flag == PAM_REQUIRED ||
164 chain->flag == PAM_BINDING) && !fail) {
174 if (chain->flag == PAM_REQUISITE) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dreloc.c366 . empty (e.g., m88k bcs); this flag signals the fact. *}
496 bfd_reloc_status_type flag = bfd_reloc_ok; local
526 flag = bfd_reloc_overflow;
532 flag = bfd_reloc_overflow;
539 return flag;
582 bfd_reloc_status_type flag = bfd_reloc_ok; local
603 flag = bfd_reloc_undefined;
694 return flag;
802 && flag == bfd_reloc_ok)
803 flag
972 bfd_reloc_status_type flag = bfd_reloc_ok; local
1384 bfd_reloc_status_type flag; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dreloc.c366 . empty (e.g., m88k bcs); this flag signals the fact. *}
496 bfd_reloc_status_type flag = bfd_reloc_ok; local
526 flag = bfd_reloc_overflow;
532 flag = bfd_reloc_overflow;
539 return flag;
582 bfd_reloc_status_type flag = bfd_reloc_ok; local
603 flag = bfd_reloc_undefined;
694 return flag;
802 && flag == bfd_reloc_ok)
803 flag
972 bfd_reloc_status_type flag = bfd_reloc_ok; local
1384 bfd_reloc_status_type flag; local
[all...]
/netbsd-6-1-5-RELEASE/games/larn/
H A Dtok.c174 int flag; local
176 flag = 1; /* set to 0 if a name is specified */
216 flag = 0;
231 flag = 0;
234 if (flag)
/netbsd-6-1-5-RELEASE/games/trek/
H A Dgetpar.c124 int flag; local
129 flag = 0;
131 flag |= (f = testnl());
132 if (flag)
143 flag = 1;
/netbsd-6-1-5-RELEASE/share/examples/refuse/dbfs/
H A Ddbfs.c90 int flag; local
98 flag = R_FIRST;
101 flag = R_CURSOR;
106 for ( ; (ret = (*db->seq)(db, &k, &v, flag)) == 0 ; flag = R_NEXT) {
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_filegen.c73 fgp->flag = FGEN_FLAG_LINK; /* not yet enabled !!*/
286 if (gen->flag & FGEN_FLAG_LINK) {
336 if (!(gen->flag & FGEN_FLAG_ENABLED)) {
416 u_int flag
425 && flag == gen->flag)
448 gen->flag, flag));
455 gen->flag = (u_char)flag;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/etc/
H A Dtexi2pod.pl44 $flag = $1;
46 $flag = shift;
49 ($flag, $value) = ($flag =~ /^([^=]+)(?:=(.+))?/);
50 die "no flag specified for -D\n"
51 unless $flag ne "";
53 unless $flag =~ /^[a-zA-Z0-9_-]+$/;
54 $defs{$flag} = $value;
57 $flag = $1;
59 $flag
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/
H A Dtexi2pod.pl44 $flag = $1;
46 $flag = shift;
49 ($flag, $value) = ($flag =~ /^([^=]+)(?:=(.+))?/);
50 die "no flag specified for -D\n"
51 unless $flag ne "";
53 unless $flag =~ /^[a-zA-Z0-9_-]+$/;
54 $defs{$flag} = $value;
57 $flag = $1;
59 $flag
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/etc/
H A Dtexi2pod.pl44 $flag = $1;
46 $flag = shift;
49 ($flag, $value) = ($flag =~ /^([^=]+)(?:=(.+))?/);
50 die "no flag specified for -D\n"
51 unless $flag ne "";
53 unless $flag =~ /^[a-zA-Z0-9_-]+$/;
54 $defs{$flag} = $value;
57 $flag = $1;
59 $flag
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Dpcons.c122 pconsopen(dev_t dev, int flag, int mode, struct lwp *l) argument
162 pconsclose(dev_t dev, int flag, int mode, struct lwp *l) argument
169 (*tp->t_linesw->l_close)(tp, flag);
175 pconsread(dev_t dev, struct uio *uio, int flag) argument
180 return (*tp->t_linesw->l_read)(tp, uio, flag);
184 pconswrite(dev_t dev, struct uio *uio, int flag) argument
189 return (*tp->t_linesw->l_write)(tp, uio, flag);
202 pconsioctl(dev_t dev, u_long cmd, void *data, int flag, struct lwp *l) argument
208 if ((error = (*tp->t_linesw->l_ioctl)(tp, cmd, data, flag, l)) != EPASSTHROUGH)
210 return ttioctl(tp, cmd, data, flag,
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sun2/dev/
H A Dpcons.c120 pconsopen(dev_t dev, int flag, int mode, struct lwp *l) argument
157 pconsclose(dev_t dev, int flag, int mode, struct lwp *l) argument
164 (*tp->t_linesw->l_close)(tp, flag);
170 pconsread(dev_t dev, struct uio *uio, int flag) argument
175 return (*tp->t_linesw->l_read)(tp, uio, flag);
179 pconswrite(dev_t dev, struct uio *uio, int flag) argument
184 return (*tp->t_linesw->l_write)(tp, uio, flag);
197 pconsioctl(dev_t dev, u_long cmd, void *data, int flag, struct lwp *l) argument
203 if ((error = (*tp->t_linesw->l_ioctl)(tp, cmd, data, flag, l)) >= 0)
205 if ((error = ttioctl(tp, cmd, data, flag,
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dkd.c134 kdopen(dev_t dev, int flag, int mode, struct lwp *l) argument
186 kdclose(dev_t dev, int flag, int mode, struct lwp *l) argument
199 (*tp->t_linesw->l_close)(tp, flag);
207 kdread(dev_t dev, struct uio *uio, int flag) argument
215 return ((*tp->t_linesw->l_read)(tp, uio, flag));
219 kdwrite(dev_t dev, struct uio *uio, int flag) argument
227 return ((*tp->t_linesw->l_write)(tp, uio, flag));
243 kdioctl(dev_t dev, u_long cmd, void *data, int flag, struct lwp *l) argument
252 error = (*tp->t_linesw->l_ioctl)(tp, cmd, data, flag, l);
256 error = ttioctl(tp, cmd, data, flag,
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dgencons.c95 gencnopen(dev_t dev, int flag, int mode, struct lwp *l) argument
134 gencnclose(dev_t dev, int flag, int mode, struct lwp *l) argument
138 (*tp->t_linesw->l_close)(tp, flag);
151 gencnread(dev_t dev, struct uio *uio, int flag) argument
155 return ((*tp->t_linesw->l_read)(tp, uio, flag));
159 gencnwrite(dev_t dev, struct uio *uio, int flag) argument
163 return ((*tp->t_linesw->l_write)(tp, uio, flag));
175 gencnioctl(dev_t dev, u_long cmd, void *data, int flag, struct lwp *l) argument
180 error = (*tp->t_linesw->l_ioctl)(tp, cmd, data, flag, l);
183 return ttioctl(tp, cmd, data, flag,
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/news68k/news68k/
H A Dromcons.c129 romcons_open(dev_t dev, int flag, int mode, struct lwp *l) argument
165 romcons_close(dev_t dev, int flag, int mode, struct lwp *l) argument
174 (*tp->t_linesw->l_close)(tp, flag);
180 romcons_read(dev_t dev, struct uio *uio, int flag) argument
188 return (*tp->t_linesw->l_read)(tp, uio, flag);
192 romcons_write(dev_t dev, struct uio *uio, int flag) argument
199 return (*tp->t_linesw->l_write)(tp, uio, flag);
213 romcons_ioctl(dev_t dev, u_long cmd, void *data, int flag, struct lwp *l) argument
221 if ((error = (*tp->t_linesw->l_ioctl)(tp, cmd, data, flag, l)) !=
224 return ttioctl(tp, cmd, data, flag,
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ofw/
H A Dofcons.c115 ofcons_open(dev_t dev, int flag, int mode, struct lwp *l) argument
151 ofcons_close(dev_t dev, int flag, int mode, struct lwp *l) argument
158 (*tp->t_linesw->l_close)(tp, flag);
164 ofcons_read(dev_t dev, struct uio *uio, int flag) argument
169 return (*tp->t_linesw->l_read)(tp, uio, flag);
173 ofcons_write(dev_t dev, struct uio *uio, int flag) argument
178 return (*tp->t_linesw->l_write)(tp, uio, flag);
190 ofcons_ioctl(dev_t dev, u_long cmd, void *data, int flag, struct lwp *l) argument
196 if ((error = (*tp->t_linesw->l_ioctl)(tp, cmd, data, flag, l)) != EPASSTHROUGH)
198 return ttioctl(tp, cmd, data, flag,
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dunvis.c193 unvis(char *cp, int c, int *astate, int flag) argument
210 if (flag & UNVIS_END) {
228 if ((flag & VIS_NOESCAPE) == 0 && c == '\\') {
232 if ((flag & VIS_HTTP1808) && c == '%') {
236 if ((flag & VIS_HTTP1866) && c == '&') {
240 if ((flag & VIS_MIMESTYLE) && c == '=') {
488 strnunvisx(char *dst, size_t dlen, const char *src, int flag) argument
506 switch (unvis(&t, c, &state, flag)) {
537 strunvisx(char *dst, const char *src, int flag) argument
539 return strnunvisx(dst, (size_t)~0, src, flag);
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/autoconf-lib-link/tests/
H A Drpathcfg.sh98 eval flag=\"$spec\"
100 echo "$CC $LDFLAGS $srcdir/rpathlx/usex.c tstlib/librpathx.$shlibext $flag -o a.out" 1>&2
101 $CC $LDFLAGS $srcdir/rpathlx/usex.c tstlib/librpathx.$shlibext $flag -o a.out
115 # Whether we need a single -rpath flag with a separated argument.
139 # Try with a single -rpath flag.
142 eval flag=\"$spec\"
144 echo "$CC $LDFLAGS $srcdir/rpathlx/usex.c tstlib/librpathx.$shlibext $flag -o a.out" 1>&2
145 $CC $LDFLAGS $srcdir/rpathlx/usex.c tstlib/librpathx.$shlibext $flag -o a.out
180 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
214 # Whether we need a single -rpath flag wit
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/
H A DMakefile.in341 # Miscellaneous targets and flag lists
2626 for flag in $(EXTRA_HOST_FLAGS) ; do \
2627 eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
2652 for flag in $(EXTRA_HOST_FLAGS) ; do \
2653 eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
2678 for flag in $(EXTRA_HOST_FLAGS) ; do \
2679 eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
2704 for flag in $(EXTRA_HOST_FLAGS) ; do \
2705 eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
2731 for flag i
[all...]

Completed in 208 milliseconds

<<11121314151617181920>>