Home
last modified time | relevance | path

Searched refs:opt_unlink_early (Results 1 – 5 of 5) sorted by relevance

/dports/net/socat/socat-1.7.4.2/
H A Dxio-named.c21 const struct optdesc opt_unlink_early= { "unlink-early",NULL, OPT_UNLINK_EARLY,GROUP_NAMED, PH_EARL…
104 bool opt_unlink_early = false;
130 retropt_bool(opts, OPT_UNLINK_EARLY, &opt_unlink_early);
131 if (*exists && opt_unlink_early) {
H A Dxio-unix.c129 bool opt_unlink_early = false; in xioopen_unix_listen() local
146 retropt_bool(opts, OPT_UNLINK_EARLY, &opt_unlink_early); in xioopen_unix_listen()
159 if (opt_unlink_early) { in xioopen_unix_listen()
349 bool opt_unlink_early = false; in xioopen_unix_recvfrom() local
369 retropt_bool(opts, OPT_UNLINK_EARLY, &opt_unlink_early); in xioopen_unix_recvfrom()
383 if (opt_unlink_early) { in xioopen_unix_recvfrom()
434 bool opt_unlink_early = false; in xioopen_unix_recv() local
455 retropt_bool(opts, OPT_UNLINK_EARLY, &opt_unlink_early); in xioopen_unix_recv()
470 if (opt_unlink_early) { in xioopen_unix_recv()
H A Dxio-pipe.c86 bool opt_unlink_early = false; in xioopen_fifo() local
102 retropt_bool(opts, OPT_UNLINK_EARLY, &opt_unlink_early); in xioopen_fifo()
106 if (opt_unlink_early) { in xioopen_fifo()
H A Dxio-named.h14 extern const struct optdesc opt_unlink_early;
H A Dxioopts.c968 IF_NAMED ("new", &opt_unlink_early)
1759 IF_NAMED ("unlink-early", &opt_unlink_early)