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

/macosx-10.10/crontabs-52/newsyslog/
H A Dptimes.c223 const char *endval; local
235 endval = NULL;
246 endval = tmp;
259 endval = tmp;
289 endval = s + 1;
297 endval = tmp;
307 if (endval == NULL)
309 else if (*endval == '\0' || isspace(*endval))
312 s = endval;
[all...]
/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dattributes.c412 const xmlChar *curval, *endval; local
418 endval = curval;
419 while ((*endval != 0) && (!IS_BLANK(*endval))) endval++;
420 curval = xmlDictLookup(style->dict, curval, endval - curval);
440 curval = endval;
/macosx-10.10/zsh-61/zsh/Src/
H A Dloop.c634 int endval; local
653 endval = lastval;
687 return endval;
/macosx-10.10/emacs-93/emacs/src/
H A Dlread.c1714 int startval, endval;
1716 endval = SCHARS (stream);
1720 endval = XINT (end);
1721 if (endval < 0 || endval > SCHARS (stream))
1731 if (startval < 0 || startval > endval)
1736 read_from_string_limit = endval;
1708 int startval, endval; local
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dstabs.c506 bfd_vma endval; local
508 endval = value;
511 && info->function_end < endval)
512 endval = info->function_end;
514 || ! debug_end_function (dhandle, endval))
636 bfd_vma endval; local
638 endval = value;
640 && info->function_end < endval)
641 endval = info->function_end;
643 || ! debug_end_function (dhandle, endval))
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlschemastypes.c2002 xmlChar *val, *cur, *endval; local
2036 endval = cur;
2038 while ((*cur == 0) && (cur != endval)) cur++;
2039 while (cur != endval) {
2044 while ((*cur == 0) && (cur != endval)) cur++;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemastypes.c2002 xmlChar *val, *cur, *endval; local
2036 endval = cur;
2038 while ((*cur == 0) && (cur != endval)) cur++;
2039 while (cur != endval) {
2044 while ((*cur == 0) && (cur != endval)) cur++;

Completed in 233 milliseconds