Lines Matching defs:end
205 * @end: points to one past the end of the packed string
210 * at @end - 1. This function parses one pair and set *@keyp to the
218 static int cuse_parse_one(char **pp, char *end, char **keyp, char **valp)
223 while (p < end && *p == '\0')
225 if (p == end)
228 if (end[-1] != '\0') {
273 char *end = p + len;
278 rc = cuse_parse_one(&p, end, &key, &val);
463 ap->args.end = cuse_process_init_reply;