Searched defs:ASSIGN (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/nvi/regex/ |
| D | regexec.c | 67 #define ASSIGN(d, s) ((d) = (s)) macro 114 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) macro
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | regexec.c | 64 #define ASSIGN(d, s) ((d) = (s)) macro 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
|
| /freebsd-12-stable/lib/libc/regex/ |
| D | regexec.c | 106 #define ASSIGN(d, s) ((d) = (s)) macro 158 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) macro
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | m2-exp.c | 89 ASSIGN = 291, enumerator 137 #define ASSIGN 291 macro
|
| D | ada-exp.c | 70 ASSIGN = 272, enumerator 118 #define ASSIGN 272 macro
|
| D | p-exp.c | 73 ASSIGN = 275, enumerator 109 #define ASSIGN 275 macro
|
| /freebsd-12-stable/sys/netpfil/pf/ |
| D | pf_ioctl.c | 1303 #define ASSIGN(x) exported_q->x = q->x in pf_export_kaltq() macro 1412 #define ASSIGN(x) q->x = imported_q->x in pf_import_kaltq() macro
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | RangeConstraintManager.cpp | 1408 #define ASSIGN(CLASS, TO, SYM, CONSTRAINT) \ macro
|