buflen            241 nosyscallsreal.c int _real_ptsname_r (int fd, char * buf, size_t buflen)
buflen            243 nosyscallsreal.c   REAL_FUNC_PASSTHROUGH (ptsname_r) (fd, buf, buflen);
buflen            178 plugin/ipc/file/filewrappers.cpp static int ptsname_r_work(int fd, char * buf, size_t buflen)
buflen            189 plugin/ipc/file/filewrappers.cpp   if (virtPtsName.length() >= buflen)
buflen            191 plugin/ipc/file/filewrappers.cpp     JWARNING(false) (virtPtsName) (virtPtsName.length()) (buflen)
buflen            202 plugin/ipc/file/filewrappers.cpp extern "C" int ptsname_r(int fd, char * buf, size_t buflen)
buflen            206 plugin/ipc/file/filewrappers.cpp   int retVal = ptsname_r_work(fd, buf, buflen);
buflen            227 plugin/ipc/file/filewrappers.cpp extern "C" int __ptsname_r_chk(int fd, char * buf, size_t buflen, size_t nreal)
buflen            231 plugin/ipc/file/filewrappers.cpp   JASSERT(buflen <= nreal) (buflen) (nreal) .Text("Buffer Overflow detected!");
buflen            233 plugin/ipc/file/filewrappers.cpp   int retVal = ptsname_r_work(fd, buf, buflen);
buflen            240 plugin/ipc/file/filewrappers.cpp extern "C" int ttyname_r(int fd, char *buf, size_t buflen)
buflen            252 plugin/ipc/file/filewrappers.cpp     if (virtPtsName.length() >= buflen) {
buflen            253 plugin/ipc/file/filewrappers.cpp       JWARNING(false) (virtPtsName) (virtPtsName.length()) (buflen)
buflen            258 plugin/ipc/file/filewrappers.cpp       strncpy(buf, virtPtsName.c_str(), buflen);
buflen            276 plugin/ipc/file/filewrappers.cpp extern "C" int __ttyname_r_chk(int fd, char *buf, size_t buflen, size_t nreal)
buflen            278 plugin/ipc/file/filewrappers.cpp   return ttyname_r(fd, buf, buflen);
buflen            666 plugin/ipc/file/filewrappers.cpp                                   size_t bufsiz, size_t buflen)
buflen            684 syscallsreal.c int _real_ptsname_r (int fd, char * buf, size_t buflen)
buflen            686 syscallsreal.c   REAL_FUNC_PASSTHROUGH (ptsname_r) (fd, buf, buflen);
buflen            689 syscallsreal.c int _real_ttyname_r (int fd, char * buf, size_t buflen)
buflen            691 syscallsreal.c   REAL_FUNC_PASSTHROUGH (ttyname_r) (fd, buf, buflen);
buflen            335 syscallwrappers.h   int _real_ttyname_r (int fd, char *buf, size_t buflen);
buflen            336 syscallwrappers.h   int _real_ptsname_r (int fd, char * buf, size_t buflen);