OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gid_from_group
(Results
1 - 11
of
11
) sorted by relevancy
/src/include/
grp.h
77
int
gid_from_group
(const char *, gid_t *);
/src/external/bsd/pkg_install/dist/create/
util.c
79
if (
gid_from_group
(file->group, &gid) == -1)
build.c
200
if (
gid_from_group
(group, &gid) == -1)
/src/lib/libc/gen/
pwcache.c
454
*
gid_from_group
()
460
gid_from_group
(const char *name, gid_t *gid)
function
/src/tools/compat/
compat_defs.h
503
# define
gid_from_group
__nbcompat_gid_from_group
macro
521
int
gid_from_group
(const char *, gid_t *);
/src/bin/pax/
tar.c
877
if (
gid_from_group
(hd->gname, &(arcn->sb.st_gid)) < 0)
/src/usr.bin/xinstall/
xinstall.c
357
if (
gid_from_group
(group, &gid) == -1) {
/src/usr.sbin/mtree/
spec.c
587
if (
gid_from_group
(val, &gid) == -1)
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc
6790
INTERCEPTOR(int,
gid_from_group
, const char *group, u32 *gid) {
6793
COMMON_INTERCEPTOR_ENTER(ctx,
gid_from_group
, group, gid);
6796
res = REAL(
gid_from_group
)(group, gid);
6801
#define INIT_GID_FROM_GROUP COMMON_INTERCEPT_FUNCTION(
gid_from_group
)
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc
7258
INTERCEPTOR(int,
gid_from_group
, const char *group, u32 *gid) {
7261
COMMON_INTERCEPTOR_ENTER(ctx,
gid_from_group
, group, gid);
7264
res = REAL(
gid_from_group
)(group, gid);
7269
#define INIT_GID_FROM_GROUP COMMON_INTERCEPT_FUNCTION(
gid_from_group
)
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc
7264
INTERCEPTOR(int,
gid_from_group
, const char *group, u32 *gid) {
7267
COMMON_INTERCEPTOR_ENTER(ctx,
gid_from_group
, group, gid);
7270
res = REAL(
gid_from_group
)(group, gid);
7275
#define INIT_GID_FROM_GROUP COMMON_INTERCEPT_FUNCTION(
gid_from_group
)
Completed in 81 milliseconds
Indexes created Sat Apr 11 00:22:22 UTC 2026