Home
last modified time | relevance | path

Searched refs:konf_buf_add (Results 1 – 3 of 3) sorted by relevance

/dports/shells/klish/klish-2.1.4/konf/
H A Dbuf.h38 int konf_buf_add(konf_buf_t *instance, void *str, size_t len);
/dports/shells/klish/klish-2.1.4/konf/net/
H A Dnet.c129 konf_buf_add(data, str, strlen(str) + 1); in konf_client_recv_data()
/dports/shells/klish/klish-2.1.4/konf/buf/
H A Dbuf.c116 int konf_buf_add(konf_buf_t *this, void *str, size_t len) in konf_buf_add() function