HomeSort by: relevance | last modified time | path
    Searched refs:NULL_PTR (Results 1 - 25 of 26) sorted by relevancy

1 2

  /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))
heaptrace.c 119 if (NULL_PTR (malloc))
269 if (NULL_PTR (malloc))
309 if (NULL_PTR (free))
345 if (NULL_PTR (realloc))
377 if (NULL_PTR (memalign))
410 if (NULL_PTR (valloc))
442 if (NULL_PTR (calloc))
iotrace.c 267 if (NULL_PTR (fopen))
929 if (NULL_PTR (open))
1101 if (NULL_PTR (fcntl))
1183 if (NULL_PTR (openat))
1238 if (NULL_PTR (creat))
1295 if (NULL_PTR (creat64))
1351 if (NULL_PTR (mkstemp))
1406 if (NULL_PTR (mkstemps))
1458 if (NULL_PTR (close))
1615 if (NULL_PTR (fflush)
    [all...]
linetrace.c 165 if (NULL_PTR (fork))
1139 if (NULL_PTR (fork))
1183 if (NULL_PTR (vfork))
1216 if (NULL_PTR (execve))
1247 if (NULL_PTR (execvp))
1535 if (NULL_PTR (system))
1590 if (NULL_PTR (grantpt))
1615 if (NULL_PTR (ptsname))
1679 if (NULL_PTR (clone))
1769 if (NULL_PTR (setuid)
    [all...]
dispatcher.c 338 if (NULL_PTR (sigaction))
594 if (NULL_PTR (timer_create))
615 if (NULL_PTR (timer_settime))
826 if (NULL_PTR (sigaction))
957 if (NULL_PTR (setitimer))
1004 if (NULL_PTR (sigprocmask))
1027 if (NULL_PTR (thr_sigsetmask))
1187 if (NULL_PTR (clone))
collector.h 33 #define NULL_PTR(x) (__real_##x == NULL)
mmaptrace.c 189 if (NULL_PTR (mmap))
1490 if (NULL_PTR (mmap))
1516 if (NULL_PTR (mmap64))
1538 if (NULL_PTR (munmap))
collector.c 2466 if (NULL_PTR (_exit))
2481 if (NULL_PTR (_Exit))
  /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))
heaptrace.c 119 if (NULL_PTR (malloc))
269 if (NULL_PTR (malloc))
309 if (NULL_PTR (free))
345 if (NULL_PTR (realloc))
377 if (NULL_PTR (memalign))
410 if (NULL_PTR (valloc))
442 if (NULL_PTR (calloc))
iotrace.c 267 if (NULL_PTR (fopen))
929 if (NULL_PTR (open))
1101 if (NULL_PTR (fcntl))
1183 if (NULL_PTR (openat))
1238 if (NULL_PTR (creat))
1295 if (NULL_PTR (creat64))
1351 if (NULL_PTR (mkstemp))
1406 if (NULL_PTR (mkstemps))
1458 if (NULL_PTR (close))
1615 if (NULL_PTR (fflush)
    [all...]
linetrace.c 165 if (NULL_PTR (fork))
1139 if (NULL_PTR (fork))
1183 if (NULL_PTR (vfork))
1216 if (NULL_PTR (execve))
1247 if (NULL_PTR (execvp))
1535 if (NULL_PTR (system))
1590 if (NULL_PTR (grantpt))
1615 if (NULL_PTR (ptsname))
1679 if (NULL_PTR (clone))
1769 if (NULL_PTR (setuid)
    [all...]
dispatcher.c 338 if (NULL_PTR (sigaction))
594 if (NULL_PTR (timer_create))
615 if (NULL_PTR (timer_settime))
826 if (NULL_PTR (sigaction))
957 if (NULL_PTR (setitimer))
1004 if (NULL_PTR (sigprocmask))
1027 if (NULL_PTR (thr_sigsetmask))
1187 if (NULL_PTR (clone))
collector.h 33 #define NULL_PTR(x) (__real_##x == NULL)
mmaptrace.c 189 if (NULL_PTR (mmap))
1490 if (NULL_PTR (mmap))
1516 if (NULL_PTR (mmap64))
1538 if (NULL_PTR (munmap))
collector.c 2466 if (NULL_PTR (_exit))
2481 if (NULL_PTR (_Exit))
  /src/external/mpl/dhcp/bind/dist/lib/isc/
pk11.c 111 NULL_PTR, /* CreateMutex */
112 NULL_PTR, /* DestroyMutex */
113 NULL_PTR, /* LockMutex */
114 NULL_PTR, /* UnlockMutex */
116 NULL_PTR, /* pReserved */
245 (void)pkcs_C_Finalize(NULL_PTR);
444 rv = pkcs_C_OpenSession(token->slotid, flags, NULL_PTR, NULL_PTR,
504 PK11_FATALCHECK(pkcs_C_GetSlotList, (CK_FALSE, NULL_PTR, &slotCount));
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
test_soft_pkcs11.c 98 (*func->C_Initialize)(NULL_PTR);
227 (*func->C_Finalize)(NULL_PTR);
softp11.c 679 state->sign_mechanism = NULL_PTR;
683 state->verify_mechanism = NULL_PTR;
695 soft_token.application = NULL_PTR;
696 soft_token.notify = NULL_PTR;
914 if (a != NULL_PTR) {
1096 if (pMechanismList == NULL_PTR)
1225 if (pPin != NULL_PTR) {
1302 if (pTemplate[i].pValue != NULL_PTR && obj->attrs[j].secret == 0) {
1543 if (pData == NULL_PTR) {
1580 if (pSignature != NULL_PTR)
    [all...]
ks_p11.c 252 ret = P11FUNC(p, GetMechanismList, (slot->id, NULL_PTR, &i));
901 ret = P11FUNC(p, Initialize, (NULL_PTR));
  /src/external/gpl3/gdb/dist/gdb/
ada-exp.y 490 %token <typed_val> INT NULL_PTR
1004 primary : NULL_PTR
  /src/external/gpl3/gdb.old/dist/gdb/
ada-exp.y 490 %token <typed_val> INT NULL_PTR
1002 primary : NULL_PTR
  /src/crypto/external/bsd/openssh/dist/
ssh-pkcs11.c 378 mech.pParameter = NULL_PTR;
1649 CKM_RSA_PKCS_KEY_PAIR_GEN, NULL_PTR, 0
1769 CKM_EC_KEY_PAIR_GEN, NULL_PTR, 0
  /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 */
  /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

Completed in 66 milliseconds

1 2