Searched refs:val_end (Results 1 - 1 of 1) sorted by relevance

/u-boot/boot/
H A Dbootflow.c734 const char *val, *arg_end, *val_end, *p; local
747 val_end = NULL;
763 val_end = p;
770 * At this point val_end points to the end of the value, or the
780 * arg_end val val_end
782 log_debug("from %s arg_end %ld val %ld val_end %ld\n", from,
784 (long)(val_end - from));
796 bool has_quote = val_end[-1] == '"';
803 val = val_end;
805 return val_end
[all...]

Completed in 54 milliseconds