Home
last modified time | relevance | path

Searched defs:ctermid (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/lib/libc/gen/
Dctermid.c36 ctermid(char *s) in ctermid() function
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/
DPOSIX.xs1460 #define ctermid(x) (not_here("ctermid"), (char *)NULL) macro
/openbsd/src/gnu/usr.bin/perl/
Dreentr.h867 # define ctermid(a) ctermid_r(a) macro
/openbsd/src/gnu/usr.bin/perl/os2/
Dos2.c1697 char * ctermid(char *s) { return 0; } in ctermid() function