Searched refs:afteroffset (Results 1 – 2 of 2) sorted by relevance
61 char *afteroffset; in parse_fr() local68 afteroffset = NULL; in parse_fr()94 afteroffset = strstr (*strp, "(IP)"); in parse_fr()96 if (afteroffset == NULL) in parse_fr()98 afteroffset = strstr (*strp, "(ip)"); in parse_fr()100 if (afteroffset != NULL) in parse_fr()102 if (afteroffset != *strp) in parse_fr()121 afteroffset = strstr (*strp, "(DP)"); in parse_fr()123 if (afteroffset == NULL) in parse_fr()125 afteroffset = strstr (*strp, "(dp)"); in parse_fr()[all …]
97 char *afteroffset; 104 afteroffset = NULL;130 afteroffset = strstr (*strp, "(IP)");132 if (afteroffset == NULL)134 afteroffset = strstr (*strp, "(ip)");136 if (afteroffset != NULL)138 if (afteroffset != *strp)157 afteroffset = strstr (*strp, "(DP)");159 if (afteroffset == NULL)161 afteroffset = strstr (*strp, "(dp)");[all …]