Lines Matching defs:buf_end
99 static const char *action_arg_word_end(const char *buf, const char *buf_end,
104 while (next <= buf_end && *next != delim)
118 const char *next, *buf_end, *key;
142 buf_end = buf + count - 1;
144 while (next <= buf_end) {
150 if (key > buf_end)
154 next = action_arg_word_end(buf, buf_end, '=');
155 if (!next || next > buf_end || *next != '=')
160 if (++next > buf_end)
164 next = action_arg_word_end(buf, buf_end, ' ');