OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maybe_dup2
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libwrap/
options.c
396
#define
maybe_dup2
(from, to) ((from == to) ? to : (close(to), dup(from)))
macro
398
if (
maybe_dup2
(request->fd, 0) != 0 ||
399
maybe_dup2
(request->fd, 1) != 1 ||
400
maybe_dup2
(request->fd, 2) != 2) {
options.c
396
#define
maybe_dup2
(from, to) ((from == to) ? to : (close(to), dup(from)))
macro
398
if (
maybe_dup2
(request->fd, 0) != 0 ||
399
maybe_dup2
(request->fd, 1) != 1 ||
400
maybe_dup2
(request->fd, 2) != 2) {
Completed in 24 milliseconds
Indexes created Sat Sep 27 21:09:56 GMT 2025