Searched defs:ASSIGN (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | regexec.c | 64 #define ASSIGN(d, s) ((d) = (s)) macro 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
|
/freebsd-src/contrib/nvi/regex/ |
H A D | regexec.c | 67 #define ASSIGN(d, s) ((d) = (s)) macro 114 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) macro
|
/freebsd-src/lib/libc/regex/ |
H A D | regexec.c | 98 #define ASSIGN(d, s) ((d) = (s)) macro 150 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) macro
|
/freebsd-src/sys/netpfil/pf/ |
H A D | pf_ioctl.c | 1599 #define ASSIGN( pf_export_kaltq() macro 1708 #define ASSIGN( pf_import_kaltq() macro [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 1989 #define ASSIGN(CLASS, TO, SYM, CONSTRAINT) \ macro
|