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:_PyLong_FromGid
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Modules/
H
A
D
posixmodule.h
16
PyAPI_FUNC(PyObject *)
_PyLong_FromGid
(gid_t);
H
A
D
grpmodule.c
87
SET(setIndex++,
_PyLong_FromGid
(p->gr_gid));
in mkgrent()
165
PyObject *gid_obj =
_PyLong_FromGid
(gid);
in grp_getgrgid_impl()
H
A
D
pwdmodule.c
96
PyStructSequence_SET_ITEM(v, setIndex++,
_PyLong_FromGid
(p->pw_gid));
in mkpwent()
H
A
D
posixmodule.c
685
_PyLong_FromGid
(gid_t gid)
in _PyLong_FromGid()
function
2436
PyStructSequence_SET_ITEM(v, 5,
_PyLong_FromGid
(st->st_gid));
in _pystat_fromstructstat()
7569
return
_PyLong_FromGid
(getegid());
in os_getegid_impl()
7601
return
_PyLong_FromGid
(getgid());
in os_getgid_impl()
7733
PyObject *o =
_PyLong_FromGid
(groups[i]);
in os_getgrouplist_impl()
7788
PyObject *group =
_PyLong_FromGid
(grouplist[i]);
in os_getgroups_impl()
12887
return Py_BuildValue("(NNN)",
_PyLong_FromGid
(rgid),
in os_getresgid_impl()
12888
_PyLong_FromGid
(egid),
in os_getresgid_impl()
12889
_PyLong_FromGid
(sgid));
in os_getresgid_impl()
Completed in 16 milliseconds