HomeSort by relevance Sort by last modified time
    Searched defs:utmp (Results 1 - 8 of 8) sorted by null

  /bionic/libc/upstream-netbsd/lib/libc/gen/
utmp.c 1 /* $NetBSD: utmp.c,v 1.10 2011/10/15 23:00:02 christos Exp $ */
34 __RCSID("$NetBSD: utmp.c,v 1.10 2011/10/15 23:00:02 christos Exp $");
43 #include <utmp.h>
46 static struct utmp utmp; variable in typeref:struct:utmp
58 struct utmp *
69 * If we have a an old version utmp file bail.
71 numentries = st.st_size / sizeof(utmp);
72 if ((off_t)(numentries * sizeof(utmp)) != st.st_size)
75 if (fread(&utmp, sizeof(utmp), 1, ut) == 1
    [all...]
  /external/libgsm/src/
preprocess.c 53 ulongword utmp; /* for L_ADD */ local
  /bionic/libc/include/
utmp.h 35 #define _PATH_UTMP "/var/run/utmp"
74 struct utmp struct
101 struct utmp* getutent(void);
  /external/libgsm/add-test/
add_test.c 351 ulongword utmp; local
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
utmp.h 1 /* The `struct utmp' type, describing entries in the utmp file. GNU version.
22 # error "Never include <bits/utmp.h> directly; use <utmp.h> instead."
51 type is used in `struct utmp' below. */
60 struct utmp struct
100 /* Values for the `ut_type' field of a `struct utmp'. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
utmp.h 1 /* The `struct utmp' type, describing entries in the utmp file. GNU version.
22 # error "Never include <bits/utmp.h> directly; use <utmp.h> instead."
51 type is used in `struct utmp' below. */
60 struct utmp struct
100 /* Values for the `ut_type' field of a `struct utmp'. */
  /toolchain/binutils/binutils-2.27/binutils/
winduni.c 222 unichar *utmp, *up; local
231 utmp = (unichar *) res_alloc (sizeof (unichar) * (idx + 1));
234 memcpy (utmp, *unicode, idx * sizeof (unichar));
236 *unicode = utmp;
237 utmp[idx++] = 0;
242 utmp = NULL;
247 utmp = ((unichar *) res_alloc (elen + sizeof (unichar) * 2));
248 wind_MultiByteToWideChar (wind_current_codepage, p, utmp, elen);
255 utmp = (unichar *) res_alloc (sizeof (unichar) * (idx + 1));
258 memcpy (utmp, *unicode, idx * sizeof (unichar))
    [all...]
dwarf.c 1719 dwarf_vma utmp; local
    [all...]

Completed in 201 milliseconds