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

  /external/toybox/lib/
portability.h 196 static inline struct utmpx *getutxent(void) {return 0;} function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 581 #define getutxent(...) (pthread_testcancel(), getutxent(__VA_ARGS__)) macro
    [all...]

Completed in 141 milliseconds