Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:xgetuid
(Results
1 - 10
of
10
) sorted by relevance
/third_party/toybox/toys/net/
H
A
D
tunctl.c
41
uid_t u = TT.u ?
xgetuid
(TT.u) : 0;
in tunctl_main()
/third_party/toybox/toys/posix/
H
A
D
chgrp.c
90
if (*own) TT.owner =
xgetuid
(TT.owner_name = own);
in chgrp_main()
H
A
D
cp.c
499
TT.uid = TT.i.o ?
xgetuid
(TT.i.o) : -1;
in install_main()
H
A
D
find.c
496
} else if (*s == 'u') udl->u.uid =
xgetuid
(ss[1]);
in do_find()
H
A
D
tar.c
794
if (TT.owner) TT.ouid =
xgetuid
(TT.owner);
in tar_main()
/third_party/toybox/toys/other/
H
A
D
makedevs.c
83
uid = *user ?
xgetuid
(user) : getuid();
in makedevs_main()
/third_party/toybox/porting/liteos_a/toys/posix/
H
A
D
cp.c
503
TT.uid = TT.i.o ?
xgetuid
(TT.i.o) : -1;
in install_main()
/third_party/toybox/lib/
H
A
D
lib.h
181
unsigned
xgetuid
(char *name);
H
A
D
xwrap.c
677
unsigned
xgetuid
(char *name)
in xgetuid()
function
/third_party/toybox/porting/liteos_a/lib/
H
A
D
lib.h
176
unsigned
xgetuid
(char *name);
Completed in 8 milliseconds