MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / LookupPosixGroup

Function LookupPosixGroup

extern/re2/re2/parse.cc:1632–1634  ·  view source on GitHub ↗

Look for a POSIX group with the given name (e.g., "[:^alpha:]")

Source from the content-addressed store, hash-verified

1630
1631// Look for a POSIX group with the given name (e.g., "[:^alpha:]")
1632static const UGroup* LookupPosixGroup(const StringPiece& name) {
1633 return LookupGroup(name, posix_groups, num_posix_groups);
1634}
1635
1636static const UGroup* LookupPerlGroup(const StringPiece& name) {
1637 return LookupGroup(name, perl_groups, num_perl_groups);

Callers 1

ParseCCNameFunction · 0.85

Calls 1

LookupGroupFunction · 0.85

Tested by

no test coverage detected