Home
last modified time | relevance | path

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

/third_party/toybox/toys/posix/
Did.c85 static void do_id(char *username) in do_id() function
164 if (toys.optc) while(*toys.optargs) do_id(*toys.optargs++); in id_main()
165 else do_id(NULL); in id_main()