Searched refs:wtmp (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/sessreg/dist/man/
H A Dfilenames.sed.c20 # define WTM wtmp
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_math.c142 float wtmp[4][8]; local in function:util_invert_mat4x4
154 r0 = wtmp[0], r1 = wtmp[1], r2 = wtmp[2], r3 = wtmp[3];
/xsrc/external/mit/sessreg/dist/
H A Dsessreg.c60 * simple wtmp/utmp frobber
62 * usage: sessreg [ -w <wtmp-file> ] [ -u <utmp-file> ]
134 "%s: usage %s {-a -d} [-w wtmp-file] [-u utmp-file]"
199 * utmp/wtmp files, since strlcpy() does not write past the \0 terminator.
217 int wtmp; local in function:main
409 wtmp = open (wtmp_file, O_WRONLY|O_APPEND);
410 if (wtmp != -1) {
411 sysnerr (write (wtmp, (char *) &utmp_entry, sizeof (utmp_entry))
412 == sizeof (utmp_entry), "write wtmp entry");
413 close (wtmp);
[all...]
/xsrc/external/mit/ctwm/dist/
H A Dfunctions_win.c720 int wtmp = tmp_win->frame_width; /* or si->denom; if it were != 0 */ local in function:DFHANDLER
725 else if(newx < -wtmp) {
726 newx = -wtmp;
733 else if(newx >= wtmp) {
734 newx = wtmp - 1;
H A Devent_handlers.c2836 TwmWindow *wtmp; local in function:HandleButtonPress
2840 if(chwin && (wtmp = GetTwmWindow(chwin))) {
2844 Tmp_win = wtmp;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_matrix.c358 GLfloat wtmp[4][8]; local in function:invert_matrix_general
362 r0 = wtmp[0], r1 = wtmp[1], r2 = wtmp[2], r3 = wtmp[3];
/xsrc/external/mit/xdm/dist/
H A Dconfigure.ac331 AS_HELP_STRING([--with-wtmp-file=<pathname>],
333 AS_HELP_STRING([--without-wtmp-file],
334 [specify passing "none" to sessreg -w to not record logins in wtmp]),
/xsrc/external/mit/xterm/dist/
H A Daclocal.m44699 dnl utmp and wtmp have different pathnames on different systems, but there
4701 dnl in the same directories. Prefer utmpx/wtmpx to utmp/wtmp, since that's
4737 dnl Like CF_WITH_UTMP_PATH, but for the wtmp file.
4739 AC_ARG_WITH(wtmp-path,
4740 [ --with-wtmp-path=XXX use XXX rather than auto for wtmp path],
4744 for cf_wtmp_path in /etc/wtmp /var/adm/wtmp /var/run/wtmp /var/log/wtmp
[all...]
H A Dconfigure732 --with-wtmp-path=XXX use XXX rather than auto for wtmp path
9040 # Check whether --with-wtmp-path or --without-wtmp-path was given.
9048 for cf_wtmp_path in /etc/wtmp /var/adm/wtmp /var/run/wtmp /var/log/wtmp
9053 elif test -f $cf_wtmp_path/wtmp ; then

Completed in 38 milliseconds