Lines Matching defs:buffer
684 1. compute the length of the output buffer in bytes (size)
1915 Return -1 on encoding error, on readlink() error, if the internal buffer is
2090 // The caller must ensure "buffer" is big enough.
2092 join_relfile(wchar_t *buffer, size_t bufsize,
2096 if (FAILED(PathCchCombineEx(buffer, bufsize, dirname, relfile,
2110 wcscpy(buffer, relfile);
2113 if (dirname != buffer) {
2114 wcscpy(buffer, dirname);
2118 buffer[dirlen] = SEP;
2121 wcscpy(&buffer[relstart], relfile);
2153 dirname: the target buffer with the dirname already in place,
2156 bufsize: total allocated size of the buffer
2179 path, which will be within the original buffer. Guaranteed to not
2309 path, which will be within the original buffer. Guaranteed to not
2321 /* Get the current directory. buflen is the buffer size in wide characters