Searched defs:ASSIGN (Results 1 – 5 of 5) sorted by relevance
/freebsd/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/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/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/sys/netpfil/pf/ |
H A D | pf_ioctl.c | 1592 #define ASSIGN(x) exported_q->x = q->x in pf_export_kaltq() macro 1701 #define ASSIGN(x) q->x = imported_q->x in pf_import_kaltq() macro
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 1989 #define ASSIGN(CLASS, TO, SYM, CONSTRAINT) \ macro
|