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:getpwent
(Results
1 - 25
of
38
) sorted by relevance
1
2
/third_party/musl/libc-test/src/functionalext/supplement/passwd/
H
A
D
setpwent.c
31
struct passwd *result =
getpwent
();
in setpwent_0100()
33
t_error("%s failed:
getpwent
\n", __func__);
in setpwent_0100()
37
t_error("%s failed:
getpwent
. errno = %ld\n", __func__, errno);
in setpwent_0100()
45
result =
getpwent
();
in setpwent_0100()
47
t_error("%s failed:
getpwent
\n", __func__);
in setpwent_0100()
H
A
D
getpwent.c
24
* @tc.desc : Verify
getpwent
process success
29
struct passwd *user =
getpwent
();
in getpwent_0100()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
pwd.h
33
struct passwd *
getpwent
(void);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
pwd.h
33
struct passwd *
getpwent
(void);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
pwd.h
33
struct passwd *
getpwent
(void);
/third_party/musl/src/passwd/
H
A
D
getpwent.c
16
struct passwd *
getpwent
()
in getpwent()
function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
H
A
D
7-1.c
29
while ((pw =
getpwent
()) != NULL)
in set_nonroot()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
H
A
D
26-1.c
29
while ((pw =
getpwent
()) != NULL)
in set_nonroot()
H
A
D
23-6.c
30
while ((pw =
getpwent
()) != NULL)
in set_nonroot()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
H
A
D
3-1.c
36
while ((pw =
getpwent
()) != NULL)
in set_nonroot()
H
A
D
12-1.c
33
while ((pw =
getpwent
()) != NULL)
in set_nonroot()
/third_party/musl/include/
H
A
D
pwd.h
33
struct passwd *
getpwent
(void);
/third_party/musl/libc-test/src/api/
H
A
D
pwd.c
23
{struct passwd*(*p)(void) =
getpwent
;}
in f()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/
H
A
D
15-1.c
35
while ((pw =
getpwent
()) != NULL)
in set_nonroot()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
H
A
D
6-1.c
37
while ((pw =
getpwent
()) != NULL)
in set_nonroot()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
H
A
D
20-1.c
35
while ((pw =
getpwent
()) != NULL)
in set_nonroot()
H
A
D
17-6.c
37
while ((pw =
getpwent
()) != NULL)
in set_nonroot()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
H
A
D
32-1.c
36
while ((pw =
getpwent
()) != NULL)
in set_nonroot()
H
A
D
34-1.c
36
while ((pw =
getpwent
()) != NULL)
in set_nonroot()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/speculative/
H
A
D
15-1.c
35
while ((pw =
getpwent
()) != NULL)
in set_nonroot()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
H
A
D
9-1.c
21
/*
getpwent
() is part of XSI option */
48
while ((pw =
getpwent
()) != NULL)
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/speculative/
H
A
D
12-1.c
39
while ((pw =
getpwent
()) != NULL)
in set_nonroot()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/
H
A
D
12-1.c
38
while ((pw =
getpwent
()) != NULL)
in set_nonroot()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/
H
A
D
3-1.c
36
while ((pw =
getpwent
()) != NULL)
in set_nonroot()
/third_party/toybox/toys/pending/
H
A
D
groupdel.c
51
for (endpwent(); (pw =
getpwent
());)
in groupdel_main()
Completed in 5 milliseconds
1
2