Searched refs:NULL (Results 101 - 125 of 17597) sorted by relevance

1234567891011>>

/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Ddefault_config.c47 if (c == NULL) {
66 c->db = NULL;
68 c->logf = NULL;
71 krb5_config_get_bool_default(context, NULL,
73 "kdc", "require-preauth", NULL);
76 krb5_config_get_bool_default(context, NULL,
78 "kdc", "enable-digest", NULL);
83 digests = krb5_config_get_string(context, NULL,
85 "digests_allowed", NULL);
86 if (digests == NULL)
[all...]
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dstrnames.c189 { ISAKMP_CERT_NONE, "NONE", NULL },
190 { ISAKMP_CERT_PKCS7, "PKCS #7 wrapped X.509 certificate", NULL },
191 { ISAKMP_CERT_PGP, "PGP Certificate", NULL },
192 { ISAKMP_CERT_DNS, "DNS Signed Key", NULL },
193 { ISAKMP_CERT_X509SIGN, "X.509 Certificate Signature", NULL },
194 { ISAKMP_CERT_X509KE, "X.509 Certificate Key Exchange", NULL },
195 { ISAKMP_CERT_KERBEROS, "Kerberos Tokens", NULL },
196 { ISAKMP_CERT_CRL, "Certificate Revocation List (CRL)", NULL },
197 { ISAKMP_CERT_ARL, "Authority Revocation List (ARL)", NULL },
198 { ISAKMP_CERT_SPKI, "SPKI Certificate", NULL },
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlmodule.c46 const char *name = NULL;
48 if (module != NULL) {
52 __xmlRaiseError(NULL, NULL, NULL, NULL, NULL, XML_FROM_MODULE,
53 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra,
54 name, NULL, 0, 0,
70 * Returns a handle for the module or NULL i
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlmodule.c46 const char *name = NULL;
48 if (module != NULL) {
52 __xmlRaiseError(NULL, NULL, NULL, NULL, NULL, XML_FROM_MODULE,
53 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra,
54 name, NULL, 0, 0,
66 * Returns a handle for the module or NULL i
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Devp-hcrypto.c112 NULL,
114 NULL,
115 NULL,
116 NULL,
117 NULL
142 NULL,
144 NULL,
145 NULL,
146 NULL,
147 NULL
[all...]
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dextensions.c84 static xmlHashTablePtr xsltExtensionsHash = NULL;
85 static xmlHashTablePtr xsltFunctionsHash = NULL;
86 static xmlHashTablePtr xsltElementsHash = NULL;
87 static xmlHashTablePtr xsltTopLevelsHash = NULL;
88 static xmlHashTablePtr xsltModuleHash = NULL;
89 static xmlMutexPtr xsltExtMutex = NULL;
104 * Returns the newly allocated xsltExtDefPtr or NULL in case of error
112 if (cur == NULL) {
113 xsltTransformError(NULL, NULL, NUL
1995 xsltTransformError(xsltXPathGetTransformContext(ctxt), NULL, NULL, local
2002 xsltTransformError(xsltXPathGetTransformContext(ctxt), NULL, NULL, local
2007 xsltTransformError(xsltXPathGetTransformContext(ctxt), NULL, NULL, local
[all...]
/macosx-10.9.5/sudo-72/src/
H A Dmksiglist.h4 if (sudo_sys_siglist[SIGHUP] == NULL)
8 if (sudo_sys_siglist[SIGINT] == NULL)
12 if (sudo_sys_siglist[SIGQUIT] == NULL)
16 if (sudo_sys_siglist[SIGILL] == NULL)
20 if (sudo_sys_siglist[SIGTRAP] == NULL)
24 if (sudo_sys_siglist[SIGABRT] == NULL)
28 if (sudo_sys_siglist[SIGIOT] == NULL)
32 if (sudo_sys_siglist[SIGEMT] == NULL)
36 if (sudo_sys_siglist[SIGFPE] == NULL)
40 if (sudo_sys_siglist[SIGKILL] == NULL)
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-64-ossl-cms.c133 CFDataRef no_data = CFDataCreate(kCFAllocatorDefault, NULL, 0);
135 SecTrustRef trust = NULL;
137 ok_status(SecCMSVerifyCopyDataAndAttributes(attached_signed_data, NULL, policy, &trust, NULL, NULL), "verify attached data");
139 ok_status(SecCMSVerifyCopyDataAndAttributes(detached_signed_data, detached_data, policy, &trust, NULL, NULL), "verify detached data");
141 ok_status(SecCMSVerifyCopyDataAndAttributes(attached_no_data_signed_data, NULL, policy, &trust, NULL, NULL), "verif
[all...]
/macosx-10.9.5/libxslt-13/libxslt/tests/plugins/
H A Dtestplugin.c58 static xmlChar *testData = NULL;
59 static xmlChar *testStyleData = NULL;
73 void *data = NULL;
77 if (testData == NULL) {
82 if (data == NULL) {
83 xsltTransformError(tctxt, NULL, NULL,
88 if (tctxt == NULL) {
89 xsltTransformError(xsltXPathGetTransformContext(ctxt), NULL, NULL, local
96 xsltTransformError(xsltXPathGetTransformContext(ctxt), NULL, NULL, local
101 xsltTransformError(xsltXPathGetTransformContext(ctxt), NULL, NULL, local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dcharray.c34 if ( *a == NULL ) {
38 if( *a == NULL ) {
45 for ( n = 0; *a != NULL && (*a)[n] != NULL; n++ ) {
46 ; /* NULL */
52 if( new == NULL ) {
62 if( (*a)[n] == NULL ) {
66 (*a)[++n] = NULL;
80 for ( n = 0; *a != NULL && (*a)[n] != NULL;
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/
H A Dmem.c110 static void (*malloc_debug_func)()= NULL;
111 static void (*realloc_debug_func)()= NULL;
112 static void (*free_debug_func)()= NULL;
113 static void (*set_debug_options_func)()= NULL;
114 static long (*get_debug_options_func)()= NULL;
123 if ((m == NULL) || (r == NULL) || (f == NULL))
137 if ((m == NULL) || (f == NULL))
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/clib/
H A Datoi.c49 return (int)strtol(str, (char **)NULL, 10);
H A Datol.c49 return strtol(str, (char **)NULL, 10);
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Dbump_pw_expire.c46 if (ent->pw_end != NULL) {
50 NULL,
54 NULL);
56 *(ent->pw_end) = time(NULL) + life;
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DEventLoopGtk.cpp29 g_main_context_iteration(NULL, FALSE);
/macosx-10.9.5/cups-372.4/cups/vcnet/regex/
H A Dcclass.h30 NULL, 0, ""
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcpu-fr30.c37 NULL /* next in list */
H A Dcpu-mcore.c37 NULL /* Next in list */
H A Dcpu-mmix.c40 NULL /* Next in list. */
H A Dcpu-score.c49 NULL /* Pointer to next bfd_arch_info_type in
H A Dcpu-tic80.c38 NULL, /* Pointer to next in chain */
H A Dcpu-xstormy16.c37 NULL /* next in list */
H A Dcpu-xtensa.c37 NULL /* Next in list. */
/macosx-10.9.5/dtrace-118.1/test/tst/common/funcs/
H A Derr.badbcopy3.d42 /* Attempt to copy to a NULL address */
44 bcopy((void *)&`kmem_flags, (void *)NULL, sizeof (int));
46 bcopy((void *)&`max_ncpus, (void *)NULL, sizeof (int));
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-error/
H A Dmain.c23 #include <stdio.h> // fprintf(), NULL
36 if ( handle != NULL ) {
40 if ( strstr(dlerror(), "image not found") == NULL ) {
47 if ( handle != NULL ) {
51 if ( strstr(dlerror(), "failed with errno=13") == NULL ) {

Completed in 377 milliseconds

1234567891011>>