OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WTMP_FILE
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/sessreg/dist/
sessreg.h
81
#ifndef
WTMP_FILE
83
# define
WTMP_FILE
_PATH_WTMP
85
# define
WTMP_FILE
"/usr/adm/wtmp"
sessreg.c
93
static const char *
wtmp_file
, *utmp_file;
variable
232
wtmp_file
= getstring (&argv, &wflag);
233
if (!strcmp (
wtmp_file
, "none"))
237
wtmpx_file =
wtmp_file
;
324
wtmp_file
=
WTMP_FILE
;
409
wtmp = open (
wtmp_file
, O_WRONLY|O_APPEND);
/xsrc/external/mit/sessreg/dist/man/
filenames.sed.c
19
# define WTF
WTMP_FILE
/xsrc/external/mit/xterm/dist/
main.c
419
#if defined(
WTMP_FILE
)
420
#define WTMP_FILENAME
WTMP_FILE
/xsrc/external/mit/xdm/dist/
configure
708
WTMP_FILE
23680
# Check whether --with-
wtmp_file
was given.
23683
withval=$with_wtmp_file;
WTMP_FILE
="$withval"
23686
if test "x$
WTMP_FILE
" = "xyes" ; then
23687
WTMP_FILE
=""
23688
elif test "x$
WTMP_FILE
" = "xno" ; then
23689
WTMP_FILE
="none"
23693
if test "x$
WTMP_FILE
" = "x" ; then
23697
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $
WTMP_FILE
" >&5
23698
printf "%s\n" "$
WTMP_FILE
" >&6;
[
all
...]
Completed in 16 milliseconds
Indexes created Fri Apr 17 00:22:50 UTC 2026