Home
last modified time | relevance | path

Searched refs:s_label (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp125 dfsan_label s_label, dfsan_label c_label, in dfsan_strchr_with_label() argument
138 *ret_label = s_label; in dfsan_strchr_with_label()
141 dfsan_union(s_label, c_label)); in dfsan_strchr_with_label()
146 dfsan_label s_label, in __dfsw_strchr() argument
150 return dfsan_strchr_with_label(s, c, &bytes_read, s_label, c_label, in __dfsw_strchr()
155 const char *s, int c, dfsan_label s_label, dfsan_label c_label, in __dfso_strchr() argument
160 dfsan_strchr_with_label(s, c, &bytes_read, s_label, c_label, ret_label); in __dfso_strchr()
165 *ret_origin = o ? o : (s_label ? s_origin : c_origin); in __dfso_strchr()
172 dfsan_label s_label, in __dfsw_strpbrk() argument
177 *ret_label = ret ? s_label : 0; in __dfsw_strpbrk()
[all …]
/freebsd/bin/ls/
H A Dls.h73 u_int s_label; member
H A Dls.c1000 d.s_label = maxlabelstr; in display()