Searched refs:NULL (Results 826 - 850 of 11995) sorted by relevance

<<31323334353637383940>>

/external/icu4c/tools/toolutil/
H A Dpkg_icu.cpp64 if(listname==NULL || listname[0]==0) {
66 return NULL;
70 if(listPkg==NULL) {
83 if(file==NULL) {
92 if(end!=NULL) {
106 if(*start==0 || NULL!=strchr(U_PKG_RESERVED_CHARS, *start)) {
116 end=NULL;
128 if(end==NULL || *(start=u_skipWhitespace(end+1))==0) {
151 Package *addListPkg = NULL;
154 if (pkg == NULL) {
[all...]
/external/libpcap/
H A Dfad-getad.c141 pcap_if_t *devlist = NULL;
167 for (ifa = ifap; ifa != NULL; ifa = ifa->ifa_next) {
198 if (ifa->ifa_addr != NULL) {
203 addr = NULL;
205 netmask = NULL;
208 ifa->ifa_broadaddr != NULL) {
212 broadaddr = NULL;
216 ifa->ifa_dstaddr != NULL) {
220 dstaddr = NULL;
236 if (p != NULL) {
[all...]
/external/libppp/src/
H A Dprobe.c49 select(0, NULL, NULL, NULL, &t);
/external/libvpx/vp8/common/
H A Dtype_aliases.h42 #ifndef NULL
44 #define NULL 0 macro
46 #define NULL ((void *)0) macro
/external/linux-tools-perf/
H A Dbuiltin-evlist.c31 session = perf_session__new(input_name, O_RDONLY, 0, false, NULL);
32 if (session == NULL)
44 NULL
/external/openssh/openbsd-compat/
H A Dgetrrsetbyname.c194 struct rrsetinfo *rrset = NULL;
195 struct dns_response *response = NULL;
255 if (response == NULL) {
267 if (rrset == NULL) {
284 if (rrset->rri_name == NULL) {
298 if (rrset->rri_rdatas == NULL) {
306 if (rrset->rri_sigs == NULL) {
316 rdata = NULL;
330 if (rdata->rdi_data == NULL) {
343 if (rrset != NULL)
[all...]
/external/openssl/apps/
H A Ds_time.c124 static char *t_cert_file=NULL;
125 static char *t_key_file=NULL;
126 static char *CApath=NULL;
127 static char *CAfile=NULL;
128 static char *tm_cipher=NULL;
131 static SSL_CTX *tm_ctx=NULL;
132 static const SSL_METHOD *s_time_meth=NULL;
133 static char *s_www_path=NULL;
147 t_cert_file=NULL;
148 t_key_file=NULL;
[all...]
/external/openssl/crypto/
H A DLPdir_win.c57 if (ctx == NULL || directory == NULL)
64 if (*ctx == NULL)
67 if (*ctx == NULL)
76 TCHAR *wdir = NULL;
81 if (wdir == NULL)
84 *ctx = NULL;
105 *ctx = NULL;
128 sizeof((*ctx)->entry_name), NULL, 0))
144 if (ctx != NULL
[all...]
/external/openssl/crypto/buffer/
H A Dbuf_err.c79 {0,NULL}
84 {0,NULL}
93 if (ERR_func_error_string(BUF_str_functs[0].error) == NULL)
/external/openssl/crypto/comp/
H A Dcomp_err.c77 {0,NULL}
85 {0,NULL}
94 if (ERR_func_error_string(COMP_str_functs[0].error) == NULL)
/external/openssl/crypto/ecdh/
H A Dech_err.c76 {0,NULL}
85 {0,NULL}
94 if (ERR_func_error_string(ECDH_str_functs[0].error) == NULL)
/external/openssl/crypto/ecdsa/
H A Decs_vrf.c73 if (ecdsa == NULL)
90 if (s == NULL) return(ret);
91 if (d2i_ECDSA_SIG(&s, &sigbuf, sig_len) == NULL) goto err;
/external/openssl/crypto/objects/
H A Dobj_err.c80 {0,NULL}
87 {0,NULL}
96 if (ERR_func_error_string(OBJ_str_functs[0].error) == NULL)
/external/openssl/crypto/pkcs12/
H A Dp12_init.c70 return NULL;
90 if (pkcs12 != NULL) PKCS12_free(pkcs12);
91 return NULL;
/external/openssl/crypto/pkcs7/
H A Denc.c76 char *keyfile = NULL;
77 const EVP_CIPHER *cipher=NULL;
78 STACK_OF(X509) *recips=NULL;
102 if (!(x509=PEM_read_bio_X509(in,NULL,NULL,NULL)))
120 if ((pkey=PEM_read_bio_PrivateKey(in,NULL,NULL)) == NULL) goto err;
124 if (PKCS7_add_signature(p7,x509,pkey,EVP_sha1()) == NULL) got
[all...]
/external/openssl/crypto/rand/
H A Drand_err.c76 {0,NULL}
85 {0,NULL}
94 if (ERR_func_error_string(RAND_str_functs[0].error) == NULL)
/external/oprofile/module/ia64/
H A Dop_pmu.c109 SA_INTERRUPT | SA_PERCPU_IRQ, "oprofile", NULL);
117 if ((smp_call_function(op_set_pmv, NULL, 0, 1))) {
122 op_set_pmv(NULL);
133 if ((smp_call_function(op_restore_pmv, NULL, 0, 1))) {
138 op_restore_pmv(NULL);
140 free_irq(MY_OPROFILE_VECTOR, NULL);
248 if ((smp_call_function(disable_psr, NULL, 0, 1)))
251 disable_psr(NULL);
255 if ((smp_call_function(pmu_setup, NULL, 0, 1)))
258 pmu_setup(NULL);
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Donce.cc62 internal_ = NULL;
66 // internal_ may be non-NULL if Init() was already called.
67 if (internal_ == NULL) internal_ = new ProtobufOnceInternal;
71 // internal_ may be NULL if we're still in dynamic initialization and the
75 if (internal_ == NULL) internal_ = new ProtobufOnceInternal;
/external/qemu/android/
H A Dresource.c29 for ( ; e->name != NULL; e++ ) {
36 return NULL;
57 return NULL;
/external/qemu/distrib/sdl-1.2.15/src/loadso/beos/
H A DSDL_sysloadso.c37 void *handle = NULL;
50 void *sym = NULL;
63 if (handle != NULL) {
/external/qemu/distrib/sdl-1.2.15/src/loadso/mint/
H A DSDL_sysloadso.c39 if ( handle == NULL ) {
49 if ( symbol == NULL ) {
57 if ( handle != NULL ) {
/external/skia/src/views/
H A DSkProgressView.cpp15 SkProgressView::SkProgressView(uint32_t flags) : SkView(flags), fOnShader(NULL), fOffShader(NULL)
19 fInterp = NULL;
36 this->inval(NULL);
55 this->inval(NULL);
72 fInterp = NULL;
77 this->inval(NULL);
115 NULL;
124 SkASSERT(fOnShader == NULL);
125 SkASSERT(fOffShader == NULL);
[all...]
/external/srec/srec/Semproc/src/
H A DExpressionEvaluator.c44 if (operands == NULL || resultBuf == NULL || resultLen == NULL)
64 if (operands == NULL || resultBuf == NULL || resultLen == NULL)
100 if (operands == NULL || resultBuf == NULL || resultLen == NULL)
117 if (operands == NULL || resultBu
[all...]
/external/stlport/test/eh/
H A Dmwerks_console_OS_X.c50 if (theFrameworkURL != NULL)
58 if (theBundleURL != NULL)
81 __msl_os_x.theBundle = NULL;
82 __msl_os_x.theRead = NULL;
83 __msl_os_x.theWrite = NULL;
89 if ((theErr == noErr) && (__msl_os_x.theBundle != NULL))
112 if (__msl_os_x.theBundle != NULL)
116 __msl_os_x.theRead = NULL;
117 __msl_os_x.theWrite = NULL;
124 __msl_os_x.theBundle = NULL;
[all...]
/external/v8/src/
H A Dv8-counters.cc37 HistogramTimer name = { #caption, NULL, false, 0, 0 }; \
43 StatsCounter name = { "c:" #caption, NULL, false };\
52 { "c:V8.State" #name, NULL, false },

Completed in 1931 milliseconds

<<31323334353637383940>>