Home
last modified time | relevance | path

Searched refs:wtmp_file (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/login/
Dupdwtmp.c27 __updwtmp (const char *wtmp_file, const struct utmp *utmp) in __updwtmp() argument
29 const char *file_name = TRANSFORM_UTMP_FILE_NAME (wtmp_file); in __updwtmp()
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-32/
Dutmp32.c176 updwtmp32 (const char *wtmp_file, const struct utmp32 *utmp) in updwtmp32() argument
181 __updwtmp (wtmp_file, &in32); in updwtmp32()
/glibc-2.36/manual/
Dusers.texi1426 @deftypefun void updwtmp (const char *@var{wtmp_file}, const struct utmp *@var{utmp})
1441 database specified by @var{wtmp_file}. For possible values for the
1442 @var{wtmp_file} argument see the @code{utmpname} function.