HomeSort by: relevance | last modified time | path
    Searched defs:beg (Results 1 - 25 of 276) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/binutils/dist/gprof/
search_list.c 31 const char *beg, *colon; local
37 beg = colon + 1;
38 colon = strchr (beg, PATH_SEP_CHAR);
41 len = colon - beg;
43 len = strlen (beg);
46 memcpy (new_el->path, beg, len);
search_list.c 31 const char *beg, *colon; local
37 beg = colon + 1;
38 colon = strchr (beg, PATH_SEP_CHAR);
41 len = colon - beg;
43 len = strlen (beg);
46 memcpy (new_el->path, beg, len);
  /src/external/gpl3/binutils.old/dist/gprof/
search_list.c 31 const char *beg, *colon; local
37 beg = colon + 1;
38 colon = strchr (beg, PATH_SEP_CHAR);
41 len = colon - beg;
43 len = strlen (beg);
46 memcpy (new_el->path, beg, len);
search_list.c 31 const char *beg, *colon; local
37 beg = colon + 1;
38 colon = strchr (beg, PATH_SEP_CHAR);
41 len = colon - beg;
43 len = strlen (beg);
46 memcpy (new_el->path, beg, len);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_report.h 25 uptr beg; member in struct:__asan::StackVarDescr
82 void ReportBadParamsToAnnotateContiguousContainer(uptr beg, uptr end,
asan_report.h 25 uptr beg; member in struct:__asan::StackVarDescr
82 void ReportBadParamsToAnnotateContiguousContainer(uptr beg, uptr end,
asan_interface_internal.h 50 uptr beg; // The address of the global. member in struct:__asan_global
125 uptr __asan_region_is_poisoned(uptr beg, uptr size);
asan_interface_internal.h 50 uptr beg; // The address of the global. member in struct:__asan_global
125 uptr __asan_region_is_poisoned(uptr beg, uptr size);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_tls_get_addr.h 38 // If beg == 0, the chunk is unused.
40 uptr beg, size; member in struct:__sanitizer::DTLS::DTV
sanitizer_tls_get_addr.h 38 // If beg == 0, the chunk is unused.
40 uptr beg, size; member in struct:__sanitizer::DTLS::DTV
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_report.h 24 uptr beg; member in struct:__asan::StackVarDescr
84 void ReportBadParamsToAnnotateContiguousContainer(uptr beg, uptr end,
asan_report.h 24 uptr beg; member in struct:__asan::StackVarDescr
84 void ReportBadParamsToAnnotateContiguousContainer(uptr beg, uptr end,
asan_interface_internal.h 49 uptr beg; // The address of the global. member in struct:__asan_global
140 uptr __asan_region_is_poisoned(uptr beg, uptr size);
asan_interface_internal.h 49 uptr beg; // The address of the global. member in struct:__asan_global
140 uptr __asan_region_is_poisoned(uptr beg, uptr size);
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_report.h 24 uptr beg; member in struct:__asan::StackVarDescr
83 void ReportBadParamsToAnnotateContiguousContainer(uptr beg, uptr end,
asan_report.h 24 uptr beg; member in struct:__asan::StackVarDescr
83 void ReportBadParamsToAnnotateContiguousContainer(uptr beg, uptr end,
asan_interface_internal.h 49 uptr beg; // The address of the global. member in struct:__asan_global
124 uptr __asan_region_is_poisoned(uptr beg, uptr size);
asan_interface_internal.h 49 uptr beg; // The address of the global. member in struct:__asan_global
124 uptr __asan_region_is_poisoned(uptr beg, uptr size);
  /src/lib/libc/compat/gen/
compat_timezone.c 69 char *beg, local
72 if ((beg = getenv("TZNAME")) != NULL) { /* set in environment */
73 if ((end = strchr(beg, ',')) != NULL) { /* "PST,PDT" */
77 (void)strlcpy(czone, beg, sizeof(czone));
81 return(beg);
compat_timezone.c 69 char *beg, local
72 if ((beg = getenv("TZNAME")) != NULL) { /* set in environment */
73 if ((end = strchr(beg, ',')) != NULL) { /* "PST,PDT" */
77 (void)strlcpy(czone, beg, sizeof(czone));
81 return(beg);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_tls_get_addr.h 46 // If beg == 0, the chunk is unused.
48 uptr beg, size; member in struct:__sanitizer::DTLS::DTV
sanitizer_tls_get_addr.h 46 // If beg == 0, the chunk is unused.
48 uptr beg, size; member in struct:__sanitizer::DTLS::DTV
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_tls_get_addr.h 38 // If beg == 0, the chunk is unused.
40 uptr beg, size; member in struct:__sanitizer::DTLS::DTV
sanitizer_tls_get_addr.h 38 // If beg == 0, the chunk is unused.
40 uptr beg, size; member in struct:__sanitizer::DTLS::DTV
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
m-fgrep.c 47 const char *beg, *lim, *err; local
52 beg = pattern;
55 for (lim = beg; lim < pattern + pattern_size && *lim != '\n'; ++lim)
57 if ((err = kwsincr (ckwset->kwset, beg, lim - beg)) != NULL)
61 beg = lim;
63 while (beg < pattern + pattern_size);
75 register const char *beg, *try, *end; local
85 for (beg = buf; beg <= buf + buf_size; ++beg
    [all...]

Completed in 82 milliseconds

1 2 3 4 5 6 7 8 91011>>