OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptsname_buf
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/private/
bionic_tls.h
95
char
ptsname_buf
[32];
member in struct:bionic_tls
/bionic/libc/bionic/
pty.cpp
55
char* buf = tls.
ptsname_buf
;
56
int error = ptsname_r(fd, buf, sizeof(tls.
ptsname_buf
));
Completed in 60 milliseconds