Searched refs:NULL (Results 601 - 625 of 11995) sorted by relevance

<<21222324252627282930>>

/external/dropbear/libtomcrypt/src/pk/rsa/
H A Drsa_export.c31 LTC_ARGCHK(out != NULL);
32 LTC_ARGCHK(outlen != NULL);
33 LTC_ARGCHK(key != NULL);
55 LTC_ASN1_EOL, 0UL, NULL);
61 LTC_ASN1_EOL, 0UL, NULL);
/external/dropbear/
H A Dsvr-authpasswd.c40 struct spwd *spasswd = NULL;
42 char * passwdcrypt = NULL; /* the crypt from /etc/passwd or /etc/shadow */
43 char * testcrypt = NULL; /* crypt generated from the user's password sent */
53 if (spasswd != NULL && spasswd->sp_pwdp != NULL) {
/external/e2fsprogs/lib/uuid/
H A Dparse.c65 uuid.time_low = strtoul(in, NULL, 16);
66 uuid.time_mid = strtoul(in+9, NULL, 16);
67 uuid.time_hi_and_version = strtoul(in+14, NULL, 16);
68 uuid.clock_seq = strtoul(in+19, NULL, 16);
74 uuid.node[i] = strtoul(buf, NULL, 16);
/external/elfutils/libdw/
H A Ddwarf_getscopes_die.c64 if (scopes == NULL)
76 while (die != NULL);
86 if (die == NULL)
89 struct Dwarf_Die_Chain cu = { .die = CUDIE (die->cu), .parent = NULL };
91 int result = __libdw_visit_scopes (1, &cu, &scope_visitor, NULL, &info);
/external/elfutils/src/
H A Dld.c87 { NULL, 0, NULL, 0, N_("Input File Control:"), 0 },
88 { "whole-archive", ARGP_whole_archive, NULL, 0,
90 { "no-whole-archive", ARGP_no_whole_archive, NULL, 0,
92 { NULL, 'l', N_("FILE"), OPTION_HIDDEN, NULL, 0 },
93 { "start-group", '(', NULL, 0, N_("Start a group."), 0 },
94 { "end-group", ')', NULL, 0, N_("End a group."), 0 },
95 { NULL, 'L', N_("PATH"), 0,
97 { "as-needed", ARGP_as_needed, NULL,
[all...]
/external/icu4c/i18n/
H A Duspoof_build.cpp53 return NULL;
57 return NULL;
59 if (errorType!=NULL) {
62 if (pe != NULL) {
79 This = NULL;
/external/mesa3d/src/glsl/
H A Dir_hierarchical_visitor.cpp29 this->base_ir = NULL;
30 this->callback = NULL;
31 this->data = NULL;
38 if (this->callback != NULL)
47 if (this->callback != NULL)
56 if (this->callback != NULL)
65 if (this->callback != NULL)
74 if (this->callback != NULL)
90 if (this->callback != NULL)
106 if (this->callback != NULL)
[all...]
/external/openssl/crypto/asn1/
H A Da_bitstr.c71 if (a == NULL) return(0);
103 if (pp == NULL) return(ret);
119 ASN1_BIT_STRING *ret=NULL;
130 if ((a == NULL) || ((*a) == NULL))
132 if ((ret=M_ASN1_BIT_STRING_new()) == NULL) return(NULL);
148 if (s == NULL)
158 s=NULL;
161 if (ret->data != NULL) OPENSSL_fre
[all...]
/external/openssl/crypto/rsa/
H A Drsa_chk.c69 if (i == NULL || j == NULL || k == NULL || l == NULL ||
70 m == NULL || ctx == NULL)
78 r = BN_is_prime_ex(key->p, BN_prime_checks, NULL, NULL);
88 r = BN_is_prime_ex(key->q, BN_prime_checks, NULL, NULL);
[all...]
/external/qemu/android/protocol/
H A Dattach-ui-impl.c48 char* handshake = NULL;
56 if (_attachUiImpl.core_connection == NULL) {
64 if (handshake != NULL) {
78 if (_attachUiImpl.core_connection != NULL) {
81 _attachUiImpl.core_connection = NULL;
/external/qemu/distrib/sdl-1.2.15/src/loadso/os2/
H A DSDL_sysloadso.c38 HMODULE handle = NULL;
43 if ((ulrc != NO_ERROR) || (handle == NULL))
52 void *symbol = NULL;
59 if (symbol == NULL)
67 if ( handle != NULL )
/external/qemu/distrib/sdl-1.2.15/src/thread/win32/
H A DSDL_sysmutex.c45 mutex->id = CreateMutex(NULL, FALSE, NULL);
49 mutex = NULL;
72 if ( mutex == NULL ) {
73 SDL_SetError("Passed a NULL mutex");
86 if ( mutex == NULL ) {
87 SDL_SetError("Passed a NULL mutex");
/external/skia/src/gpu/
H A DGrTexture.cpp21 if (NULL == context) {
35 if (NULL == context) {
45 if (NULL != fRenderTarget) {
49 fRenderTarget = NULL;
54 if (NULL != fRenderTarget) {
/external/srec/portable/src/
H A Dptimer.c48 PTimer *tmp = NULL;
50 if (timer == NULL)
53 if (tmp == NULL)
71 if (timer == NULL) return ESR_INVALID_ARGUMENT;
83 if (timer == NULL) return ESR_INVALID_ARGUMENT;
94 if (timer == NULL) return ESR_INVALID_ARGUMENT;
113 if (timer == NULL || elapsed == NULL)
136 if (timer == NULL) return ESR_INVALID_ARGUMENT;
167 PTimer *tmp = NULL;
[all...]
/external/srec/shared/src/
H A DCommandLine.c25 const LCHAR* lastKeyFound = NULL;
32 if (key == NULL)
39 if (lastKeyFound != NULL && LSTRCMP(lastKeyFound, key) == 0)
55 if (lastKeyFound != NULL && LSTRCMP(lastKeyFound, key) == 0)
66 if (lastKeyFound != NULL && LSTRCMP(lastKeyFound, key) == 0)
/external/v8/src/
H A Dcounters.cc38 : lookup_function_(NULL),
39 create_histogram_function_(NULL),
40 add_histogram_sample_function_(NULL) {}
69 if (GetHistogram() != NULL) {
77 if (histogram_ != NULL) {
/external/valgrind/main/coregrind/
H A Dm_clientstate.c56 UWord* VG_(client_auxv) = NULL;
72 XArray* /* of HChar* */ VG_(args_for_client) = NULL;
75 XArray* /* of HChar* */ VG_(args_for_valgrind) = NULL;
82 const HChar* VG_(args_the_exename) = NULL;
90 HChar* VG_(name_of_launcher) = NULL;
/external/valgrind/main/memcheck/tests/amd64-linux/
H A Dint3-amd64.c9 static char* rip_at_sig = NULL;
27 sigaction(sig, &sa, NULL);
31 char *intaddr = NULL;
46 if (intaddr != NULL && rip_at_sig != NULL
/external/valgrind/main/memcheck/tests/
H A Dbig_blocks_freed_list.c9 char *semi_big = NULL;
10 char *big = NULL;
11 char *small = NULL;
12 char *other_small = NULL;
36 big = NULL;
H A Derr_disable3.c13 char* block = NULL;
33 return NULL;
51 r = pthread_create(&child, NULL, child_fn, NULL);
55 r = pthread_join(child, NULL);
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dint3-x86.c9 static char* eip_at_sig = NULL;
27 sigaction(sig, &sa, NULL);
31 char *intaddr = NULL;
46 if (intaddr != NULL && eip_at_sig != NULL
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestglobals.c35 g_assert(soup_session_get_feature(session, SOUP_TYPE_CONTENT_DECODER) != NULL);
44 g_assert(soup_session_get_feature(session, SOUP_TYPE_CONTENT_DECODER) != NULL);
45 g_assert(soup_session_get_feature(session, WEBKIT_TYPE_SOUP_AUTH_DIALOG) == NULL);
50 g_thread_init(NULL);
51 gtk_test_init(&argc, &argv, NULL);
/external/webrtc/test/testsupport/
H A Dframe_reader.cc24 input_file_(NULL) {
38 if (input_file_ == NULL) {
54 if (input_file_ != NULL) {
56 input_file_ = NULL;
62 if (input_file_ == NULL) {
63 fprintf(stderr, "FrameReader is not initialized (input file is NULL)\n");
H A Dframe_writer.cc22 output_file_(NULL) {
36 if (output_file_ == NULL) {
45 if (output_file_ != NULL) {
47 output_file_ = NULL;
53 if (output_file_ == NULL) {
54 fprintf(stderr, "FrameWriter is not initialized (output file is NULL)\n");
/external/wpa_supplicant_6/wpa_supplicant/tests/
H A Dtest_x509v3.c28 struct x509_certificate *certs = NULL, *last = NULL, *cert;
41 if (buf == NULL) {
47 if (cert == NULL) {
54 if (certs == NULL)

Completed in 1210 milliseconds

<<21222324252627282930>>