Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.sbin/sendmail/include/sm/
Dstring.h27 extern int PRINTFLIKE(3, 4) BOUNDED(string, 1, 2) NONNULL(3)
69 extern size_t BOUNDED(string, 1, 3)
72 extern size_t BOUNDED(string, 1, 3)
75 extern size_t BOUNDED(string, 1, 4)
80 BOUNDED(string, 1, 2)
Dcdefs.h150 # ifndef BOUNDED
152 # define BOUNDED(x,y,z) __attribute__((__bounded__(x, y, z))) macro
154 # define BOUNDED(x,y,z) macro