Searched refs:cbuf_offset (Results 1 – 1 of 1) sorted by relevance
156 static int cbuf_offset; variable3763 if ((cbuf_offset + len + 1) >= CBUF_LEN) in parse_action()3766 (void) strcpy(cbuf + cbuf_offset, ibuf); in parse_action()3767 cbuf_offset += len; in parse_action()3895 if ((cbuf_offset + len + 1) >= CBUF_LEN) in parse_pattern_or_prop()3897 (void) strcpy(cbuf + cbuf_offset, ibuf); in parse_pattern_or_prop()3898 cbuf_offset += len; in parse_pattern_or_prop()4070 cbuf_offset = 0; in parse_one()5126 *(cbuf + cbuf_offset) = '\0'; in print_cmd_buf()5444 if (*(cbuf + cbuf_offset - 1) == '\n') { in ipsec_conf_add()