Lines Matching defs:end
44 indicate where configuration tokens start and end, but beyond this function,
94 at any position, and extends to the end of the line.
120 Opening and closing braces { } indicate the start and end of a compound
672 char *end;
677 v = strtoll(str, &end, base);
680 if (*end)
688 char *end;
693 v = strtol(str, &end, base);
696 if (*end)
704 char *end;
727 v = strtod(str, &end);
740 if (*end)
2005 str = "Unexpected end of file";
2241 * append all src items to the end of dst arrray
4840 * \return An iterator that indicates the end of \a config's children list.