Lines Matching refs:o_str
32 char *o_str; member
169 $$->o_str = $3; }
185 $$->o_str = $3; }
190 $$->o_str = $3; }
198 $$->o_str = $3; }
211 $$->o_str = $3; }
227 $$->o_str = $3; }
338 if (o->o_str != NULL) in build_action()
339 free(o->o_str); in build_action()
360 a->ac_iface = o->o_str; in build_action()
361 o->o_str = NULL; in build_action()
364 if (o->o_str != NULL) in build_action()
365 strncpy(a->ac_group, o->o_str, FR_GROUPLEN); in build_action()
373 strncpy(a->ac_nattag, o->o_str, sizeof(a->ac_nattag)); in build_action()
385 if (!strcasecmp(o->o_str, "pass")) in build_action()
387 else if (!strcasecmp(o->o_str, "block")) in build_action()
389 else if (!strcasecmp(o->o_str, "nomatch")) in build_action()
391 else if (!strcasecmp(o->o_str, "log")) in build_action()
414 if (o->o_str != NULL) in build_action()
415 free(o->o_str); in build_action()