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

  /xsrc/external/mit/sessreg/dist/man/
filenames.sed.c 3 #ifdef UTMPX_FILE
4 # define UTF UTMPX_FILE
  /xsrc/external/mit/sessreg/dist/
sessreg.h 116 #ifndef UTMPX_FILE
117 # define UTMPX_FILE _PATH_UTMPX
sessreg.c 99 static const char *utmpx_file = NULL; variable
246 utmpx_file = utmp_file;
332 utmpx_file = UTMPX_FILE;
363 if (utmpx_file != NULL) {
364 utmpxname (utmpx_file);
374 if (utmpx_file != NULL)

Completed in 32 milliseconds