Home
last modified time | relevance | path

Searched refs:namebuflen (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dsshpty.c64 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()
Dmonitor_wrap.c494 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/
DHost.cpp715 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()