Home
last modified time | relevance | path

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

123

/netbsd-src/external/bsd/flex/dist/src/
H A Dtables.c74 int yytbl_writer_init (struct yytbl_writer *wr, FILE * out) in yytbl_writer_init()
128 static int yytbl_write_pad64 (struct yytbl_writer *wr) in yytbl_write_pad64()
146 int yytbl_hdr_fwrite (struct yytbl_writer *wr, const struct yytbl_hdr *th) in yytbl_hdr_fwrite()
192 int yytbl_data_fwrite (struct yytbl_writer *wr, struct yytbl_data *td) in yytbl_data_fwrite()
270 int yytbl_writen (struct yytbl_writer *wr, void *v, int len) in yytbl_writen()
286 int yytbl_write32 (struct yytbl_writer *wr, flex_uint32_t v) in yytbl_write32()
305 int yytbl_write16 (struct yytbl_writer *wr, flex_uint16_t v) in yytbl_write16()
324 int yytbl_write8 (struct yytbl_writer *wr, flex_uint8_t v) in yytbl_write8()
/netbsd-src/sys/kern/
H A Dvfs_wapbl.c447 wapbl_start_flush_inodes(struct wapbl * wl,struct wapbl_replay * wr) wapbl_start_flush_inodes() argument
495 wapbl_start(struct wapbl ** wlp,struct mount * mp,struct vnode * vp,daddr_t off,size_t count,size_t blksize,struct wapbl_replay * wr,wapbl_flush_fn_t flushfn,wapbl_flush_fn_t flushabortfn) wapbl_start() argument
2751 wapbl_blkhash_init(struct wapbl_replay * wr,u_int size) wapbl_blkhash_init() argument
2773 wapbl_blkhash_free(struct wapbl_replay * wr) wapbl_blkhash_free() argument
2785 wapbl_blkhash_get(struct wapbl_replay * wr,daddr_t blk) wapbl_blkhash_get() argument
2798 wapbl_blkhash_ins(struct wapbl_replay * wr,daddr_t blk,off_t off) wapbl_blkhash_ins() argument
2817 wapbl_blkhash_rem(struct wapbl_replay * wr,daddr_t blk) wapbl_blkhash_rem() argument
2829 wapbl_blkhash_clear(struct wapbl_replay * wr) wapbl_blkhash_clear() argument
2859 wapbl_circ_read(struct wapbl_replay * wr,void * data,size_t len,off_t * offp) wapbl_circ_read() argument
2912 wapbl_circ_advance(struct wapbl_replay * wr,size_t len,off_t * offp) wapbl_circ_advance() argument
2939 struct wapbl_replay *wr; wapbl_replay_start() local
3042 wapbl_replay_stop(struct wapbl_replay * wr) wapbl_replay_stop() argument
3060 wapbl_replay_free(struct wapbl_replay * wr) wapbl_replay_free() argument
3073 wapbl_replay_isopen1(struct wapbl_replay * wr) wapbl_replay_isopen1() argument
3107 wapbl_replay_process_blocks(struct wapbl_replay * wr,off_t * offp) wapbl_replay_process_blocks() argument
3128 wapbl_replay_process_revocations(struct wapbl_replay * wr) wapbl_replay_process_revocations() argument
3146 wapbl_replay_process_inodes(struct wapbl_replay * wr,off_t oldoff,off_t newoff) wapbl_replay_process_inodes() argument
3184 wapbl_replay_process(struct wapbl_replay * wr,off_t head,off_t tail) wapbl_replay_process() argument
3355 wapbl_replay_write(struct wapbl_replay * wr,struct vnode * fsdevvp) wapbl_replay_write() argument
3386 wapbl_replay_can_read(struct wapbl_replay * wr,daddr_t blk,long len) wapbl_replay_can_read() argument
3403 wapbl_replay_read(struct wapbl_replay * wr,void * data,daddr_t blk,long len) wapbl_replay_read() argument
[all...]
/netbsd-src/usr.bin/make/
H A Djob.c758 (void)fflush(wr->f); in ShellWriter_WriteFmt() argument
768 ShellWriter_EchoOff(ShellWriter *wr) in ShellWriter_WriteLine() argument
774 ShellWriter_EchoOff(ShellWriter * wr) ShellWriter_EchoOff() argument
781 ShellWriter_EchoCmd(ShellWriter * wr,const char * escCmd) ShellWriter_EchoCmd() argument
787 ShellWriter_EchoOn(ShellWriter * wr) ShellWriter_EchoOn() argument
794 ShellWriter_TraceOn(ShellWriter * wr) ShellWriter_TraceOn() argument
803 ShellWriter_ErrOff(ShellWriter * wr,bool echo) ShellWriter_ErrOff() argument
813 ShellWriter_ErrOn(ShellWriter * wr,bool echo) ShellWriter_ErrOn() argument
828 JobWriteSpecialsEchoCtl(Job * job,ShellWriter * wr,CommandFlags * inout_cmdFlags,const char * escCmd,const char ** inout_cmdTemplate) JobWriteSpecialsEchoCtl() argument
855 JobWriteSpecials(Job * job,ShellWriter * wr,const char * escCmd,bool run,CommandFlags * inout_cmdFlags,const char ** inout_cmdTemplate) JobWriteSpecials() argument
889 JobWriteCommand(Job * job,ShellWriter * wr,StringListNode * ln,const char * ucmd) JobWriteCommand() argument
991 ShellWriter wr; JobWriteCommands() local
[all...]
/netbsd-src/external/mit/libuv/dist/test/
H A Decho-server.c50 write_req_t* wr; in after_write() local
84 write_req_t *wr; in after_read() local
/netbsd-src/external/mit/libuv/dist/docs/code/multi-echo-server/
H A Dworker.c17 write_req_t *wr = (write_req_t*) req; in free_write_req() local
/netbsd-src/external/bsd/unbound/dist/util/storage/
H A Dslabhash.c123 hashvalue_type hash, void* key, int wr) in slabhash_lookup()
226 void slabhash_traverse(struct slabhash* sh, int wr, in slabhash_traverse()
H A Dlruhash.c364 lruhash_lookup(struct lruhash* table, hashvalue_type hash, void* key, int wr) in lruhash_lookup()
532 lruhash_traverse(struct lruhash* h, int wr, in lruhash_traverse()
/netbsd-src/external/mit/libuv/dist/docs/code/tcp-echo-server/
H A Dmain.c18 write_req_t *wr = (write_req_t*) req; in free_write_req() local
/netbsd-src/external/mit/libuv/dist/docs/code/pipe-echo-server/
H A Dmain.c20 write_req_t *wr = (write_req_t*) req; in free_write_req() local
/netbsd-src/games/hack/
H A Dhack.main.c539 chdirx(const char *dir, boolean wr) in chdirx()
/netbsd-src/external/mit/libuv/dist/docs/code/uvtee/
H A Dmain.c23 write_req_t *wr = (write_req_t*) req; in free_write_req() local
/netbsd-src/external/bsd/unbound/dist/validator/
H A Dval_kcache.c107 uint16_t key_class, int wr) in key_cache_search()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/stats/
H A Dstats.cc134 } wr; variable
/netbsd-src/usr.sbin/mlxctl/
H A Dutil.c132 mlx_configuration(struct mlx_core_cfg *cfg, int wr) in mlx_configuration()
/netbsd-src/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_isc3.c213 int wr; in write_mntent_to_mtab() local
/netbsd-src/external/bsd/ipf/dist/samples/
H A Dproxy.c236 fd_set rd, wr; local
/netbsd-src/external/bsd/unbound/dist/services/cache/
H A Dinfra.c373 socklen_t addrlen, uint8_t* name, size_t namelen, int wr) in infra_lookup_nottl()
454 int wr = 0; in infra_host() local
829 uint8_t* name, size_t namelen, int wr) in infra_find_ratedata()
842 struct sockaddr_storage* addr, socklen_t addrlen, int wr) in infra_find_ip_ratedata()
/netbsd-src/sys/arch/sparc64/include/
H A Dpsl.h328 #define SPARC64_WR_DEF(wr, name, reg, type) \ argument
338 #define SPARC64_WR64_DEF(wr, name, reg) SPARC64_WR_DEF(wr, name, reg, uint64_t) argument
356 #define SPARC64_WR64_DEF(wr, name, reg) \ argument
/netbsd-src/games/rogue/
H A Dsave.c318 rw_id(struct id id_table[], FILE *fp, int n, boolean wr) in rw_id()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/
H A Dlocal.c548 char *wr = ap->sarg(0); in fixdef() local
/netbsd-src/sys/sys/
H A Dwapbl.h255 #define wapbl_replay_isopen(wr) ((wr)->wr_scratch != 0) argument
/netbsd-src/external/bsd/bzip2/dist/
H A Dcompress.c127 Int32 wr; in generateMTFValues() local
/netbsd-src/usr.sbin/sa/
H A Dmain.c298 acct_load(const char *pn, int wr) in acct_load()
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/record/
H A Drec_layer_d1.c799 SSL3_RECORD wr; in do_dtls1_write() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/record/
H A Drec_layer_d1.c807 SSL3_RECORD wr; in do_dtls1_write() local

123