Lines Matching refs:buf
398 BufferArg buf(buf_ptr, size);
407 strncpy((char *)buf.bufferPtr(), cwd.c_str(), size);
410 if (getcwd((char *)buf.bufferPtr(), size)) {
411 result = strlen((char *)buf.bufferPtr());
417 buf.copyOut(tc->getVirtProxy());
443 BufferArg buf(buf_ptr, bufsiz);
447 result = readlink(path.c_str(), (char *)buf.bufferPtr(), bufsiz);
467 strncpy((char*)buf.bufferPtr(), real_path, bufsiz);
480 (char*)buf.bufferPtr());
483 buf.copyOut(tc->getVirtProxy());
1202 char buf[PATH_MAX];
1203 tgt_cwd = realpath((p->tgtCwd + "/" + path).c_str(), buf);
1676 * Put the buf address into the bufferArray for later retrieval.