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

  /xsrc/external/mit/xorg-server/dist/mi/
mizerclip.c 420 CARD32 utmp = 0;
468 utmp = xmin - x1_orig;
469 if (utmp <= 32767) { /* clip based on near endpt */
478 utmp = x2_orig - xmin;
490 utmp = ymin - y1_orig;
491 if (utmp <= 32767) { /* clip based on near endpt */
500 utmp = y2_orig - ymin;
512 utmp = x1_orig - xmax;
513 if (utmp <= 32767) { /* clip based on near endpt */
524 * utmp == 32768, this overflow code isn'
415 CARD32 utmp = 0; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/mi/
mizerclip.c 422 CARD32 utmp = 0;
476 utmp = xmin - x1_orig;
477 if (utmp <= 32767) /* clip based on near endpt */
487 utmp = x2_orig - xmin;
500 utmp = ymin - y1_orig;
501 if (utmp <= 32767) /* clip based on near endpt */
511 utmp = y2_orig - ymin;
524 utmp = x1_orig - xmax;
525 if (utmp <= 32767) /* clip based on near endpt */
537 * utmp == 32768, this overflow code isn'
417 CARD32 utmp = 0; local
    [all...]
  /xsrc/external/mit/sessreg/dist/
sessreg.c 53 * Lastlog support and dynamic utmp entry allocation
60 * simple wtmp/utmp frobber
62 * usage: sessreg [ -w <wtmp-file> ] [ -u <utmp-file> ]
83 static void set_utmp (struct utmp *u, char *line, char *user, char *host,
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.
214 int utmp; local
221 struct utmp utmp_entry;
391 utmp = open (utmp_file, O_RDWR);
392 if (utmp != -1)
684 int utmp; local
    [all...]
sessreg.h 56 /* Prefer POSIX standard utmpx interfaces if present, otherwise use utmp */
58 # include <utmp.h>
92 # define UTMP_FILE "/etc/utmp"
110 # define _PATH_UTMPX "/var/log/utmp"
  /xsrc/external/mit/sessreg/dist/man/
filenames.sed.c 6 /* delete utmp-only content */
10 # define UTM utmp
  /xsrc/external/mit/xterm/dist/
main.c 331 #define UTMP_STR utmp
364 #include <utmp.h>
367 extern struct utmp *getutid __((struct utmp * _Id));
379 #include <lastlog.h> /* caution: glibc includes utmp.h here */
406 #define UTMP_FILENAME "/etc/utmp"
800 extern struct utmp *getutid();
864 # define SetUtmpSysLen(utmp) \
866 utmp.ut_host[sizeof(utmp.ut_host)-1] = '\0';
3969 struct UTMP_STR utmp; local
5495 struct UTMP_STR utmp; local
5570 struct utmp utmp; local
    [all...]
configure 729 --with-utmp-setgid[=XXX] use setgid to match utmp/utmpx file
730 --with-utempter use utempter library for access to utmp
731 --with-utmp-path=XXX use XXX rather than auto for utmp path
6661 echo "$as_me:6661: checking for utmp implementation" >&5
6662 echo $ECHO_N "checking for utmp implementation... $ECHO_C" >&6
6668 for cf_header in utmpx utmp ; do
6685 char *name = x.ut_name; /* utmp.h and compatible definitions */
7179 test "$cf_cv_have_utmp" = "utmp" && cf_prefix="ut" || cf_prefix="utx
    [all...]
  /xsrc/external/mit/xkbcomp/dist/
xkbcomp.c 581 unsigned long utmp; local
593 utmp = strtoul(argv[i+1], &tmp2, 10);
596 warningLevel = utmp > 10 ? 10 : utmp;
603 utmp = strtoul(&argv[i][2], &tmp2, 10);
605 warningLevel = utmp > 10 ? 10 : utmp;

Completed in 55 milliseconds