Home
last modified time | relevance | path

Searched defs:TLOOP (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/lib/libc/string/
H A Dmemmove.c61 #define TLOOP(s) if (t) TLOOP1(s) in memmove() macro
H A Dbcopy.c61 #define TLOOP(s) if (t) TLOOP1(s) in bcopy() macro
H A Dmemcpy.c80 #define TLOOP(s) if (t) TLOOP1(s) in memcpy() macro
/openbsd-src/sys/lib/libkern/
H A Dbcopy.c67 #define TLOOP(s) if (t) TLOOP1(s) in bcopy() macro