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

  /src/external/bsd/ipf/dist/lib/
resetlexer.c 14 long string_end = -1; variable
22 string_end = -1;
  /src/external/bsd/ipf/dist/tools/
lex_var.h 10 extern long string_end;
15 if (pos >= string_start && pos <= string_end) { \
38 # define input() (((pos >= string_start) && (pos < string_end)) ? \
47 # define lex_input() (((pos >= string_start) && (pos < string_end)) ? \
lexer.c 34 extern int string_end;
78 if (pos >= string_start && pos <= string_end) {
576 string_start, string_end, pos, rval, yysavedepth);
  /src/external/gpl2/gettext/dist/gettext-tools/src/
read-catalog-abstract.c 408 const char *string_end = s; local
409 size_t string_length = string_end - string_start;
450 const char *string_end = s - 1; local
451 size_t string_length = string_end - string_start;
490 const char *string_end = p - 1; local
504 size_t string_length = string_end - string_start;
522 const char *string_end = s; local
523 size_t string_length = string_end - string_start;
560 const char *string_end; local
570 for (string_end = string_start; *string_end != '\0'; string_end++
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/
fnmatch_loop.c 32 const CHAR *string_end, bool no_leading_period, int flags,
35 const CHAR *string_end, bool no_leading_period, int flags,
40 FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end,
65 int res = EXT (c, p, n, string_end, no_leading_period,
71 if (n == string_end)
88 if (n == string_end || FOLD ((UCHAR) *n) != c)
95 int res = EXT (c, p, n, string_end, no_leading_period,
108 if (n != string_end && *n == L_('.') && no_leading_period)
127 if (n == string_end)
157 if (MEMCHR (n, L_('/'), string_end - n) == NULL
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
fnmatch_loop.c 32 const CHAR *string_end, bool no_leading_period, int flags,
35 const CHAR *string_end, bool no_leading_period, int flags,
40 FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end,
65 int res = EXT (c, p, n, string_end, no_leading_period,
71 if (n == string_end)
88 if (n == string_end || FOLD ((UCHAR) *n) != c)
95 int res = EXT (c, p, n, string_end, no_leading_period,
108 if (n != string_end && *n == L_('.') && no_leading_period)
127 if (n == string_end)
157 if (MEMCHR (n, L_('/'), string_end - n) == NULL
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
fnmatch_loop.c 21 const CHAR *string_end, bool no_leading_period, int flags)
27 FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end,
54 res = EXT (c, p, n, string_end, no_leading_period,
60 if (n == string_end)
77 if (n == string_end || FOLD ((UCHAR) *n) != c)
86 res = EXT (c, p, n, string_end, no_leading_period,
92 if (n != string_end && *n == L_('.') && no_leading_period)
111 if (n == string_end)
141 if (MEMCHR (n, L_('/'), string_end - n) == NULL)
153 string_end - n)
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
fnmatch_loop.c 24 const CHAR *string_end, bool no_leading_period, int flags)
30 FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end,
57 res = EXT (c, p, n, string_end, no_leading_period,
63 if (n == string_end)
80 if (n == string_end || FOLD ((UCHAR) *n) != c)
89 res = EXT (c, p, n, string_end, no_leading_period,
95 if (n != string_end && *n == L('.') && no_leading_period)
114 if (n == string_end)
144 if (MEMCHR (n, L('/'), string_end - n) == NULL)
156 string_end - n)
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
stabs.c 431 const char * string_end; local
471 string_end = string + strlen (string);
688 if (! parse_stab_string (dhandle, info, type, desc, value, string, string_end))
717 const char *string, const char * string_end)
827 &p, (debug_type **) NULL, string_end);
848 &p, (debug_type **) NULL, string_end);
859 (debug_type **) NULL, string_end);
873 (debug_type **) NULL, string_end)
887 (debug_type **) NULL, string_end);
923 (debug_type **) NULL, string_end);
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
stabs.c 431 const char * string_end; local
471 string_end = string + strlen (string);
688 if (! parse_stab_string (dhandle, info, type, desc, value, string, string_end))
717 const char *string, const char * string_end)
827 &p, (debug_type **) NULL, string_end);
848 &p, (debug_type **) NULL, string_end);
859 (debug_type **) NULL, string_end);
873 (debug_type **) NULL, string_end)
887 (debug_type **) NULL, string_end);
923 (debug_type **) NULL, string_end);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/mmix/
mmix.cc 1365 const char * string_end = string + length; local
1373 while (string < string_end)
1385 && string < string_end)
1391 if (string < string_end)
1394 if (string < string_end)
1398 if (string < string_end)
  /src/external/gpl3/gcc/dist/gcc/config/mmix/
mmix.cc 1365 const char * string_end = string + length; local
1373 while (string < string_end)
1385 && string < string_end)
1391 if (string < string_end)
1394 if (string < string_end)
1398 if (string < string_end)

Completed in 58 milliseconds