Searched refs:NULL (Results 276 - 300 of 15830) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/stand/powerpc/uboot/
H A Dconf.c58 NULL
83 NULL
90 NULL,
103 NULL
113 NULL
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dpam_getenvlist.c64 if (envlist == NULL) {
67 RETURNP(NULL);
70 if ((envlist[i] = strdup(pamh->env[i])) == NULL) {
78 RETURNP(NULL);
81 envlist[i] = NULL;
88 * The last element in the array is =NULL.
99 * for (env = environ; *env != NULL; env++)
H A Dopenpam_readlinev.c61 if ((wordv = malloc(wordvsize * sizeof *wordv)) == NULL) {
64 return (NULL);
66 wordv[wordvlen] = NULL;
67 while ((word = openpam_readword(f, lineno, &wordlen)) != NULL) {
72 if (tmp == NULL) {
81 wordv[wordvlen] = NULL;
82 word = NULL;
92 return (NULL);
99 return (NULL);
101 if (ch == '\n' && lineno != NULL)
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregfree.c58 if (g == NULL || g->magic != MAGIC2) /* oops again */
63 if (g->strip != NULL)
65 if (g->sets != NULL)
67 if (g->setbits != NULL)
69 if (g->must != NULL)
/freebsd-11-stable/usr.bin/systat/
H A Difcmds.c43 char *matchline = NULL;
62 if (args != NULL && *args != '\0' && memcmp(args, "*", 2) != 0) {
64 if (matchline != NULL)
70 if (matchline != NULL)
73 matchline = NULL;
/freebsd-11-stable/crypto/openssl/ssl/
H A Dtls_srp.c69 if (ctx == NULL)
80 ctx->srp_ctx.TLS_ext_srp_username_callback = NULL;
81 ctx->srp_ctx.SRP_cb_arg = NULL;
82 ctx->srp_ctx.SRP_verify_param_callback = NULL;
83 ctx->srp_ctx.SRP_give_srp_client_pwd_callback = NULL;
84 ctx->srp_ctx.N = NULL;
85 ctx->srp_ctx.g = NULL;
86 ctx->srp_ctx.s = NULL;
87 ctx->srp_ctx.B = NULL;
88 ctx->srp_ctx.A = NULL;
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Ddiff_local.c129 else if (svn_dirent_is_child(eb->cur->local_abspath, local_abspath, NULL))
159 err = svn_wc__db_base_get_info(NULL, NULL, &revision, NULL, NULL, NULL,
160 NULL, NULL, NULL, NULL, NUL
[all...]
/freebsd-11-stable/crypto/openssl/crypto/pem/
H A Dpem_info.c80 if ((b = BIO_new(BIO_s_file())) == NULL) {
94 X509_INFO *xi = NULL;
95 char *name = NULL, *header = NULL;
97 unsigned char *data = NULL;
101 STACK_OF(X509_INFO) *ret = NULL;
105 if (sk == NULL) {
106 if ((ret = sk_X509_INFO_new_null()) == NULL) {
113 if ((xi = X509_INFO_new()) == NULL)
131 if (xi->x509 != NULL) {
[all...]
/freebsd-11-stable/crypto/openssl/crypto/
H A Dmem.c141 static void (*malloc_debug_func) (void *, int, const char *, int, int) = NULL;
144 = NULL;
145 static void (*free_debug_func) (void *, int) = NULL;
146 static void (*set_debug_options_func) (long) = NULL;
147 static long (*get_debug_options_func) (void) = NULL;
193 if ((m == NULL) || (f == NULL))
206 if ((m == NULL) || (f == NULL))
236 if (m != NULL)
[all...]
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc-opts.c64 #ifndef NULL
65 # define NULL 0 macro
342 /* last opt argumnt */ { NULL }, /* --ipv4 */
343 /* arg list/cookie */ NULL,
344 /* must/cannot opts */ NULL, aIpv4CantList,
345 /* option proc */ NULL,
347 /* disablement strs */ NULL, NULL },
354 /* last opt argumnt */ { NULL }, /* --ipv6 */
355 /* arg list/cookie */ NULL,
[all...]
/freebsd-11-stable/contrib/libxo/tests/core/
H A Dtest_02.c29 xo_set_style(NULL, XO_STYLE_XML);
31 xo_set_style(NULL, XO_STYLE_JSON);
33 xo_set_style(NULL, XO_STYLE_TEXT);
35 xo_set_style(NULL, XO_STYLE_HTML);
37 xo_set_flags(NULL, XOF_PRETTY);
39 xo_set_flags(NULL, XOF_XPATH);
41 xo_set_flags(NULL, XOF_INFO);
44 xo_set_flags(NULL, XOF_UNITS); /* Always test w/ this */
47 xo_open_container_h(NULL, "top");
121 xo_emit("{n:works/%s}\n", NULL);
[all...]
/freebsd-11-stable/contrib/blacklist/port/
H A Dpidfile.c63 if ((pidfile_path != NULL) && (pidfile_pid == getpid()))
95 if (pidfile_path != NULL) {
100 pidfile_path = NULL;
110 * 'basename' is NULL, uses the name of the current program for the name of
114 * path to the pidfile; NULL on failure. */
120 if (bname == NULL)
125 return NULL;
147 if (pidfile_path == NULL)
150 if ((f = fopen(path, "w")) == NULL) {
152 pidfile_path = NULL;
[all...]
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dload_file.c21 if (fp == NULL) {
23 return NULL;
26 a = NULL;
27 rtop = NULL;
28 rbot = NULL;
38 if (s == NULL) {
43 return NULL;
53 if (s != NULL)
67 if (s != NULL) {
81 if (a != NULL) {
[all...]
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dixp425_space.c83 .bs_r_8 = NULL,
89 .bs_rm_8 = NULL,
95 .bs_rr_8 = NULL,
101 .bs_w_8 = NULL,
107 .bs_wm_8 = NULL,
113 .bs_wr_8 = NULL,
119 .bs_sr_1 = NULL,
122 .bs_sr_8 = NULL,
125 .bs_c_1 = NULL,
127 .bs_c_4 = NULL,
[all...]
/freebsd-11-stable/crypto/heimdal/kcm/
H A Dconfig.c42 char *socket_path = NULL;
43 char *door_path = NULL;
52 static const char *system_cache_name = NULL;
53 static const char *system_keytab = NULL;
54 static const char *system_principal = NULL;
55 static const char *system_server = NULL;
56 static const char *system_perms = NULL;
57 static const char *system_user = NULL;
58 static const char *system_group = NULL;
60 static const char *renew_life = NULL;
[all...]
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dvasprintf.c46 ** On failure, set *str to NULL, set errno, and return -1.
71 if (fake.f_bf.smb_base == NULL)
73 fake.f_close = NULL;
74 fake.f_open = NULL;
75 fake.f_read = NULL;
76 fake.f_write = NULL;
77 fake.f_seek = NULL;
78 fake.f_setinfo = fake.f_getinfo = NULL;
89 if (base == NULL)
95 if (fake.f_bf.smb_base != NULL)
[all...]
/freebsd-11-stable/lib/libutil/
H A Dkinfo_getvmobject.c47 buf = NULL;
49 if (sysctlbyname("vm.objects", NULL, &len, NULL, 0) < 0)
50 return (NULL);
52 if (buf == NULL)
53 return (NULL);
54 if (sysctlbyname("vm.objects", buf, &len, NULL, 0) == 0)
58 return (NULL);
62 return (NULL);
76 if (list == NULL) {
[all...]
/freebsd-11-stable/crypto/openssl/crypto/buffer/
H A Dbuf_str.c75 if (str == NULL)
76 return NULL;
84 if (str == NULL)
85 return NULL;
90 return NULL;
93 if (ret == NULL) {
95 return NULL;
108 if (data == NULL || siz >= INT_MAX)
109 return NULL;
112 if (ret == NULL) {
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec_check.c63 BN_CTX *new_ctx = NULL;
64 EC_POINT *point = NULL;
66 if (ctx == NULL) {
68 if (ctx == NULL) {
74 if ((order = BN_CTX_get(ctx)) == NULL)
84 if (group->generator == NULL) {
94 if ((point = EC_POINT_new(group)) == NULL)
103 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx))
113 if (ctx != NULL)
[all...]
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dstrpool.c54 p->str = NULL;
70 if (p == NULL) {
72 if (p == NULL)
73 return NULL;
74 p->str = NULL;
80 if (str == NULL) {
82 return NULL;
85 if (str2 == NULL) {
87 return NULL;
104 if (p == NULL)
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Droff_validate.c34 NULL, /* br */
35 NULL, /* ce */
37 NULL, /* ll */
38 NULL, /* mc */
39 NULL, /* po */
40 NULL, /* rj */
41 NULL, /* sp */
42 NULL, /* ta */
43 NULL, /* ti */
54 if (roff_valids[n->tok] != NULL)
[all...]
/freebsd-11-stable/sbin/geom/class/raid/
H A Dgeom_raid.c50 { "label", G_FLAG_VERBOSE, NULL,
52 { 'f', "force", NULL, G_TYPE_BOOL },
60 { "add", G_FLAG_VERBOSE, NULL,
62 { 'f', "force", NULL, G_TYPE_BOOL },
69 { "delete", G_FLAG_VERBOSE, NULL,
71 { 'f', "force", NULL, G_TYPE_BOOL },
76 { "insert", G_FLAG_VERBOSE, NULL, G_NULL_OPTS,
79 { "remove", G_FLAG_VERBOSE, NULL, G_NULL_OPTS,
82 { "fail", G_FLAG_VERBOSE, NULL, G_NULL_OPTS,
85 { "stop", G_FLAG_VERBOSE, NULL,
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_ppc64.h19 #define GPR_PPC64_SIZE(regname) (sizeof(((GPR_PPC64 *)NULL)->regname))
34 NULL, NULL, NULL, 0 \
43 NULL, NULL, NULL, 0 \
47 #reg, NULL, 16, VMX_PPC64_OFFSET(reg), lldb::eEncodingVector, \
52 NULL, NULL, NUL
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_proxy.c124 0, NULL, NULL },
125 { { NULL }, NULL, 0, 0,
127 0, NULL, NULL}
130 static aproxy_t *ap_proxylist = NULL;
133 { NULL, NULL, "ftp", (char)IPPROTO_TCP, 0, 0, 0,
136 NULL, NUL
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_equal.c45 return NULL;
58 ATF_REQUIRE(pthread_create(&t1, NULL, func, NULL) == 0);
59 ATF_REQUIRE(pthread_create(&t2, NULL, func, NULL) == 0);
65 ATF_REQUIRE(pthread_join(t1, NULL) == 0);
66 ATF_REQUIRE(pthread_join(t2, NULL) == 0);

Completed in 383 milliseconds

<<11121314151617181920>>