Searched refs:wtmp (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/sessreg/dist/man/ |
| H A D | filenames.sed.c | 20 # define WTM wtmp
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_math.c | 142 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 D | sessreg.c | 60 * 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 D | functions_win.c | 720 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 D | event_handlers.c | 2836 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 D | m_matrix.c | 358 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 D | configure.ac | 331 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 D | aclocal.m4 | 4699 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 D | configure | 732 --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