Home
last modified time | relevance | path

Searched defs:ASSIGN (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/nvi/regex/
H A Dregexec.c67 #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 Dregexec.c64 #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 Dregexec.c98 #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 Dpf_ioctl.c1592 #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 DRangeConstraintManager.cpp1989 #define ASSIGN(CLASS, TO, SYM, CONSTRAINT) \ macro