HomeSort by: relevance | last modified time | path
    Searched refs:ATTR_NONSTRING (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/unbound/include/
config.h 1425 # define ATTR_NONSTRING(x) x
1427 # define ATTR_NONSTRING(x) __attribute__((nonstring)) x
1429 # define ATTR_NONSTRING(x) __attribute__((nonstring)) x
1431 # define ATTR_NONSTRING(x) x
  /src/external/bsd/unbound/dist/compat/
chacha_private.h 51 static const char ATTR_NONSTRING(sigma[16]) = "expand 32-byte k";
52 static const char ATTR_NONSTRING(tau[16]) = "expand 16-byte k";
  /src/external/bsd/unbound/dist/
config.h.in 1409 # define ATTR_NONSTRING(x) x
1411 # define ATTR_NONSTRING(x) __attribute__((nonstring)) x
1413 # define ATTR_NONSTRING(x) __attribute__((nonstring)) x
1415 # define ATTR_NONSTRING(x) x
  /src/external/bsd/unbound/dist/util/data/
msgreply.h 597 * We need ATTR_NONSTRING because we are trimming the trailing \0 of static
609 char ATTR_NONSTRING(text[sizeof(TXT) - 1]) ; \

Completed in 18 milliseconds