Searched refs:namebuflen (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | sshpty.c | 64 pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen) in pty_allocate() argument 84 strlcpy(namebuf, name, namebuflen); /* possible truncation */ in pty_allocate()
|
D | monitor_wrap.c | 494 mm_pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen) in mm_pty_allocate() argument 529 strlcpy(namebuf, p, namebuflen); /* Possible truncation */ in mm_pty_allocate()
|
/external/lldb/source/Host/common/ |
D | Host.cpp | 715 int namebuflen = strlen(namebuf); in SetShortThreadName() local 716 if (namebuflen > 0) in SetShortThreadName() 718 if (namebuf[namebuflen - 1] == '(' || namebuf[namebuflen - 1] == '>') in SetShortThreadName() 721 namebuflen--; in SetShortThreadName() 722 namebuf[namebuflen] = 0; in SetShortThreadName()
|