Home
last modified time | relevance | path

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

/third_party/toybox/toys/lsb/
Dpasswd.c57 uid_t myuid; in passwd_main() local
64 if (!(myuid = getuid()) || !(toys.optflags&(FLAG_l|FLAG_u|FLAG_d))) { in passwd_main()
66 else pw = xgetpwuid(myuid); in passwd_main()
68 if (!pw || (myuid && (myuid != pw->pw_uid))) error_exit("Not root"); in passwd_main()
90 if (myuid) { in passwd_main()
/third_party/node/deps/npm/node_modules/tar/lib/
Dwrite-entry.js55 this.myuid = process.getuid && process.getuid() || 0
/third_party/node/deps/npm/node_modules/tar/
DREADME.md730 - `myuid` If supported, the uid of the user running the current
733 `uname` field if the file's `uid` matches `this.myuid`.