HomeSort by: relevance | last modified time | path
    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