Searched refs:NULL (Results 251 - 275 of 11995) sorted by relevance

<<11121314151617181920>>

/external/icu4c/test/cintltst/
H A Duenumtst.c51 if(cont->currUChar != NULL) {
53 cont->currUChar = NULL;
66 return NULL;
69 if(cont->currUChar == NULL) {
83 return NULL;
99 NULL, NULL,
100 NULL
104 NULL,
114 NULL,
[all...]
/external/openssl/crypto/
H A Dmem.c116 static void (*malloc_debug_func)(void *,int,const char *,int,int) = NULL;
118 = NULL;
119 static void (*free_debug_func)(void *,int) = NULL;
120 static void (*set_debug_options_func)(long) = NULL;
121 static long (*get_debug_options_func)(void) = NULL;
162 if ((m == NULL) || (f == NULL))
175 if ((m == NULL) || (f == NULL))
203 if (m != NULL) *
[all...]
/external/openssl/crypto/rc4/
H A Drc4.c71 NULL
76 FILE *in=NULL,*out=NULL;
77 char *infile=NULL,*outfile=NULL,*keystr=NULL;
116 for (pp=usage; (*pp != NULL); pp++)
121 if (infile == NULL)
126 if (in == NULL)
133 if (outfile == NULL)
[all...]
/external/svox/pico/lib/
H A Dpicokdbg.c79 if (NULL == this || NULL == this->subObj) {
81 return picoos_emRaiseException(common->em, PICO_ERR_OTHER, NULL, NULL);
91 if (NULL != this) {
100 if (NULL == this) {
106 if (NULL == this->subObj) {
108 NULL, NULL);
115 if (NULL
[all...]
H A Dpicokpdf.c97 if (NULL == this || NULL == this->subObj) {
99 NULL, NULL);
125 NULL, NULL);
151 if (NULL == this || NULL == this->subObj) {
153 NULL, NULL);
[all...]
/external/bzip2/
H A Ddlltest.c32 if(hLib == NULL){
73 char *fn_r = NULL;
74 char *fn_w = NULL;
106 fn_r = NULL;
112 fn_w = NULL;
120 BZFILE *BZ2fp_r = NULL;
121 FILE *fp_w = NULL;
124 if((fp_w = fopen(fn_w,"wb"))==NULL){
132 if((fn_r == NULL && (BZ2fp_r = BZ2_bzdopen(fileno(stdin),"rb"))==NULL)
[all...]
/external/oprofile/daemon/
H A Dopd_extended.c31 { NULL, NULL }
43 for (i = 0 ; ext_feature_table[i].feature != NULL ; i++ ) {
58 && ext_feature_table[opd_ext_feat_index].handlers != NULL)
68 && ext_feature_table[opd_ext_feat_index].handlers != NULL
69 && ext_feature_table[opd_ext_feat_index].handlers->ext_sfile != NULL)
86 char * tmp = NULL, * name = NULL, * args = NULL;
96 if((name = strtok_r(tmp, ":", &args)) == NULL)
[all...]
/external/skia/src/gpu/win/
H A DSkNativeGLContext_win.cpp28 : fWindow(NULL)
29 , fDeviceContext(NULL)
50 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(NULL);
56 wc.hbrBackground = NULL;
57 wc.hCursor = LoadCursor(NULL, IDC_ARROW);
58 wc.hIcon = LoadIcon(NULL, IDI_APPLICATION);
62 wc.lpszMenuName = NULL;
68 return NULL;
76 NULL, NULL,
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old_handlers_wps.c31 char *arg_bssid = NULL;
35 if (!dbus_message_get_args(message, NULL, DBUS_TYPE_STRING, &arg_bssid,
37 return wpas_dbus_new_invalid_opts_error(message, NULL);
40 ret = wpas_wps_start_pbc(wpa_s, NULL, 0);
71 DBusMessage *reply = NULL;
73 char *pin = NULL;
74 u8 bssid[ETH_ALEN], *_bssid = NULL;
77 if (!dbus_message_get_args(message, NULL, DBUS_TYPE_STRING, &arg_bssid,
79 return wpas_dbus_new_invalid_opts_error(message, NULL);
82 _bssid = NULL;
[all...]
/external/libxml2/
H A Dtree.c71 __xmlSimpleError(XML_FROM_TREE, XML_ERR_NO_MEMORY, NULL, NULL, extra);
84 const char *msg = NULL;
121 #define UPDATE_LAST_CHILD_AND_PARENT(n) if ((n) != NULL) { \
123 if (ulccur == NULL) { \
124 (n)->last = NULL; \
126 while (ulccur->next != NULL) { \
134 #define IS_STR_XML(str) ((str != NULL) && (str[0] == 'x') && \
157 * Returns A pointer to the entity structure or NULL if not found.
163 if((dtd != NULL)
6743 NULL); local
[all...]
H A Duri.c180 if (str == NULL)
189 if (uri != NULL) {
190 if (uri->scheme != NULL) xmlFree(uri->scheme);
217 if (str == NULL)
224 ((uri != NULL) && (uri->cleanup & 1) && (IS_UNWISE(cur))))
226 if (uri != NULL) {
227 if (uri->fragment != NULL)
232 uri->fragment = xmlURIUnescapeString(*str, cur - *str, NULL);
254 if (str == NULL)
260 ((uri != NULL)
[all...]
H A DSAX2.c60 if (ctxt != NULL) {
61 if ((ctxt->sax != NULL) && (ctxt->sax->error != NULL))
83 xmlStructuredErrorFunc schannel = NULL;
85 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
88 if (ctxt != NULL) {
90 if ((ctxt->sax != NULL) && (ctxt->sax->initialized == XML_SAX2_MAGIC))
94 ctxt, NULL, XML_FROM_DTD, error,
95 XML_ERR_ERROR, NULL, 0, (const char *) str1,
96 (const char *) str2, NULL,
[all...]
/external/dbus/dbus/
H A Ddbus-object-tree.c68 * message_function != NULL there's actually a handler at this node.
89 * @returns the new tree or #NULL if no memory
102 if (tree == NULL)
107 tree->root = _dbus_object_subtree_new ("/", NULL, NULL);
108 if (tree->root == NULL)
120 return NULL;
172 return_deepest_match = exact_match != NULL;
176 if (path[0] == NULL)
182 if (exact_match != NULL)
[all...]
/external/libxslt/libxslt/
H A Dxslt.c128 if ((style == NULL) || (node == NULL))
132 xsltTransformError(NULL, style, node,
136 xsltTransformError(NULL, style, node,
164 if (style->exclPrefixTab == NULL) {
180 if (style->exclPrefixTab == NULL) {
208 style->exclPrefix = NULL;
255 * Returns 1 if the string is NULL or made of blanks chars, 0 otherwise
259 if (str == NULL)
281 if (self != NULL) {
[all...]
/external/safe-iop/src/
H A Dsafe_iop.c24 if (type == NULL) {
27 if (c == NULL || *c == NULL || **c == '\0') {
31 if (strchr(SAFE_IOP_TYPE_PREFIXES, **c) != NULL) {
81 const char *c = NULL;
83 /* Result should not be NULL */
88 if (fmt == NULL || fmt[0] == '\0')
184 a=SCHAR_MIN; b=-1; EXPECT_FALSE(safe_add(NULL, a, b));
185 a=SCHAR_MAX; b=1; EXPECT_FALSE(safe_add(NULL, a, b));
186 a=10; b=11; EXPECT_TRUE(safe_add(NULL,
[all...]
/external/chromium/crypto/
H A Dcssm_init.cc53 tp_loaded_(false), csp_handle_(NULL), cl_handle_(NULL),
54 tp_handle_(NULL) {
63 CSSM_KEY_HIERARCHY_NONE, &pvc_policy, NULL);
70 crtn = CSSM_ModuleLoad(&gGuidAppleCSP, CSSM_KEY_HIERARCHY_NONE, NULL, NULL);
77 &gGuidAppleX509CL, CSSM_KEY_HIERARCHY_NONE, NULL, NULL);
84 &gGuidAppleX509TP, CSSM_KEY_HIERARCHY_NONE, NULL, NULL);
[all...]
/external/webrtc/src/system_wrappers/test/list/
H A Dlist.cc32 if (list_item_pointer != NULL)
43 while (list_item != NULL)
63 while (item_iter != NULL)
106 FailTest(first_item == NULL);
109 FailTest(last_item == NULL);
112 FailTest(second_item == NULL);
113 FailTest(test_list.Next(last_item) != NULL);
114 FailTest(test_list.Next(NULL) != NULL);
117 FailTest(second_to_last_item == NULL);
[all...]
/external/openssl/crypto/pem/
H A Dpem_info.c79 if ((b=BIO_new(BIO_s_file())) == NULL)
93 X509_INFO *xi=NULL;
94 char *name=NULL,*header=NULL;
96 unsigned char *data=NULL;
100 STACK_OF(X509_INFO) *ret=NULL;
104 if (sk == NULL)
106 if ((ret=sk_X509_INFO_new_null()) == NULL)
115 if ((xi=X509_INFO_new()) == NULL) goto err;
136 if (xi->x509 != NULL)
[all...]
/external/openssl/apps/
H A Dcrl2p7.c89 BIO *in=NULL,*out=NULL;
92 PKCS7 *p7 = NULL;
93 PKCS7_SIGNED *p7s = NULL;
94 X509_CRL *crl=NULL;
95 STACK_OF(OPENSSL_STRING) *certflst=NULL;
96 STACK_OF(X509_CRL) *crl_stack=NULL;
97 STACK_OF(X509) *cert_stack=NULL;
102 if (bio_err == NULL)
103 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
[all...]
/external/openssl/crypto/ec/
H A Decp_mont.c128 group->field_data1 = NULL;
129 group->field_data2 = NULL;
136 if (group->field_data1 != NULL)
139 group->field_data1 = NULL;
141 if (group->field_data2 != NULL)
144 group->field_data2 = NULL;
152 if (group->field_data1 != NULL)
155 group->field_data1 = NULL;
157 if (group->field_data2 != NULL)
160 group->field_data2 = NULL;
[all...]
/external/chromium/base/win/
H A Dregistry.cc20 : key_(NULL),
25 : key_(NULL),
53 LONG result = RegCreateKeyEx(rootkey, subkey, 0, NULL,
54 REG_OPTION_NON_VOLATILE, access, NULL, &key_,
72 HKEY subkey = NULL;
73 LONG result = RegCreateKeyEx(key_, name, 0, NULL, REG_OPTION_NON_VOLATILE,
74 access, NULL, &subkey, NULL);
85 HKEY subkey = NULL;
99 key_ = NULL;
[all...]
/external/qemu/
H A Di386-dis.c324 #define XX { NULL, 0 }
458 #define cond_jump_flag { NULL, cond_jump_mode }
459 #define loop_jcxz_flag { NULL, loop_jcxz_mode }
538 #define FLOAT NULL, { { NULL, FLOATCODE } }
540 #define GRP1a NULL, { { NULL, USE_GROUPS }, { NULL, 0 } }
541 #define GRP1b NULL, { { NULL, USE_GROUP
[all...]
/external/openssl/crypto/dsa/
H A Ddsa_lib.c79 static const DSA_METHOD *default_DSA_method = NULL;
104 return DSA_new_method(NULL);
118 dsa->engine = NULL;
131 if (ret == NULL)
134 return(NULL);
144 return NULL;
159 return NULL;
167 ret->p=NULL;
168 ret->q=NULL;
169 ret->g=NULL;
[all...]
/external/openssl/crypto/dso/
H A Ddso_dlfcn.c76 return NULL;
122 NULL, /* unbind_var */
123 NULL, /* unbind_func */
125 NULL, /* ctrl */
128 NULL, /* init */
129 NULL, /* finish */
169 void *ptr = NULL;
171 char *filename = DSO_convert_filename(dso, NULL);
174 if(filename == NULL)
185 if(ptr == NULL)
[all...]
/external/icu4c/tools/genrb/
H A Dparse.c109 getToken(&value, NULL, status);
110 getToken(NULL, NULL, status); bad - value is now a different string
160 if (tokenValue != NULL)
165 if (linenumber != NULL)
170 if (comment != NULL)
202 if (tokenValue != NULL)
207 if (linenumber != NULL)
212 if(comment != NULL){
226 if (linenumber != NULL)
[all...]

Completed in 472 milliseconds

<<11121314151617181920>>