Searched refs:SKIP_CHAR (Results 1 – 2 of 2) sorted by relevance
35 #define SKIP_CHAR(x) while((*x) && !isspace(*x)) x++; macro137 SKIP_CHAR(temp); /* skip characters */ in ExtractPort()191 SKIP_CHAR(temp); in ExtractIPAddress()
20 #define SKIP_CHAR(x) while((*x) && !isspace(*x)) x++; macro56 SKIP_CHAR(word); in IsValidFlowRule()84 SKIP_CHAR(word); in IsValidFlowRule()