OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matchp
(Results
1 - 6
of
6
) sorted by null
/external/iptables/
ip6tables.c
326
struct ip6tables_rule_match *
matchp
= NULL;
local
398
for (
matchp
= matches;
matchp
;
matchp
=
matchp
->next) {
400
matchp
->match->help();
1538
struct ip6tables_rule_match *
matchp
;
local
1804
struct ip6tables_rule_match *
matchp
;
local
1828
struct ip6tables_rule_match *
matchp
, *tmp;
local
1871
struct ip6tables_rule_match *
matchp
;
local
[
all
...]
iptables.c
413
struct iptables_rule_match *
matchp
= NULL;
local
489
for (
matchp
= matches;
matchp
;
matchp
=
matchp
->next) {
491
matchp
->match->help();
1607
struct iptables_rule_match *
matchp
;
local
1873
struct iptables_rule_match *
matchp
;
local
1897
struct iptables_rule_match *
matchp
, *tmp;
local
1955
struct iptables_rule_match *
matchp
;
local
[
all
...]
/system/core/libacc/tests/
disassem.cpp
305
int
matchp
;
local
311
matchp
= 0;
318
matchp
= 1;
324
if (!
matchp
) {
/system/core/libpixelflinger/codeflinger/
disassem.c
306
int
matchp
;
local
312
matchp
= 0;
319
matchp
= 1;
325
if (!
matchp
) {
/bionic/libc/regex/
engine.c
766
char *
matchp
; /* last p at which a match ended */
local
773
matchp
= NULL;
814
matchp
= p;
828
return(
matchp
);
/development/ndk/platforms/android-8/arch-arm/lib/
libc.so
Completed in 3786 milliseconds