HomeSort by relevance Sort by last modified time
    Searched full:utmp_ptr (Results 1 - 3 of 3) sorted by null

  /external/selinux/policycoreutils/restorecond/
utmpwatcher.c 45 static struct stringsList *utmp_ptr = NULL; variable in typeref:struct:stringsList
53 struct stringsList *prev_utmp_ptr = utmp_ptr;
57 utmp_ptr = NULL;
64 strings_list_add(&utmp_ptr, u.ut_user);
75 changed = strings_list_diff(prev_utmp_ptr, utmp_ptr);
84 struct stringsList *ptr = utmp_ptr;
101 if (utmp_ptr == NULL) {
109 if (utmp_ptr)
110 strings_list_free(utmp_ptr);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
utmp.h 79 /* Write out entry pointed to by UTMP_PTR into the utmp file. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
utmp.h 79 /* Write out entry pointed to by UTMP_PTR into the utmp file. */

Completed in 699 milliseconds