Home
last modified time | relevance | path

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

/misc/
A Dttyslot.c47 size_t buflen = __sysconf (_SC_TTY_NAME_MAX) + 1; in ttyslot() local
50 if (buflen == 0) in ttyslot()
52 buflen = 32; in ttyslot()
54 name = __alloca (buflen); in ttyslot()
58 if (__ttyname_r (cnt, name, buflen) == 0) { in ttyslot()

Completed in 5 milliseconds