Searched refs:ret_buf (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/src/filesystem/
H A Dposix_compat.h438 SSizeT readlink(const wchar_t *path, wchar_t *ret_buf, size_t bufsize) { argument
476 memcpy(ret_buf, &symlink.PathBuffer[name_offset / sizeof(wchar_t)],
/openbsd-current/sys/dev/pci/
H A Dif_bnx.c1802 bnx_nvram_read(struct bnx_softc *sc, u_int32_t offset, u_int8_t *ret_buf, argument
1843 memcpy(ret_buf, buf + (offset & 3), pre_len);
1846 ret_buf += pre_len;
1866 memcpy(ret_buf, buf, 4 - extra);
1876 rc = bnx_nvram_read_dword(sc, offset32, ret_buf, cmd_flags);
1880 ret_buf += 4;
1884 rc = bnx_nvram_read_dword(sc, offset32, ret_buf, 0);
1888 ret_buf += 4;
1898 memcpy(ret_buf, buf, 4 - extra);
/openbsd-current/gnu/usr.bin/perl/vms/
H A Dvms.c5922 char * expanded, *ret_spec, *ret_buf; local
5925 ret_buf = outbuf;
5926 if (ret_buf == NULL) {
5931 ret_buf = expanded;
5933 ret_buf = __rmsexpand_retbuf;
5938 ret_spec = int_rmsexpand(filespec, ret_buf, defspec,
6521 char * fileified, *ret_spec, *ret_buf; local
6524 ret_buf = buf;
6525 if (ret_buf == NULL) {
6530 ret_buf
6965 char * pathified, *ret_spec, *ret_buf; local
7395 char * unixspec, *ret_spec, *ret_buf; local
8873 char * vmsspec, *ret_spec, *ret_buf; local
[all...]

Completed in 214 milliseconds