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

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dqueue.c31 if ((node = malloc(sizeof(qnode_t))) == NULL)
32 return NULL;
46 if ((queue = alloc_init_node(NULL)) == NULL)
47 return NULL;
58 if ((node = alloc_init_node(data)) == NULL)
59 return NULL;
75 if ((node = alloc_init_node(data)) == NULL)
76 return NULL;
93 if (q == NULL ||
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dqueue.c31 if ((node = malloc(sizeof(qnode_t))) == NULL)
32 return NULL;
46 if ((queue = alloc_init_node(NULL)) == NULL)
47 return NULL;
58 if ((node = alloc_init_node(data)) == NULL)
59 return NULL;
75 if ((node = alloc_init_node(data)) == NULL)
76 return NULL;
93 if (q == NULL ||
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Dchildlist.c22 if (child == NULL) {
24 tmp = NULL;
36 child->next = NULL;
44 if (child == NULL) {
45 ERROR("remove_child_by_pid", "Invalid child list passed (NULL).");
46 return NULL;
57 if (child->prev != NULL)
60 if (child->next != NULL)
63 if (largest_seqnum != NULL)
67 if (child_c != NULL)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-selector.c37 *NULL in case of failure.
42 CRSelector *result = NULL;
47 return NULL;
57 CRParser *parser = NULL;
59 g_return_val_if_fail (a_char_buf, NULL);
63 g_return_val_if_fail (parser, NULL);
65 return NULL;
81 CRSelector *cur = NULL;
109 CRSelector *cur = NULL;
127 *Returns the new list or NULL i
[all...]
H A Dcr-attr-sel.c45 CRAttrSel *result = NULL;
64 CRAttrSel *cur_sel = NULL;
111 CRAttrSel *cur = NULL;
112 guchar *result = NULL;
113 GString *str_buf = NULL;
115 g_return_val_if_fail (a_this, NULL);
117 str_buf = g_string_new (NULL);
125 guchar *name = NULL;
132 name = NULL;
137 guchar *value = NULL;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-selector.c37 *NULL in case of failure.
42 CRSelector *result = NULL;
47 return NULL;
57 CRParser *parser = NULL;
59 g_return_val_if_fail (a_char_buf, NULL);
63 g_return_val_if_fail (parser, NULL);
65 return NULL;
81 CRSelector *cur = NULL;
109 CRSelector *cur = NULL;
127 *Returns the new list or NULL i
[all...]
H A Dcr-attr-sel.c45 CRAttrSel *result = NULL;
64 CRAttrSel *cur_sel = NULL;
111 CRAttrSel *cur = NULL;
112 guchar *result = NULL;
113 GString *str_buf = NULL;
115 g_return_val_if_fail (a_this, NULL);
117 str_buf = g_string_new (NULL);
125 guchar *name = NULL;
132 name = NULL;
137 guchar *value = NULL;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pqueue/
H A Dpqueue.c74 if (item == NULL) return NULL;
80 item->next = NULL;
88 if (item == NULL) return;
98 if (pq == NULL) return NULL;
107 if (pq == NULL) return;
117 if (pq->items == NULL)
123 for(curr = NULL, next = pq->items;
124 next != NULL;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/bstring/
H A Dbstradd.c83 if (str == NULL)
84 return NULL;
88 if (NULL == b)
89 return NULL;
102 if (b == NULL || b->slen < 0 || b->mlen > 0 || b->data == NULL)
110 b->data = NULL;
125 struct bstrList *sl = NULL;
127 if ((sl = bstrListCreate()) == NULL)
128 return NULL;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/bstring/
H A Dbstradd.c83 if (str == NULL)
84 return NULL;
88 if (NULL == b)
89 return NULL;
102 if (b == NULL || b->slen < 0 || b->mlen > 0 || b->data == NULL)
110 b->data = NULL;
125 struct bstrList *sl = NULL;
127 if ((sl = bstrListCreate()) == NULL)
128 return NULL;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstriconv.c55 iconv (cd, NULL, NULL, NULL, NULL);
104 size_t res = iconv (cd, NULL, NULL, &outptr, &outsize);
120 if (*resultp != NULL && *lengthp >= length)
125 if (result == NULL)
136 iconv (cd, NULL, NULL, NUL
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509/
H A Dx509_v3.c70 if (x == NULL) return(0);
80 if (obj == NULL) return(-2);
90 if (sk == NULL) return(-1);
110 if (sk == NULL) return(-1);
127 if (x == NULL || sk_X509_EXTENSION_num(x) <= loc || loc < 0)
128 return NULL;
137 if (x == NULL || sk_X509_EXTENSION_num(x) <= loc || loc < 0)
138 return(NULL);
146 X509_EXTENSION *new_ex=NULL;
148 STACK_OF(X509_EXTENSION) *sk=NULL;
[all...]
H A Dx509cset.c68 if (x == NULL) return(0);
69 if (x->crl->version == NULL)
71 if ((x->crl->version=M_ASN1_INTEGER_new()) == NULL)
79 if ((x == NULL) || (x->crl == NULL)) return(0);
88 if (x == NULL) return(0);
93 if (in != NULL)
99 return(in != NULL);
106 if (x == NULL) return(0);
111 if (in != NULL)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstriconv.c55 iconv (cd, NULL, NULL, NULL, NULL);
104 size_t res = iconv (cd, NULL, NULL, &outptr, &outsize);
120 if (*resultp != NULL && *lengthp >= length)
125 if (result == NULL)
136 iconv (cd, NULL, NULL, NUL
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstriconv.c55 iconv (cd, NULL, NULL, NULL, NULL);
104 size_t res = iconv (cd, NULL, NULL, &outptr, &outsize);
120 if (*resultp != NULL && *lengthp >= length)
125 if (result == NULL)
136 iconv (cd, NULL, NULL, NUL
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DSAX2.c54 if (ctxt != NULL) {
55 if ((ctxt->sax != NULL) && (ctxt->sax->error != NULL))
77 xmlStructuredErrorFunc schannel = NULL;
79 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
82 if (ctxt != NULL) {
84 if ((ctxt->sax != NULL) && (ctxt->sax->initialized == XML_SAX2_MAGIC))
88 ctxt, NULL, XML_FROM_DTD, error,
89 XML_ERR_ERROR, NULL, 0, (const char *) str1,
90 (const char *) str2, NULL,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Denc.c104 ENGINE *e = NULL;
108 char *strbuf=NULL;
109 unsigned char *buff=NULL,*bufsize=NULL;
115 char *str=NULL, *passarg = NULL, *pass = NULL;
116 char *hkey=NULL,*hiv=NULL,*hsalt = NULL;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DSAX2.c54 if (ctxt != NULL) {
55 if ((ctxt->sax != NULL) && (ctxt->sax->error != NULL))
77 xmlStructuredErrorFunc schannel = NULL;
79 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
82 if (ctxt != NULL) {
84 if ((ctxt->sax != NULL) && (ctxt->sax->initialized == XML_SAX2_MAGIC))
88 ctxt, NULL, XML_FROM_DTD, error,
89 XML_ERR_ERROR, NULL, 0, (const char *) str1,
90 (const char *) str2, NULL,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DSAX2.c54 if (ctxt != NULL) {
55 if ((ctxt->sax != NULL) && (ctxt->sax->error != NULL))
77 xmlStructuredErrorFunc schannel = NULL;
79 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
82 if (ctxt != NULL) {
84 if ((ctxt->sax != NULL) && (ctxt->sax->initialized == XML_SAX2_MAGIC))
88 ctxt, NULL, XML_FROM_DTD, error,
89 XML_ERR_ERROR, NULL, 0, (const char *) str1,
90 (const char *) str2, NULL,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dapi_flags.c50 if ((progname = strrchr(argv[0], '/')) == NULL)
103 api = NULL;
108 for (lc = 1; fgets(buf, sizeof(buf), stdin) != NULL; ++lc) {
109 if ((p = strchr(buf, '\n')) != NULL)
126 if ((p = strtok(buf, " \t")) == NULL || *p == '#')
130 if (api == NULL)
137 if ((p = strtok(buf, " \t")) == NULL)
139 if (api != NULL)
141 if ((api = strdup(p)) == NULL)
144 if ((p = strtok(NULL, " \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/dsa/
H A Dfips_dsa_gen.c119 BIGNUM *g=NULL,*q=NULL,*p=NULL;
120 BN_MONT_CTX *mont=NULL;
124 BN_CTX *ctx=NULL,*ctx2=NULL,*ctx3=NULL;
126 DSA *ret=NULL;
140 seed_in = NULL; /* seed buffer too small -- ignore */
144 if ((seed_in != NULL)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dquery.c29 NULL,
38 NULL,
40 { NULL,
43 { NULL, NULL, NULL }
59 if (fgets(input, sizeof(input), stdin) == NULL) {
68 if ((p = strchr(input, '\n')) == NULL) {
90 if (donep != NULL)
93 for (p = cmdtab; p->cmd != NULL;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509cset.c68 if (x == NULL) return(0);
69 if (x->crl->version == NULL)
71 if ((x->crl->version=M_ASN1_INTEGER_new()) == NULL)
79 if ((x == NULL) || (x->crl == NULL)) return(0);
88 if (x == NULL) return(0);
93 if (in != NULL)
99 return(in != NULL);
106 if (x == NULL) return(0);
111 if (in != NULL)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/conf/
H A Dconf_api.c88 if ((conf == NULL) || (section == NULL)) return(NULL);
89 vv.name=NULL;
102 if (v != NULL)
105 return(NULL);
110 CONF_VALUE *v = NULL;
122 if (v != NULL)
137 if (name == NULL) return(NULL);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Dhw_nuron.c72 static const char *NURON_LIBNAME = NULL;
83 NURON_LIBNAME = NULL;
88 return (((NURON_LIBNAME = BUF_strdup(name)) != NULL) ? 1 : 0);
99 {0, NULL, NULL, 0}
103 static tfnModExp *pfnModExp = NULL;
105 static DSO *pvDSOHandle = NULL;
116 if(pvDSOHandle != NULL)
122 pvDSOHandle = DSO_load(NULL, get_NURON_LIBNAME(), NULL,
[all...]

Completed in 302 milliseconds

<<11121314151617181920>>