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

  /bionic/libc/include/
utmp.h 42 #define UT_HOSTSIZE 256
46 #define UT_HOSTSIZE 16
55 char ll_host[UT_HOSTSIZE];
72 char ut_host[UT_HOSTSIZE];
  /development/ndk/platforms/android-3/include/
utmp.h 41 #define UT_HOSTSIZE 16
49 char ll_host[UT_HOSTSIZE];
66 char ut_host[UT_HOSTSIZE];
  /development/ndk/platforms/android-L/include/
utmp.h 42 #define UT_HOSTSIZE 256
46 #define UT_HOSTSIZE 16
55 char ll_host[UT_HOSTSIZE];
72 char ut_host[UT_HOSTSIZE];

Completed in 132 milliseconds