HomeSort by: relevance | last modified time | path
    Searched refs:descr (Results 1 - 25 of 177) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_scariness_score.h 39 descr[0] = 0;
43 if (descr[0])
44 internal_strlcat(descr, "-", sizeof(descr));
45 internal_strlcat(descr, reason, sizeof(descr));
49 const char *GetDescription() const { return descr; }
52 Printf("SCARINESS: %d (%s)\n", score, descr);
54 static void PrintSimple(int score, const char *descr) {
57 SSB.Scare(score, descr);
63 char descr[1024]; member in struct:__asan::ScarinessScoreBase
    [all...]
asan_descriptions.cc 88 ShadowAddressDescription descr; local
89 if (!GetShadowAddressInformation(addr, &descr)) return false;
90 descr.Print();
94 bool GetShadowAddressInformation(uptr addr, ShadowAddressDescription *descr) {
98 if (shadow_kind != kShadowKindGap) descr->shadow_byte = *(u8 *)addr;
99 descr->addr = addr;
100 descr->kind = shadow_kind;
105 static void GetAccessToHeapChunkInformation(ChunkAccess *descr,
108 descr->bad_addr = addr;
109 if (chunk.AddrIsAtLeft(addr, access_size, &descr->offset))
183 HeapAddressDescription descr; local
271 StackAddressDescription descr; local
315 GlobalAddressDescription descr; local
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_scariness_score.h 38 descr[0] = 0;
42 if (descr[0])
43 internal_strlcat(descr, "-", sizeof(descr));
44 internal_strlcat(descr, reason, sizeof(descr));
48 const char *GetDescription() const { return descr; }
51 Printf("SCARINESS: %d (%s)\n", score, descr);
53 static void PrintSimple(int score, const char *descr) {
56 SSB.Scare(score, descr);
62 char descr[1024]; member in struct:__asan::ScarinessScoreBase
    [all...]
asan_descriptions.cpp 86 ShadowAddressDescription descr; local
87 if (!GetShadowAddressInformation(addr, &descr)) return false;
88 descr.Print();
92 bool GetShadowAddressInformation(uptr addr, ShadowAddressDescription *descr) {
96 if (shadow_kind != kShadowKindGap) descr->shadow_byte = *(u8 *)addr;
97 descr->addr = addr;
98 descr->kind = shadow_kind;
103 static void GetAccessToHeapChunkInformation(ChunkAccess *descr,
106 descr->bad_addr = addr;
107 if (chunk.AddrIsAtLeft(addr, access_size, &descr->offset))
181 HeapAddressDescription descr; local
269 StackAddressDescription descr; local
313 GlobalAddressDescription descr; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_scariness_score.h 38 descr[0] = 0;
42 if (descr[0])
43 internal_strlcat(descr, "-", sizeof(descr));
44 internal_strlcat(descr, reason, sizeof(descr));
48 const char *GetDescription() const { return descr; }
51 Printf("SCARINESS: %d (%s)\n", score, descr);
53 static void PrintSimple(int score, const char *descr) {
56 SSB.Scare(score, descr);
62 char descr[1024]; member in struct:__asan::ScarinessScoreBase
    [all...]
asan_descriptions.cpp 86 ShadowAddressDescription descr; local
87 if (!GetShadowAddressInformation(addr, &descr)) return false;
88 descr.Print();
92 bool GetShadowAddressInformation(uptr addr, ShadowAddressDescription *descr) {
96 if (shadow_kind != kShadowKindGap) descr->shadow_byte = *(u8 *)addr;
97 descr->addr = addr;
98 descr->kind = shadow_kind;
103 static void GetAccessToHeapChunkInformation(ChunkAccess *descr,
106 descr->bad_addr = addr;
107 if (chunk.AddrIsAtLeft(addr, access_size, &descr->offset))
181 HeapAddressDescription descr; local
269 StackAddressDescription descr; local
313 GlobalAddressDescription descr; local
    [all...]
  /src/tests/fs/ffs/
ffs_common.sh 31 local descr="${1}"; shift
36 atf_set "descr" "${descr}"
51 local descr="${1}"; shift
56 atf_set "descr" "${descr}"
  /src/sys/arch/mac68k/mac68k/
fpu_machdep.c 68 const char *descr; local
73 descr = fpu_descr[fputype];
75 printf("fpu: %s\n", descr);
  /src/tests/lib/libstdc++/
t_sync_with_stdio.sh 30 atf_set descr "Check cin works after std::ios::sync_with_stdio(false)"
  /src/external/bsd/openpam/dist/lib/libpam/
openpam_features.c 43 #define STRUCT_OPENPAM_FEATURE(name, descr, dflt) \
46 descr, \
  /src/tests/sbin/newfs/
quotas_common.sh 48 local descr="${1}"; shift
53 atf_set "descr" "Checks ${descr} quotas inodes"
  /src/external/bsd/tradcpp/dist/tests/
tradcpp.sh 5 local descr="Test tradcpp behavior"
8 descr=$(cat "$(atf_get_srcdir)/${name}.txt")
11 atf_set descr \"${descr}\"; \
  /src/sys/arch/sun3/sun3/
fpu_machdep.c 65 const char *descr; local
73 descr = fpu_descr[fputype];
75 printf("fpu: %s\n", descr);
  /src/external/gpl2/gettext/dist/gettext-tools/src/
format-qt.c 95 format_free (void *descr)
97 struct spec *spec = (struct spec *) descr;
103 format_get_number_of_directives (void *descr)
105 struct spec *spec = (struct spec *) descr;
162 format_print (void *descr)
164 struct spec *spec = (struct spec *) descr;
195 void *descr; local
204 descr = format_parse (line, false, &invalid_reason);
206 format_print (descr);
208 if (descr == NULL
    [all...]
format-ycp.c 98 format_free (void *descr)
100 struct spec *spec = (struct spec *) descr;
106 format_get_number_of_directives (void *descr)
108 struct spec *spec = (struct spec *) descr;
173 format_print (void *descr)
175 struct spec *spec = (struct spec *) descr;
206 void *descr; local
215 descr = format_parse (line, false, &invalid_reason);
217 format_print (descr);
219 if (descr == NULL
    [all...]
format-csharp.c 165 format_free (void *descr)
167 struct spec *spec = (struct spec *) descr;
173 format_get_number_of_directives (void *descr)
175 struct spec *spec = (struct spec *) descr;
223 format_print (void *descr)
225 struct spec *spec = (struct spec *) descr;
253 void *descr; local
262 descr = format_parse (line, false, &invalid_reason);
264 format_print (descr);
266 if (descr == NULL
    [all...]
  /src/sys/arch/macppc/macppc/
autoconf.c 88 const char *descr = strlist_string(buf, sllen, i); local
89 if (descr == NULL) {
100 descr);
117 char descr[64], num[8]; local
123 if (OF_getprop(snode, "location", descr, sizeof(descr)) <= 0) {
127 sensor_prop_name(num, sizeof(num), reg), descr);
  /src/external/bsd/pkg_install/dist/info/
perform.c 149 const struct pkg_meta_desc *descr; local
151 for (descr = pkg_meta_descriptors; descr->entry_filename; ++descr)
152 free(*(char **)((char *)meta + descr->entry_offset));
164 const struct pkg_meta_desc *descr, *last_descr; local
183 for (descr = pkg_meta_descriptors; descr->entry_filename;
184 ++descr) {
185 if (strcmp(descr->entry_filename, fname) == 0
236 const struct pkg_meta_desc *descr; local
    [all...]
  /src/usr.bin/xlint/lint1/
mem1.c 189 const char *descr = item->descr; local
191 if (strcmp(descr, "string") == 0) {
194 } else if (strcmp(descr, "sym") == 0) {
197 } else if (strcmp(descr, "type") == 0) {
200 } else if (strcmp(descr, "tnode") == 0) {
206 __func__, descr, size);
231 mpool_zero_alloc(memory_pool *pool, size_t size, const char *descr)
240 mpool_add(pool, (struct memory_pool_item){ mem, size, descr });
266 level_zero_alloc(size_t level, size_t size, const char *descr)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ia64-libunwind-tdep.c 137 struct libunwind_descr *descr)
147 arch_descr->gdb2uw = descr->gdb2uw;
148 arch_descr->uw2gdb = descr->uw2gdb;
149 arch_descr->is_fpreg = descr->is_fpreg;
150 arch_descr->accessors = descr->accessors;
151 arch_descr->special_accessors = descr->special_accessors;
162 struct libunwind_descr *descr; local
198 descr = libunwind_descr (gdbarch);
199 acc = (unw_accessors_t *) descr->accessors;
214 uw_sp_regnum = descr->gdb2uw (gdbarch_sp_regnum (gdbarch))
254 struct libunwind_descr *descr; local
316 struct libunwind_descr *descr; local
395 struct libunwind_descr *descr; local
443 struct libunwind_descr *descr; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ia64-libunwind-tdep.c 137 struct libunwind_descr *descr)
147 arch_descr->gdb2uw = descr->gdb2uw;
148 arch_descr->uw2gdb = descr->uw2gdb;
149 arch_descr->is_fpreg = descr->is_fpreg;
150 arch_descr->accessors = descr->accessors;
151 arch_descr->special_accessors = descr->special_accessors;
162 struct libunwind_descr *descr; local
198 descr = libunwind_descr (gdbarch);
199 acc = (unw_accessors_t *) descr->accessors;
214 uw_sp_regnum = descr->gdb2uw (gdbarch_sp_regnum (gdbarch))
254 struct libunwind_descr *descr; local
316 struct libunwind_descr *descr; local
395 struct libunwind_descr *descr; local
443 struct libunwind_descr *descr; local
    [all...]
  /src/tests/bin/ps/
t_ps.sh 184 atf_set "descr" "Checks that the default set of columns is correct" \
202 atf_set "descr" "Checks that 'ps -O foo' inserts columns just after" \
219 atf_set "descr" "Checks simple cases of 'ps -o foo' to control which" \
247 atf_set "descr" "Tests simple uses of header overriding via" \
276 atf_set "descr" "Tests header overriding with embedded space," \
306 atf_set "descr" "Tests simple uses of null column headings" \
348 atf_set "descr" "Tests the use of 'ps -o foo= -o bar=' (with a" \
376 atf_set "descr" "Tests the use of -o options to display the" \
  /src/tests/lib/libc/regex/
t_regex.sh 43 local descr="${1}"; shift
46 eval "${name}_head() { atf_set 'descr' '${descr}'; }"
  /src/tests/sbin/fsck_ffs/
quotas_common.sh 24 local descr="${1}"; shift
29 atf_set descr 'Checks ${descr} quotas inodes'
  /src/external/bsd/atf/dist/atf-c/detail/
test_helpers.h 50 atf_tc_set_md_var(tc, "descr", "Tests that the " hdrname " file can " \
58 #define BUILD_TC(name, sfile, descr, failmsg) \
62 atf_tc_set_md_var(tc, "descr", descr); \

Completed in 69 milliseconds

1 2 3 4 5 6 7 8