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

  /src/external/bsd/ipf/dist/lib/
resetlexer.c 14 long string_end = -1; variable
22 string_end = -1;
  /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/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/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.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)

Completed in 62 milliseconds