| /netbsd/src/external/ibm-public/postfix/dist/src/flush/ |
| D | Makefile.in | 2 SRCS = flush.c 3 OBJS = flush.o 9 PROG = flush 51 flush.o: ../../include/argv.h 52 flush.o: ../../include/attr.h 53 flush.o: ../../include/check_arg.h 54 flush.o: ../../include/dict.h 55 flush.o: ../../include/domain_list.h 56 flush.o: ../../include/events.h 57 flush.o: ../../include/flush_clnt.h [all …]
|
| /netbsd/src/common/dist/zlib/ |
| D | deflate.h | 335 # define _tr_tally_lit(s, c, flush) \ argument 340 flush = (s->sym_next == s->sym_end); \ 342 # define _tr_tally_dist(s, distance, length, flush) \ argument 350 flush = (s->sym_next == s->sym_end); \ 353 # define _tr_tally_lit(s, c, flush) \ argument 359 flush = (s->sym_next == s->sym_end); \ 361 # define _tr_tally_dist(s, distance, length, flush) \ argument 370 flush = (s->sym_next == s->sym_end); \ 374 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument 375 # define _tr_tally_dist(s, distance, length, flush) \ argument [all …]
|
| D | deflate.c | 72 typedef block_state (*compress_func)(deflate_state *s, int flush); 75 local block_state deflate_stored(deflate_state *s, int flush); 76 local block_state deflate_fast(deflate_state *s, int flush); 78 local block_state deflate_slow(deflate_state *s, int flush); 80 local block_state deflate_rle(deflate_state *s, int flush); 81 local block_state deflate_huff(deflate_state *s, int flush); 948 int ZEXPORT deflate(z_streamp strm, int flush) { in deflate() argument 952 if (deflateStateCheck(strm) || flush > Z_BLOCK || flush < 0) { in deflate() 959 (s->status == FINISH_STATE && flush != Z_FINISH)) { in deflate() 965 s->last_flush = flush; in deflate() [all …]
|
| /netbsd/src/common/dist/zlib/examples/ |
| D | fitblk.c | 75 int ret, flush; in partcompress() local 78 flush = Z_NO_FLUSH; in partcompress() 85 flush = Z_FINISH; in partcompress() 86 ret = deflate(def, flush); in partcompress() 88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH); in partcompress() 98 int ret, flush; in recompress() local 101 flush = Z_NO_FLUSH; in recompress() 116 flush = Z_FINISH; in recompress() 117 ret = deflate(def, flush); in recompress()
|
| D | zpipe.c | 38 int ret, flush; in def() local 59 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH; in def() 67 ret = deflate(&strm, flush); /* no bad return value */ in def() 78 } while (flush != Z_FINISH); in def()
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/zmod/ |
| D | deflate.h | 308 # define _tr_tally_lit(s, c, flush) \ argument 313 flush = (s->last_lit == s->lit_bufsize-1); \ 315 # define _tr_tally_dist(s, distance, length, flush) \ argument 323 flush = (s->last_lit == s->lit_bufsize-1); \ 326 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument 327 # define _tr_tally_dist(s, distance, length, flush) \ argument 328 flush = _tr_tally(s, distance, length)
|
| D | deflate.c | 78 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); 82 local block_state deflate_stored OF((deflate_state *s, int flush)); 83 local block_state deflate_fast OF((deflate_state *s, int flush)); 85 local block_state deflate_slow OF((deflate_state *s, int flush)); 558 int ZEXPORT deflate (strm, flush) in deflate() argument 560 int flush; 566 flush > Z_FINISH || flush < 0) { 573 (s->status == FINISH_STATE && flush != Z_FINISH)) { 580 s->last_flush = flush; 780 } else if (strm->avail_in == 0 && flush <= old_flush && [all …]
|
| /netbsd/src/usr.bin/fpr/ |
| D | fpr.c | 85 static void flush(void); 133 flush(); in main() 137 flush(); in main() 142 flush(); in main() 146 flush(); in main() 150 flush(); in main() 159 flush(); in main() 250 flush(); in get_text() 323 flush(void) in flush() function
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
| D | queue.h | 73 #pragma omp flush in _RestrictedBoundedConcurrentQueue() 103 #pragma omp flush in pop_front() 118 #pragma omp flush in pop_front() 130 #pragma omp flush in pop_back() 145 #pragma omp flush in pop_back()
|
| D | workstealing.h | 207 # pragma omp flush(__busy) in __for_each_template_random_access_workstealing() 234 # pragma omp flush(__busy) in __for_each_template_random_access_workstealing() 253 # pragma omp flush(__busy) in __for_each_template_random_access_workstealing() 290 # pragma omp flush(__busy) in __for_each_template_random_access_workstealing() 292 # pragma omp flush(__busy) in __for_each_template_random_access_workstealing()
|
| /netbsd/src/etc/rc.d/ |
| D | ip6addrctl | 26 ${IP6ADDRCTL_CMD} flush >/dev/null 2>&1 42 ${IP6ADDRCTL_CMD} flush >/dev/null 2>&1 62 ${IP6ADDRCTL_CMD} flush >/dev/null 2>&1 89 ${IP6ADDRCTL_CMD} flush >/dev/null 2>&1
|
| /netbsd/src/sys/net/npf/ |
| D | npf_conf.c | 134 npf_config_load(npf_t *npf, npf_config_t *nc, npf_conndb_t *conns, bool flush) in npf_config_load() argument 139 nc->default_pass = flush; in npf_config_load() 160 npf_conn_load(npf, conns, !flush); in npf_config_load() 169 if (flush || conns) { in npf_config_load() 175 if (flush) { in npf_config_load() 184 npf_conn_load(npf, conns, !flush); in npf_config_load()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| D | vmwgfx_overlay.c | 76 SVGAEscapeVideoFlush flush; member 90 fill_escape(&cmd->escape, sizeof(cmd->flush)); in fill_flush() 91 cmd->flush.cmdType = SVGA_ESCAPE_VMWARE_VIDEO_FLUSH; in fill_flush() 92 cmd->flush.streamId = stream_id; in fill_flush() 106 struct vmw_escape_video_flush *flush; in vmw_overlay_send_put() local 130 fifo_size = sizeof(*cmds) + sizeof(*flush) + sizeof(*items) * num_items; in vmw_overlay_send_put() 138 flush = (struct vmw_escape_video_flush *)&items[num_items]; in vmw_overlay_send_put() 177 fill_flush(flush, arg->stream_id); in vmw_overlay_send_put() 197 struct vmw_escape_video_flush flush; in vmw_overlay_send_stop() member 219 fill_flush(&cmds->flush, stream_id); in vmw_overlay_send_stop()
|
| /netbsd/src/distrib/utils/more/ |
| D | output.c | 137 flush() in flush() function 167 flush(); 243 flush(); 258 flush();
|
| /netbsd/src/external/bsd/atf/dist/atf-c++/ |
| D | utils.cpp | 72 std::cout.flush(); in fork() 73 std::cerr.flush(); in fork() 93 std::cout.flush(); in redirect() 95 std::cerr.flush(); in redirect()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/m32r/ |
| D | m32r.opt | 62 Specify cache flush function. 66 Specify cache flush trap number. 92 mno-flush-func 94 Don't call any cache flush functions. 96 mno-flush-trap 98 Don't call any cache flush trap.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ui-out.h | 262 void flush () { do_flush (); } in flush() function 490 void flush () const; 505 output_unit (std::string msg, int wrap_hint = -1, bool flush = false) 506 : m_msg (msg), m_wrap_hint (wrap_hint), m_flush (flush) in m_msg() 510 void flush () const; 556 g.flush (); in do_with_buffered_output() 566 g.flush (); in do_with_buffered_output() 610 void flush () override in flush() function
|
| D | ui-file.c | 283 stdio_file::flush () in flush() function 366 gdb_stdout->flush (); in write() 376 gdb_stdout->flush (); in puts() 396 tee_file::flush () in flush() function 398 m_one->flush (); in flush() 399 m_two->flush (); in flush()
|
| D | ui-file.h | 96 virtual void flush () in flush() function 258 void flush () override; 348 void flush () override; 413 void flush () override in flush() function 414 { m_stream->flush (); } in flush()
|
| /netbsd/src/sys/external/bsd/ipf/netinet/ |
| D | ip_lookup.c | 597 iplookupflush_t flush; in ipf_lookup_flush() local 600 err = BCOPYIN(data, &flush, sizeof(flush)); in ipf_lookup_flush() 606 unit = flush.iplf_unit; in ipf_lookup_flush() 612 flush.iplf_name[sizeof(flush.iplf_name) - 1] = '\0'; in ipf_lookup_flush() 614 type = flush.iplf_type; in ipf_lookup_flush() 624 &flush); in ipf_lookup_flush() 629 flush.iplf_count = num; in ipf_lookup_flush() 630 err = BCOPYOUT(&flush, data, sizeof(flush)); in ipf_lookup_flush()
|
| /netbsd/src/usr.bin/tip/aculib/ |
| D | biz31.c | 51 static void flush(const char *); 90 flush(" NO CONNECTION\r\n\07\r\n"); in biz_dialer() 92 flush("CONNECTION\r\n\07"); in biz_dialer() 187 flush(const char *s) in flush() function
|
| /netbsd/src/external/bsd/ipf/dist/ |
| D | ip_lookup.c | 607 iplookupflush_t flush; local 610 err = BCOPYIN(data, &flush, sizeof(flush)); 616 unit = flush.iplf_unit; 622 flush.iplf_name[sizeof(flush.iplf_name) - 1] = '\0'; 624 type = flush.iplf_type; 634 &flush); 639 flush.iplf_count = num; 640 err = BCOPYOUT(&flush, data, sizeof(flush));
|
| /netbsd/src/sys/net/ |
| D | ppp-deflate.c | 235 int proto, olen, wspace, r, flush; in z_compress() local 289 flush = (mp == NULL)? Z_PACKET_FLUSH: Z_NO_FLUSH; in z_compress() 292 r = deflate(&state->strm, flush); in z_compress() 298 if (flush != Z_NO_FLUSH && state->strm.avail_out != 0) in z_compress() 305 flush = Z_PACKET_FLUSH; in z_compress() 468 int seq, i, flush, r, decode_proto; in z_decompress() local 527 flush = (mi == NULL)? Z_PACKET_FLUSH: Z_NO_FLUSH; in z_decompress() 538 r = inflate(&state->strm, flush); in z_decompress() 548 if (flush != Z_NO_FLUSH && state->strm.avail_out != 0) in z_decompress() 556 flush = Z_PACKET_FLUSH; in z_decompress()
|
| /netbsd/src/sbin/fsck_ext2fs/ |
| D | utilities.c | 215 flush(fswritefd, bp); in getblk() 223 flush(int fd, struct bufarea *bp) in flush() function 267 flush(fswritefd, &sblk); in ckfini() 272 flush(fswritefd, &sblk); in ckfini() 275 flush(fswritefd, &asblk); in ckfini() 279 flush(fswritefd, bp); in ckfini() 298 flush(fswritefd, &sblk); in ckfini()
|
| /netbsd/src/sbin/fsck_ffs/ |
| D | utilities.c | 214 flush(fswritefd, bp); in getblk() 223 flush(int fd, struct bufarea *bp) in flush() function 280 flush(fswritefd, &sblk); in ckfini() 290 flush(fswritefd, &sblk); in ckfini() 293 flush(fswritefd, &appleufsblk); in ckfini() 296 flush(fswritefd, &cgblk); in ckfini() 300 flush(fswritefd, bp); in ckfini() 321 flush(fswritefd, &sblk); in ckfini() 331 flush(fswritefd, &sblk); in ckfini() 337 flush(fswritefd, &sblk); in ckfini()
|