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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
rusers.x 39 string ut_user<RUSERS_MAXUSERLEN>; /* aka ut_name */
105 % char ut_name[8]; /* user id */
154 % ptr = objp->ut_name;
155 % size = sizeof (objp->ut_name);
rusers.h 74 char ut_name[8]; /* user id */ member in struct:ru_utmp
  /bionic/libc/include/
utmp.h 78 #define ut_name ut_user macro
  /development/ndk/platforms/android-3/include/
utmp.h 78 #define ut_name ut_user macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
utmp.h 78 #define ut_name ut_user macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
utmp.h 78 #define ut_name ut_user macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
utmp.h 78 #define ut_name ut_user macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
utmp.h 78 #define ut_name ut_user macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
utmp.h 78 #define ut_name ut_user macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
utmp.h 78 #define ut_name ut_user macro
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
utmp.h 78 #define ut_name ut_user macro
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
utmp.h 78 #define ut_name ut_user macro
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
utmp.h 78 #define ut_name ut_user macro
  /external/dropbear/
loginrec.c 539 strncpy(ut->ut_name, li->username, MIN_SIZEOF(ut->ut_name, li->username));
610 strncpy(utx->ut_name, li->username, MIN_SIZEOF(utx->ut_name, li->username));
716 * and ut_line and ut_name match, preserve the old ut_line.
721 (strncmp(old_ut.ut_name, ut->ut_name, sizeof(ut->ut_name)) == 0)) {
980 if (strncmp(li->username, ut->ut_name,
981 MIN_SIZEOF(li->username, ut->ut_name)) == 0)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
utmp.h 90 #define ut_name ut_user macro

Completed in 5781 milliseconds