Home
last modified time | relevance | path

Searched refs:flushfn (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/dma/
H A Dspool.c408 char *flushfn = NULL; in flushqueue_since() local
410 if (asprintf(&flushfn, "%s/%s", config.spooldir, SPOOL_FLUSHFILE) < 0) in flushqueue_since()
412 if (stat(flushfn, &st) < 0) { in flushqueue_since()
413 free(flushfn); in flushqueue_since()
416 free(flushfn); in flushqueue_since()
417 flushfn = NULL; in flushqueue_since()
431 char *flushfn = NULL; in flushqueue_signal() local
434 if (asprintf(&flushfn, "%s/%s", config.spooldir, SPOOL_FLUSHFILE) < 0) in flushqueue_signal()
436 fd = open(flushfn, O_CREAT|O_WRONLY|O_TRUNC, 0660); in flushqueue_signal()
437 free(flushfn); in flushqueue_signal()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9668 funopen2_flushfn flushfn, funopen2_closefn closefn) {
9671 flushfn, closefn);
9679 wrapped_cookie->real_flush = flushfn;
9687 flushfn ? wrapped_funopen2_flush : nullptr,