HomeSort by: relevance | last modified time | path
    Searched refs:setttyentpath (Results 1 - 6 of 6) sorted by relevancy

  /src/include/
ttyent.h 74 int setttyentpath(const char *);
  /src/lib/libc/gen/
getttyent.c 60 __weak_alias(setttyentpath,_setttyentpath)
223 setttyentpath(const char *path) function in typeref:typename:int
257 return setttyentpath(_PATH_TTYS);
Makefile.inc 154 getttyent.3 setttyent.3 getttyent.3 setttyentpath.3
  /src/lib/libc/include/
namespace.h 653 #define setttyentpath _setttyentpath macro
  /src/sbin/init/
init.c 1762 return setttyentpath(path);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 7133 INTERCEPTOR(int, setttyentpath, char *path) {
7135 COMMON_INTERCEPTOR_ENTER(ctx, setttyentpath, path);
7138 return REAL(setttyentpath)(path);
7143 COMMON_INTERCEPT_FUNCTION(setttyentpath)

Completed in 21 milliseconds