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:getgrent
(Results
1 - 18
of
18
) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/passwd/
H
A
D
setgrent.c
31
struct group *result =
getgrent
();
in setgrent_0100()
33
t_error("%s failed:
getgrent
\n", __func__);
in setgrent_0100()
45
result =
getgrent
();
in setgrent_0100()
47
t_error("%s failed:
getgrent
\n", __func__);
in setgrent_0100()
H
A
D
getgrent.c
28
while ((grp =
getgrent
()) != NULL) {
in getgrent_0100()
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
grp.h
33
struct group *
getgrent
(void);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
grp.h
33
struct group *
getgrent
(void);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
grp.h
32
struct group *
getgrent
(void);
/third_party/musl/include/
H
A
D
grp.h
33
struct group *
getgrent
(void);
/third_party/musl/libc-test/src/api/
H
A
D
grp.c
15
{struct group*(*p)(void) =
getgrent
;}
in f()
/third_party/musl/src/passwd/
H
A
D
getgrent.c
15
struct group *
getgrent
()
in getgrent()
function
/third_party/ltp/testcases/kernel/syscalls/getgroups/
H
A
D
getgroups03.c
101
while ((grp =
getgrent
()) != 0) {
in readgroups()
/third_party/pulseaudio/src/tests/
H
A
D
usergroup-test.c
41
*gr =
getgrent
();
in load_reference_structs()
/third_party/python/Modules/
H
A
D
grpmodule.c
276
while ((p =
getgrent
()) != NULL) {
in grp_getgrall_impl()
/third_party/rust/crates/libc/src/unix/bsd/
H
A
D
mod.rs
640
pub fn
getgrent
() -> *mut ::group;
in getgrent()
functions
/third_party/backends/frontend/
H
A
D
saned.c
3117
while ((grp =
getgrent
()) != NULL)
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
mod.rs
1797
pub fn
getgrent
() -> *mut ::group;
in getgrent()
functions
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
2761
pub fn
getgrent
() -> *mut ::group;
in getgrent()
functions
/third_party/rust/crates/libc/src/unix/solarish/
H
A
D
mod.rs
3046
pub fn
getgrent
() -> *mut ::group;
in getgrent()
functions
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
4222
pub fn
getgrent
() -> *mut ::group;
in getgrent()
functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
3906
pub fn
getgrent
() -> *mut ::group;
in getgrent()
functions
Completed in 51 milliseconds