HomeSort by: relevance | last modified time | path
    Searched defs:NULL_PTR (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
collectorAPI.c 38 #define NULL_PTR(x) (__real_##x == NULL)
40 #define CALL_IF_REAL(x) INIT_API; if (!NULL_PTR(x)) CALL_REAL(x)
130 if (!NULL_PTR (collector_sample))
collector.h 33 #define NULL_PTR(x) (__real_##x == NULL)
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
collectorAPI.c 38 #define NULL_PTR(x) (__real_##x == NULL)
40 #define CALL_IF_REAL(x) INIT_API; if (!NULL_PTR(x)) CALL_REAL(x)
130 if (!NULL_PTR (collector_sample))
collector.h 33 #define NULL_PTR(x) (__real_##x == NULL)
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/ref/
pkcs11.h 48 CK_FALSE, CK_TRUE and NULL_PTR are removed without substitute. Use
1609 #define NULL_PTR NULL
  /src/crypto/external/bsd/openssh/dist/
pkcs11.h 49 CK_FALSE, CK_TRUE and NULL_PTR are removed without substitute. Use
1805 #define NULL_PTR NULL
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/
pkcs11.h 51 * CK_FALSE, CK_TRUE and NULL_PTR are removed without substitute. Use
1553 #ifndef NULL_PTR
1554 #define NULL_PTR NULL
1555 #endif /* ifndef NULL_PTR */

Completed in 29 milliseconds