Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-cwd-and-chdir.c30 char buffer_new[PATHMAX]; in TEST_IMPL() local
49 size2 = sizeof buffer_new; in TEST_IMPL()
50 err = uv_cwd(buffer_new, &size2); in TEST_IMPL()
54 ASSERT(strcmp(buffer_orig, buffer_new) == 0); in TEST_IMPL()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbf_buff.c20 static int buffer_new(BIO *h);
37 buffer_new,
47 static int buffer_new(BIO *bi) in buffer_new() function
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbf_buff.c20 static int buffer_new(BIO *h);
35 buffer_new,
45 static int buffer_new(BIO *bi) in buffer_new() function