HomeSort by: relevance | last modified time | path
    Searched defs:user_from_uid (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/gen/
pwcache.c 69 #undef user_from_uid macro
97 #define user_from_uid __nbcompat_user_from_uid macro
101 __weak_alias(user_from_uid,_user_from_uid)
252 * user_from_uid()
260 user_from_uid(uid_t uid, int noname) function
  /src/external/gpl3/gdb.old/dist/gdb/nat/
linux-osdata.c 151 user_from_uid (char *user, int maxlen, uid_t uid) function
321 user_from_uid (user, sizeof (user), owner);
864 user_from_uid (user, sizeof (user), uid);
990 user_from_uid (user, sizeof (user), uid);
992 user_from_uid (cuser, sizeof (cuser), cuid);
1082 user_from_uid (user, sizeof (user), uid);
1084 user_from_uid (cuser, sizeof (cuser), cuid);
1164 user_from_uid (user, sizeof (user), uid);
1166 user_from_uid (cuser, sizeof (cuser), cuid);
  /src/external/gpl3/gdb/dist/gdb/nat/
linux-osdata.c 151 user_from_uid (char *user, int maxlen, uid_t uid) function
321 user_from_uid (user, sizeof (user), owner);
864 user_from_uid (user, sizeof (user), uid);
990 user_from_uid (user, sizeof (user), uid);
992 user_from_uid (cuser, sizeof (cuser), cuid);
1082 user_from_uid (user, sizeof (user), uid);
1084 user_from_uid (cuser, sizeof (cuser), cuid);
1164 user_from_uid (user, sizeof (user), uid);
1166 user_from_uid (cuser, sizeof (cuser), cuid);
  /src/tools/compat/
compat_defs.h 499 # define user_from_uid __nbcompat_user_from_uid macro
512 const char *user_from_uid(uid_t, int);
652 const char *user_from_uid(uid_t, int);
  /src/lib/libc/include/
namespace.h 770 #define user_from_uid _user_from_uid macro

Completed in 22 milliseconds