DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ctermid
include/stdio.h
290
char *ctermid(char *);
lib/libc/gen/ctermid.c
55
return (s) ? ctermid(s) : NULL;