OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MAYBE_DUP
usr.bin/ssh/channels.c
715
#define MAYBE_DUP(s) ((s == NULL) ? NULL : xstrdup(s))
usr.bin/ssh/channels.c
722
#undef MAYBE_DUP