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

  /xsrc/external/mit/sessreg/dist/man/
filenames.sed.c 20 # define WTM wtmp
  /xsrc/external/mit/MesaLib/dist/src/util/
u_math.c 142 float wtmp[4][8]; local
154 r0 = wtmp[0], r1 = wtmp[1], r2 = wtmp[2], r3 = wtmp[3];
  /xsrc/external/mit/ctwm/dist/
functions_win.c 720 int wtmp = tmp_win->frame_width; /* or si->denom; if it were != 0 */ local
725 else if(newx < -wtmp) {
726 newx = -wtmp;
733 else if(newx >= wtmp) {
734 newx = wtmp - 1;
event_handlers.c 2836 TwmWindow *wtmp; local
2840 if(chwin && (wtmp = GetTwmWindow(chwin))) {
2844 Tmp_win = wtmp;
  /xsrc/external/mit/sessreg/dist/
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
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/MesaLib.old/dist/src/mesa/math/
m_matrix.c 358 GLfloat wtmp[4][8]; local
362 r0 = wtmp[0], r1 = wtmp[1], r2 = wtmp[2], r3 = wtmp[3];
  /xsrc/external/mit/xterm/dist/
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 21 milliseconds