Home
last modified time | relevance | path

Searched refs:uidtostr (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Did.c326 #define uidtostr(u) uidtostr_ptr (&(u)) macro
341 uidtostr (uid)); in print_user()
346 char *s = pwd ? pwd->pw_name : uidtostr (uid); in print_user()
358 printf (_("uid=%s"), uidtostr (ruid)); in print_full_info()
370 printf (_(" euid=%s"), uidtostr (euid)); in print_full_info()