Searched refs:namebuflen (Results 1 – 3 of 3) sorted by relevance
| /trueos/crypto/openssh/ |
| HD | sshpty.c | 64 pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen) in pty_allocate() argument 79 strlcpy(namebuf, name, namebuflen); /* possible truncation */ in pty_allocate()
|
| HD | monitor_wrap.c | 701 mm_pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen) in mm_pty_allocate() argument 736 strlcpy(namebuf, p, namebuflen); /* Possible truncation */ in mm_pty_allocate()
|
| /trueos/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | Host.cpp | 793 int namebuflen = strlen(namebuf.get()); in SetShortThreadName() local 794 if (namebuflen > 0) in SetShortThreadName() 796 if (namebuf[namebuflen - 1] == '(' || namebuf[namebuflen - 1] == '>') in SetShortThreadName() 799 namebuflen--; in SetShortThreadName() 800 namebuf[namebuflen] = 0; in SetShortThreadName()
|