HomeSort by relevance Sort by last modified time
    Searched refs:xgetuid (Results 1 - 7 of 7) sorted by null

  /external/toybox/toys/net/
tunctl.c 41 uid_t u = TT.user ? xgetuid(TT.user) : 0;
  /external/toybox/toys/other/
makedevs.c 81 uid = *user ? xgetuid(user) : getuid();
  /external/toybox/toys/posix/
chgrp.c 90 if (*own) TT.owner = xgetuid(TT.owner_name = own);
cp.c 502 if (TT.i.user) TT.uid = xgetuid(TT.i.user);
find.c 410 if (*s == 'u') udl->u.uid = xgetuid(ss[1]);
  /external/toybox/lib/
lib.h 167 unsigned xgetuid(char *name);
xwrap.c 610 unsigned xgetuid(char *name) function

Completed in 92 milliseconds