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

  /src/include/
utmpx.h 39 #define _PATH_UTMPX "/var/run/utmpx"
83 * stored in _PATH_UTMPX or _PATH_WTMPX. This is not the format the
  /src/lib/libc/gen/
utmpx.c 61 static char utfile[MAXPATHLEN] = _PATH_UTMPX;
251 if (strcmp(_PATH_UTMPX, utfile) == 0) {
  /src/usr.bin/who/
utmpentry.c 123 sfname = fname ? fname : _PATH_UTMPX;

Completed in 23 milliseconds