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:xgetpwnam
(Results
1 - 13
of
13
) sorted by relevance
/third_party/toybox/openharmony/
H
A
D
su.c
35
struct passwd *
xgetpwnam
(char *name)
in xgetpwnam()
function
148
xsetuser(up =
xgetpwnam
(name));
in main()
/third_party/toybox/toys/lsb/
H
A
D
su.c
71
xsetuser(up =
xgetpwnam
(name));
in su_main()
H
A
D
passwd.c
65
if (*toys.optargs) pw =
xgetpwnam
(*toys.optargs);
in passwd_main()
/third_party/toybox/toys/pending/
H
A
D
chsh.c
39
passwd_info =
xgetpwnam
(user);
in chsh_main()
H
A
D
groupdel.c
33
xgetpwnam
(*toys.optargs);
in groupdel_main()
H
A
D
groupadd.c
70
xgetpwnam
(*toys.optargs);
in groupadd_main()
H
A
D
userdel.c
93
struct passwd *pwd =
xgetpwnam
(*toys.optargs);
in userdel_main()
H
A
D
crontab.c
347
pwd =
xgetpwnam
(TT.user);
in crontab_main()
H
A
D
tftpd.c
263
if (TT.user) TT.pw =
xgetpwnam
(TT.user);
in tftpd_main()
/third_party/toybox/toys/posix/
H
A
D
id.c
97
pw =
xgetpwnam
(username);
in do_id()
/third_party/toybox/lib/
H
A
D
lib.h
179
struct passwd *
xgetpwnam
(char *name);
H
A
D
xwrap.c
705
struct passwd *
xgetpwnam
(char *name)
in xgetpwnam()
function
/third_party/toybox/porting/liteos_a/lib/
H
A
D
lib.h
174
struct passwd *
xgetpwnam
(char *name);
Completed in 7 milliseconds