Lines Matching refs:end

252 #define	LIST_END(list, end)\
253 list_end((ipqos_list_el_t **)list, (ipqos_list_el_t ***)end)
2841 * print either a single value of start to fp (if start equals end), else
2842 * print start'-'end if start is the smaller of the two values, otherwise
2843 * print end'-'start.
2849 uint32_t end)
2853 if (start > end) {
2855 start = end;
2856 end = tmp;
2860 if (end != start)
2861 (void) fprintf(fp, "-%u", end);
3589 /* if we've reached end of array due to unknown type return "unknown" */
4019 /* loop through table till matched or end */
4167 /* loop through list and exit when found or list end */
4253 char *end, *end2;
4264 *lower = (int)strtol(range_st, &end, 10);
4266 SKIPWS(end);
4268 if ((range_st == end) || (*end != NULL) ||
4269 (cp == end) || (*end2 != NULL)) {
4276 *lower = *upper = (int)strtol(range_st, &end, 10);
4277 SKIPWS(end);
4278 if ((range_st == end) || (*end != NULL)) {
4319 char *end;
4367 * loop reading "ranges ':' value;" till end of buffer.
4406 value = (int)strtol(svalue, &end, 10);
4407 SKIPWS(end);
4408 if ((svalue == end) || (*end != NULL)) {
4746 * end of file.
4761 /* end of file */
4833 /* find end of token */
4861 /* find first whitespace, curl, newline or string end */
4886 /* if not end of string, store rest for latter parsing */
4949 * or string end.
4957 IPQOSCDBG0(L1, "Unexpected line end in enum def'n\n");
5081 * with the index from the value parameter or the end.
5175 char *end;
5191 *size = (uint32_t)strtol(token, &end, 10);
5192 SKIPWS(end);
5193 if ((end == token) || (*end != NULL)) {
5349 /* comma or curl end accepted */
5358 /* not curl end and not comma */
5437 /* scan file line by line till end */
5724 * if reached eof, curl end or error encountered return to caller
6921 /* reached end of class clause */
7363 /* reached the end of filter definition */
7984 /* read CURL_END - end of action definition */
8906 char *end;
8967 filter->ip_versions = (uint32_t)strtol(str, &end, 0);
8968 if (end != str) {
9254 * to end of actions filters.