Home
last modified time | relevance | path

Searched refs:setmode (Results 1 – 25 of 189) sorted by relevance

12345678

/netbsd-src/external/gpl2/diffutils/dist/m4/
H A Dsetmode.m41 # Check for setmode, DOS style.
22 AC_CACHE_CHECK([for DOS-style setmode],
32 [int ret = setmode && setmode (1, O_BINARY);],
37 [Define to 1 if you have the DOS-style `setmode' function.])
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dbinary-io.h42 # define setmode _setmode macro
51 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
53 # define SET_BINARY(fd) setmode (fd, O_BINARY)
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dbinary-io.h42 # define setmode _setmode macro
51 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
53 # define SET_BINARY(fd) setmode (fd, O_BINARY)
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dbinary-io.h41 # define setmode _setmode macro
53 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
55 # define SET_BINARY(fd) setmode (fd, O_BINARY)
/netbsd-src/usr.bin/audiocfg/
H A Daudiodev.c256 int setmode; in audiodev_set_param() local
259 setmode = 0; in audiodev_set_param()
272 setmode |= AUMODE_PLAY; in audiodev_set_param()
279 setmode |= AUMODE_RECORD; in audiodev_set_param()
286 ai.mode = setmode; in audiodev_set_param()
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A DMakefile.am31 regex.hin setmode.h unlocked-io.h xalloc.h xstrtol.h
37 setmode.c strftime.c umaxtostr.c xmalloc.c xstrtoumax.c
H A DMakefile.in123 regex.hin setmode.h unlocked-io.h xalloc.h xstrtol.h
130 setmode.c strftime.c umaxtostr.c xmalloc.c xstrtoumax.c
149 quotesys.$(OBJEXT) setmode.$(OBJEXT) strftime.$(OBJEXT) \
174 @AMDEP_TRUE@ ./$(DEPDIR)/setmode.Po ./$(DEPDIR)/strftime.Po \
250 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setmode.Po@am__quote@
H A Dsetmode.c60 return setmode (fd, mode ? O_BINARY : O_TEXT) != O_TEXT; in set_binary_mode()
/netbsd-src/sys/arch/evbarm/mini2440/
H A Daudio_mini2440.c245 uda_ssio_set_format(void *handle, int setmode, in uda_ssio_set_format() argument
253 DPRINTF(("%s: setmode: %d\n", __func__, setmode)); in uda_ssio_set_format()
261 if (setmode == AUMODE_PLAY) { in uda_ssio_set_format()
285 retval = uda1341_set_format(handle, setmode, play, rec, pfil, rfil); in uda_ssio_set_format()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Drun.c565 setmode (to_child_pipe[0], O_BINARY); in piped_child()
566 setmode (to_child_pipe[1], O_BINARY); in piped_child()
567 setmode (from_child_pipe[0], O_BINARY); in piped_child()
568 setmode (from_child_pipe[1], O_BINARY); in piped_child()
/netbsd-src/sys/arch/amiga/dev/
H A Dzz9k_ax.c88 static int zzax_set_format(void *hdl, int setmode,
307 zzax_set_format(void *hdl, int setmode, in zzax_set_format() argument
314 if (setmode & AUMODE_PLAY) { in zzax_set_format()
323 if (setmode & AUMODE_RECORD) { in zzax_set_format()
H A Drepulse.c535 rep_set_format(void *addr, int setmode, in rep_set_format() argument
543 if ((setmode & AUMODE_PLAY)) { in rep_set_format()
546 if ((setmode & AUMODE_RECORD)) { in rep_set_format()
/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dnonposix.h61 # define setmode(f,m) _setmode(f,m) macro
72 # define SET_BINARY(f) do {if (!isatty(f)) setmode(f,O_BINARY);} while(0)
/netbsd-src/sys/arch/zaurus/dev/
H A Dzaudio.c182 zaudio_set_format(void *hdl, int setmode, in zaudio_set_format() argument
190 if (setmode == AUMODE_RECORD) in zaudio_set_format()
/netbsd-src/external/gpl2/texinfo/dist/lib/
H A Dsystem.h217 # define setmode(f,m) _setmode(f,m) macro
237 # define SET_BINARY(f) do {if (!isatty(f)) setmode(f,O_BINARY);} while(0)
/netbsd-src/external/public-domain/xz/dist/src/xzdec/
H A Dxzdec.c289 setmode(fileno(stdin), O_BINARY); in main()
290 setmode(fileno(stdout), O_BINARY); in main()
/netbsd-src/sys/arch/usermode/dev/
H A Dvaudio.c254 vaudio_set_format(void *opaque, int setmode, in vaudio_set_format() argument
260 if ((setmode & AUMODE_PLAY)) in vaudio_set_format()
262 if ((setmode & AUMODE_RECORD)) in vaudio_set_format()
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dio.c102 int oldmode = setmode (current->desc, O_BINARY);
113 setmode (current->desc, oldmode);
680 setmode (filevec[0].desc, O_BINARY);
681 setmode (filevec[1].desc, O_BINARY);
/netbsd-src/sys/dev/fdt/
H A Dausoc.c122 ausoc_set_format(void *priv, int setmode, in ausoc_set_format() argument
127 const audio_params_t *params = (setmode & AUMODE_PLAY) != 0 ? in ausoc_set_format()
143 error = audio_dai_mi_set_format(link->link_cpu, setmode, in ausoc_set_format()
148 return audio_dai_mi_set_format(link->link_codec, setmode, in ausoc_set_format()
/netbsd-src/sys/arch/x68k/dev/
H A Dvs.c302 vs_set_format(void *hdl, int setmode, in vs_set_format() argument
312 setmode, audio_encoding_name(play->encoding), in vs_set_format()
321 if ((setmode & AUMODE_PLAY) != 0) { in vs_set_format()
325 if ((setmode & AUMODE_RECORD) != 0) { in vs_set_format()
/netbsd-src/tools/compat/
H A Dgetmode.c37 setmode(const char *str) in setmode() function
/netbsd-src/sys/dev/audio/
H A Daudio_dai.h149 audio_dai_mi_set_format(audio_dai_tag_t dai, int setmode, in audio_dai_mi_set_format() argument
155 return dai->dai_hw_if->set_format(dai->dai_priv, setmode, in audio_dai_mi_set_format()
/netbsd-src/external/mit/xorg/server/drivers/xf86-video-vboxvideo/
H A DMakefile16 setmode.c \
/netbsd-src/usr.bin/mkfifo/
H A Dmkfifo.c74 if (!(set = setmode(optarg))) { in main()
/netbsd-src/external/gpl2/diffutils/lib/
H A DMakefile14 regex.c setmode.c strftime.c umaxtostr.c xmalloc.c xstrtoumax.c

12345678