Home
last modified time | relevance | path

Searched refs:c_label (Results 1 – 6 of 6) 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
141 dfsan_union(s_label, c_label)); in dfsan_strchr_with_label()
147 dfsan_label c_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()
594 static void dfsan_memset(void *s, int c, dfsan_label c_label, size_t n) { in dfsan_memset() argument
596 dfsan_set_label(c_label, s, n); in dfsan_memset()
599 static void dfsan_memset_with_origin(void *s, int c, dfsan_label c_label, in dfsan_memset_with_origin() argument
602 dfsan_set_label_origin(c_label, c_origin, s, n); in dfsan_memset_with_origin()
[all …]
/freebsd/usr.bin/systat/
H A Dsystat.h39 void (*c_label)(void); /* label display */ member
H A Dmain.c264 (*curcmd->c_label)(); in labels()
/freebsd/include/protocols/
H A Ddumprestore.h115 char c_label[LBLSIZE]; /* dump label */ member
/freebsd/sbin/dump/
H A Dmain.c407 (void)strcpy(spcl.c_label, "none"); in main()
/freebsd/sbin/restore/
H A Dtape.c557 fprintf(stderr, "Label: %s\n", spcl.c_label); in printdumpinfo()