Searched refs:flags_ (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_flag_parser.cc | 62 Printf("\t%s\n\t\t- %s\n", flags_[i].name, flags_[i].desc); in PrintFlagDescriptions() 150 if (internal_strcmp(name, flags_[i].name) == 0) in run_handler() 151 return flags_[i].handler->Parse(value); in run_handler() 161 flags_[n_flags_].name = name; in RegisterHandler() 162 flags_[n_flags_].desc = desc; in RegisterHandler() 163 flags_[n_flags_].handler = handler; in RegisterHandler() 168 flags_ = (Flag *)Alloc.Allocate(sizeof(Flag) * kMaxFlags); in FlagParser()
|
| H A D | sanitizer_syscalls_netbsd.inc | 254 (void *buf_, long long bufsize_, long long flags_) { 279 PRE_SYSCALL(unmount)(void *path_, long long flags_) { 452 PRE_SYSCALL(access)(void *path_, long long flags_) { 466 PRE_SYSCALL(chflags)(void *path_, long long flags_) { 2672 long long flags_) { 2687 long long flags_) { 2699 long long flags_) { 2958 long long new_size_, long long flags_) { 2963 long long new_size_, long long flags_) { 3365 long long flags_) { [all …]
|
| H A D | sanitizer_flag_parser.h | 106 } *flags_; variable
|
| /freebsd-12.1/sys/net/altq/ |
| H A D | altq_rmclass.h | 175 int flags_; member
|
| H A D | altq_rmclass.c | 253 cl->flags_ = flags; in rmc_newclass() 1620 if (cl->flags_ & RMCF_CLEARDSCP) in _rmc_addq()
|
| /freebsd-12.1/sys/contrib/libsodium/m4/ |
| H A D | ax_check_compile_flag.m4 | 62 AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_[]_AC_LANG_ABBREV[]flags_$4_$1])dnl
|
| /freebsd-12.1/contrib/apr-util/memcache/ |
| H A D | apr_memcache.c | 737 apr_uint16_t *flags_) in apr_memcache_getp() argument 794 if (flags_) { in apr_memcache_getp() 795 *flags_ = atoi(flags); in apr_memcache_getp()
|
| /freebsd-12.1/contrib/binutils/include/opcode/ |
| H A D | ChangeLog-9103 | 1728 flags_{used,set} long.
|