OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vpty
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/tmux/dist/fuzz/
input-fuzzer.c
32
struct bufferevent *
vpty
[2];
local
46
bufferevent_pair_new(libevent, BEV_OPT_CLOSE_ON_FREE,
vpty
);
47
wp->ictx = input_init(wp,
vpty
[0], NULL);
65
bufferevent_free(
vpty
[0]);
66
bufferevent_free(
vpty
[1]);
input-fuzzer.c
32
struct bufferevent *
vpty
[2];
local
46
bufferevent_pair_new(libevent, BEV_OPT_CLOSE_ON_FREE,
vpty
);
47
wp->ictx = input_init(wp,
vpty
[0], NULL);
65
bufferevent_free(
vpty
[0]);
66
bufferevent_free(
vpty
[1]);
Completed in 69 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026