Home
last modified time | relevance | path

Searched refs:ASSIGN (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/posix/
Dregexec.c71 #define ASSIGN(d, s) ((d) = (s)) macro
97 #undef ASSIGN
118 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) macro
Dengine.c759 ASSIGN(fresh, st); in fast()
807 ASSIGN(tmp, st); in fast()
808 ASSIGN(st, fresh); in fast()
897 ASSIGN(tmp, st); in slow()
898 ASSIGN(st, empty); in slow()