Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libc/gen/
HDctermid.c41 ctermid(char *s) in ctermid() function
68 return (s != NULL ? ctermid(s) : NULL); in ctermid_r()
HDMakefile.inc37 ctermid.c \
222 ctermid.3 \
347 MLINKS+=ctermid.3 ctermid_r.3
HDSymbol.map70 ctermid;
/freebsd-14-stable/include/
HDstdio.h320 char *ctermid(char *);
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetLibraryInfo.def1072 /// char *ctermid(char *s);
1073 TLI_DEFINE_ENUM_INTERNAL(ctermid)
1074 TLI_DEFINE_STRING_INTERNAL("ctermid")
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_interceptors.inc6697 INTERCEPTOR(char *, ctermid, char *s) {
6699 COMMON_INTERCEPTOR_ENTER(ctx, ctermid, s);
6700 char *res = REAL(ctermid)(s);
6706 #define INIT_CTERMID COMMON_INTERCEPT_FUNCTION(ctermid);
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt1547 fun:ctermid=uninstrumented