Home
last modified time | relevance | path

Searched defs:wr (Results 1 – 15 of 15) sorted by relevance

/dragonfly/contrib/flex/src/
H A Dtables.c71 int yytbl_writer_init (struct yytbl_writer *wr, FILE * out) in yytbl_writer_init()
125 static int yytbl_write_pad64 (struct yytbl_writer *wr) in yytbl_write_pad64()
143 int yytbl_hdr_fwrite (struct yytbl_writer *wr, const struct yytbl_hdr *th) in yytbl_hdr_fwrite()
189 int yytbl_data_fwrite (struct yytbl_writer *wr, struct yytbl_data *td) in yytbl_data_fwrite()
267 int yytbl_writen (struct yytbl_writer *wr, void *v, int len) in yytbl_writen()
283 int yytbl_write32 (struct yytbl_writer *wr, flex_uint32_t v) in yytbl_write32()
302 int yytbl_write16 (struct yytbl_writer *wr, flex_uint16_t v) in yytbl_write16()
321 int yytbl_write8 (struct yytbl_writer *wr, flex_uint8_t v) in yytbl_write8()
/dragonfly/contrib/bmake/
H A Djob.c778 ShellWriter_WriteFmt(ShellWriter *wr, const char *fmt, const char *arg) in ShellWriter_WriteFmt()
788 ShellWriter_WriteLine(ShellWriter *wr, const char *line) in ShellWriter_WriteLine()
794 ShellWriter_EchoOff(ShellWriter *wr) in ShellWriter_EchoOff()
801 ShellWriter_EchoCmd(ShellWriter *wr, const char *escCmd) in ShellWriter_EchoCmd()
807 ShellWriter_EchoOn(ShellWriter *wr) in ShellWriter_EchoOn()
814 ShellWriter_TraceOn(ShellWriter *wr) in ShellWriter_TraceOn()
823 ShellWriter_ErrOff(ShellWriter *wr, bool echo) in ShellWriter_ErrOff()
833 ShellWriter_ErrOn(ShellWriter *wr, bool echo) in ShellWriter_ErrOn()
848 JobWriteSpecialsEchoCtl(Job *job, ShellWriter *wr, CommandFlags *inout_cmdFlags, in JobWriteSpecialsEchoCtl()
875 JobWriteSpecials(Job *job, ShellWriter *wr, const char *escCmd, bool run, in JobWriteSpecials()
[all …]
/dragonfly/games/hack/
H A Dhack.main.c534 chdirx(const char *dir, boolean wr) in chdirx()
/dragonfly/contrib/smbfs/lib/smb/
H A Dnbns_rq.c258 fd_set rd, wr, ex; in nbns_rq_recv() local
/dragonfly/games/rogue/
H A Dsave.c321 rw_id(struct id id_table[], FILE *fp, int n, boolean wr) in rw_id()
/dragonfly/bin/pax/
H A Dar_io.c1240 ar_start_gzip(int fd, const char *gzip_program, int wr) in ar_start_gzip()
H A Dpax.h130 int (*wr)(); /* write archive header. Passed an ARCHD */ member
/dragonfly/contrib/bzip2/
H A Dcompress.c125 Int32 wr; in generateMTFValues() local
/dragonfly/usr.sbin/sa/
H A Dmain.c295 acct_load(char *pn, int wr) in acct_load()
/dragonfly/contrib/gdb-7/readline/
H A Dterminal.c237 int wr, wc; local
/dragonfly/sys/dev/sound/pcm/
H A Dfeeder_matrix.c75 intpcm_write_t *wr; member
/dragonfly/usr.bin/fetch/
H A Dfetch.c442 size_t size, readcnt, wr; in fetch() local
/dragonfly/crypto/openssh/
H A Dsshbuf-getput-basic.c100 check_offset(const struct sshbuf *buf, int wr, size_t offset, size_t len) in check_offset()
/dragonfly/usr.bin/gzip/
H A Dgzip.c709 ssize_t wr; in gz_uncompress() local
/dragonfly/sys/dev/disk/fd/
H A Dfd.c1620 #define SET_BCDR(fdc,wr,cnt,port) \ argument