OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hex_f
(Results
1 - 1
of
1
) sorted by null
/external/iptables/extensions/
libxt_string.c
94
short
hex_f
= 0, literal_f = 0;
local
105
if (s[i] == '\\' && !
hex_f
) {
111
if (
hex_f
)
112
hex_f
= 0;
114
hex_f
= 1;
133
} else if (
hex_f
) {
Completed in 2963 milliseconds