HomeSort by: relevance | last modified time | path
    Searched defs:ends (Results 1 - 12 of 12) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
test-detach.c 55 char *ends; local
64 n = strtol(argv[2], &ends, 10);
68 if (n < 0 || ends == NULL || *ends != '\0' || n != fd)
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_util.c 1131 const char *ends = "BKMGTPEZ"; local
1136 for (i = 0; i < strlen(ends); i++) {
1137 if (toupper(buf[0]) == ends[i])
1140 if (i == strlen(ends)) {
  /src/external/gpl3/gcc/dist/gcc/fortran/
parse.cc 1794 about including files and the ends of include files at this stage. */
1857 /* The parser subroutines are of type 'try' that fail if the file ends
3717 gfc_statement ends; local
3722 ends = ST_END_STRUCTURE;
3728 ends = ST_END_MAP;
3770 if (st == ends)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
parse.cc 1594 about including files and the ends of include files at this stage. */
1657 /* The parser subroutines are of type 'try' that fail if the file ends
3486 gfc_statement ends; local
3491 ends = ST_END_STRUCTURE;
3497 ends = ST_END_MAP;
3539 if (st == ends)
  /src/external/gpl3/binutils/dist/gas/
read.c 881 char * ends = strstr (s, srch);
883 if (ends == NULL)
885 if (is_end_of_line (ends[sizeof (srch) - 1])
886 && (ends == start || is_end_of_line (ends[-1])))
887 return ends;
888 s = ends + sizeof (srch) - 1;
995 char *ends;
1010 ends = find_no_app (s, next_char);
1011 len = ends ? ends - s : buffer_limit - s
878 char * ends = strstr (s, srch); local
992 char *ends; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
read.c 873 char *ends = strstr (s, srch);
875 if (ends == NULL)
877 if (is_end_of_line (ends[sizeof (srch) - 1])
878 && (ends == start || is_end_of_line (ends[-1])))
879 return ends;
880 s = ends + sizeof (srch) - 1;
985 char *ends;
1000 ends = find_no_app (s, next_char);
1001 len = ends ? ends - s : buffer_limit - s
870 char *ends = strstr (s, srch); local
982 char *ends; local
    [all...]
  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 499 const char *ends = "BKMGTPEZ"; local
504 for (i = 0; i < strlen(ends); i++) {
505 if (toupper(buf[0]) == ends[i])
508 if (i == strlen(ends)) {
  /src/external/gpl2/diffutils/dist/lib/
regex.c 2431 last -- ends with a forward jump of this sort. */
4541 uncompiled pattern *P_PTR (which ends at PEND). We assume the
4989 ENDS. Subsequent matches using PATTERN_BUFFER and REGS will use
4990 this memory for recording register information. STARTS and ENDS
5002 re_set_registers (bufp, regs, num_regs, starts, ends)
5006 regoff_t *starts, *ends;
5013 regs->end = ends;
6148 /* 1 if this match ends in the same string (string1 or string2)
6860 (a(b)c(d(e)f)g). When group 3 ends, after the f), the
7123 except the last ends with a jump that in effect jumps pas
4991 regoff_t *starts, *ends; variable
    [all...]
  /src/external/gpl2/grep/dist/lib/
regex.c 2347 last -- ends with a forward jump of this sort. */
4458 uncompiled pattern *P_PTR (which ends at PEND). We assume the
4887 ENDS. Subsequent matches using PATTERN_BUFFER and REGS will use variable
4888 this memory for recording register information. STARTS and ENDS
4900 re_set_registers (bufp, regs, num_regs, starts, ends)
4904 regoff_t *starts, *ends;
4911 regs->end = ends;
5719 /* 1 if this match ends in the same string (string1 or string2)
6431 (a(b)c(d(e)f)g). When group 3 ends, after the f), the
6684 except the last ends with a jump that in effect jumps pas
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
Dbe.cc 7890 Vector<long long>* ends = new Vector<long long>; local
7905 ends->append (sample->get_end_time ());
7914 res->store (2, ends);
7943 Vector<long long>* ends = new Vector<long long>; local
7951 ends->append (gcevent->end);
7957 res->store (1, ends);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Dbe.cc 7890 Vector<long long>* ends = new Vector<long long>; local
7905 ends->append (sample->get_end_time ());
7914 res->store (2, ends);
7943 Vector<long long>* ends = new Vector<long long>; local
7951 ends->append (gcevent->end);
7957 res->store (1, ends);
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 568 TIME starts, ends, sort_time; member in struct:lease

Completed in 68 milliseconds