HomeSort by relevance Sort by last modified time
    Searched refs:ut_line (Results 1 - 16 of 16) sorted by null

  /bionic/libc/bionic/
pututline.c 44 if (!strncmp(utmp->ut_line, u.ut_line, sizeof(u.ut_line) -1))
  /external/toybox/toys/other/
w.c 29 xprintf("\n%-9.8s%-9.8s %-4.24s (%-1.12s)", x->ut_user, x->ut_line,
  /external/toybox/toys/posix/
who.c 42 printf("%s\t%s\t%*.*s\t(%s)\n", entry->ut_user, entry->ut_line,
  /external/toybox/toys/pending/
last.c 61 if (!strncmp(ut->ut_line, devname, UT_LINESIZE)) {
111 if (*ut.ut_line == '~') {
116 else if (*ut.ut_user && *ut.ut_line && ut.ut_type != DEAD_PROCESS
122 if (ut.ut_line[0] == '|') ut.ut_type = OLD_TIME;
123 if (ut.ut_line[0] == '{') ut.ut_type = NEW_TIME;
134 strcpy(ut.ut_line, "system boot");
137 ut.ut_line, pwidth, pwidth, ut.ut_host,
141 } else if (ut.ut_type == USER_PROCESS && *ut.ut_line) {
142 struct arg_list *l = find_and_dlink(&TT.list, ut.ut_line);
148 ut.ut_line, pwidth, pwidth, ut.ut_host,
    [all...]
getty.c 277 xstrncpy(entry.ut_line, ttyname(STDIN_FILENO) +
288 xstrncpy(entry.ut_line, ttyname(STDIN_FILENO) + strlen("/dev/"), UT_LINESIZE);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
rusers.x 40 string ut_line<RUSERS_MAXLINELEN>; /* device */
104 % char ut_line[8]; /* tty name */
149 % ptr = objp->ut_line;
150 % size = sizeof (objp->ut_line);
rusers.h 25 char *ut_line; member in struct:rusers_utmp
73 char ut_line[8]; /* tty name */ member in struct:ru_utmp
  /bionic/libc/include/
utmp.h 78 char ut_line[UT_LINESIZE]; member in struct:utmp
  /external/python/cpython2/Demo/rpc/
rnusersclient.py 9 ut_line, ut_name, ut_host, ut_time = utmp
10 self.pack_string(ut_line)
24 ut_line = self.unpack_string()
28 return ut_line, ut_name, ut_host, ut_time
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
utmpx.h 60 char ut_line[__UT_LINESIZE]; /* Devicename. */ member in struct:utmpx
utmp.h 64 char ut_line[UT_LINESIZE]; /* Devicename. */ member in struct:utmp
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
utmpx.h 60 char ut_line[__UT_LINESIZE]; /* Devicename. */ member in struct:utmpx
utmp.h 64 char ut_line[UT_LINESIZE]; /* Devicename. */ member in struct:utmp
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c     [all...]
  /external/ppp/pppd/
sys-linux.c     [all...]
sys-solaris.c     [all...]

Completed in 1280 milliseconds