/netbsd-src/external/bsd/flex/dist/src/ |
H A D | tables.c | 74 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 D | vfs_wapbl.c | 447 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 D | job.c | 758 (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 D | echo-server.c | 50 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 D | worker.c | 17 write_req_t *wr = (write_req_t*) req; in free_write_req() local
|
/netbsd-src/external/bsd/unbound/dist/util/storage/ |
H A D | slabhash.c | 123 hashvalue_type hash, void* key, int wr) in slabhash_lookup() 226 void slabhash_traverse(struct slabhash* sh, int wr, in slabhash_traverse()
|
H A D | lruhash.c | 364 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 D | main.c | 18 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 D | main.c | 20 write_req_t *wr = (write_req_t*) req; in free_write_req() local
|
/netbsd-src/games/hack/ |
H A D | hack.main.c | 539 chdirx(const char *dir, boolean wr) in chdirx()
|
/netbsd-src/external/mit/libuv/dist/docs/code/uvtee/ |
H A D | main.c | 23 write_req_t *wr = (write_req_t*) req; in free_write_req() local
|
/netbsd-src/external/bsd/unbound/dist/validator/ |
H A D | val_kcache.c | 107 uint16_t key_class, int wr) in key_cache_search()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/stats/ |
H A D | stats.cc | 134 } wr; variable
|
/netbsd-src/usr.sbin/mlxctl/ |
H A D | util.c | 132 mlx_configuration(struct mlx_core_cfg *cfg, int wr) in mlx_configuration()
|
/netbsd-src/external/bsd/am-utils/dist/conf/mtab/ |
H A D | mtab_isc3.c | 213 int wr; in write_mntent_to_mtab() local
|
/netbsd-src/external/bsd/ipf/dist/samples/ |
H A D | proxy.c | 236 fd_set rd, wr; local
|
/netbsd-src/external/bsd/unbound/dist/services/cache/ |
H A D | infra.c | 373 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 D | psl.h | 328 #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 D | save.c | 318 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 D | local.c | 548 char *wr = ap->sarg(0); in fixdef() local
|
/netbsd-src/sys/sys/ |
H A D | wapbl.h | 255 #define wapbl_replay_isopen(wr) ((wr)->wr_scratch != 0) argument
|
/netbsd-src/external/bsd/bzip2/dist/ |
H A D | compress.c | 127 Int32 wr; in generateMTFValues() local
|
/netbsd-src/usr.sbin/sa/ |
H A D | main.c | 298 acct_load(const char *pn, int wr) in acct_load()
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/record/ |
H A D | rec_layer_d1.c | 799 SSL3_RECORD wr; in do_dtls1_write() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/record/ |
H A D | rec_layer_d1.c | 807 SSL3_RECORD wr; in do_dtls1_write() local
|