Searched refs:NULL (Results 101 - 125 of 15830) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/heimdal/kdc/
H A Ddefault_config.c46 if (c == NULL) {
65 c->db = NULL;
67 c->logf = NULL;
70 krb5_config_get_bool_default(context, NULL,
72 "kdc", "require-preauth", NULL);
75 krb5_config_get_bool_default(context, NULL,
77 "kdc", "enable-digest", NULL);
82 digests = krb5_config_get_string(context, NULL,
84 "digests_allowed", NULL);
85 if (digests == NULL)
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libutil/
H A Dt_parsedate.c72 /* NULL or \"<datestr>\" */
74 (datestr ? datestr : "NULL"),
76 /* NULL or *reftime */
77 (reftime ? "" : "NULL"),
80 /* NULL or *zoff */
81 (zoff ? "" : "NULL"),
87 ATF_CHECK(time_to_tm(&t, &tm) != NULL);
125 parsecheck("9/10/69", NULL, NULL, localtime_r,
127 parsecheck("9/10/70", NULL, NUL
[all...]
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_isc_sysent.c20 { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0, SY_THR_ABSENT }, /* 0 = nosys */
21 { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0, SY_THR_ABSENT }, /* 1 = isc_setostype */
22 { AS(ibcs2_rename_args), (sy_call_t *)ibcs2_rename, AUE_RENAME, NULL, 0, 0, 0, SY_THR_STATIC }, /* 2 = ibcs2_rename */
23 { AS(ibcs2_sigaction_args), (sy_call_t *)ibcs2_sigaction, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 3 = ibcs2_sigaction */
24 { AS(ibcs2_sigprocmask_args), (sy_call_t *)ibcs2_sigprocmask, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 4 = ibcs2_sigprocmask */
25 { AS(ibcs2_sigpending_args), (sy_call_t *)ibcs2_sigpending, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 5 = ibcs2_sigpending */
26 { AS(getgroups_args), (sy_call_t *)sys_getgroups, AUE_GETGROUPS, NULL, 0, 0, 0, SY_THR_STATIC }, /* 6 = getgroups */
27 { AS(setgroups_args), (sy_call_t *)sys_setgroups, AUE_SETGROUPS, NULL, 0, 0, 0, SY_THR_STATIC }, /* 7 = setgroups */
28 { AS(ibcs2_pathconf_args), (sy_call_t *)ibcs2_pathconf, AUE_PATHCONF, NULL, 0, 0, 0, SY_THR_STATIC }, /* 8 = ibcs2_pathconf */
29 { AS(ibcs2_fpathconf_args), (sy_call_t *)ibcs2_fpathconf, AUE_FPATHCONF, NULL,
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dtest-progname.c9 return progname == NULL;
H A Dtest-recvmsg.c7 return recvmsg(-1, NULL, 0) != -1;
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcpu-score.c49 NULL /* Pointer to next bfd_arch_info_type in
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dassigndefined.c16 if (env == NULL)
19 for (s = strtok(env, ";"); s != NULL; s = strtok(NULL, ";")) {
21 if (t == NULL)
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dbump_pw_expire.c46 if (ent->pw_end != NULL) {
50 NULL,
54 NULL);
56 *(ent->pw_end) = time(NULL) + life;
/freebsd-11-stable/tools/regression/pthread/unwind/
H A Dcatch_pthread_exit.cpp14 pthread_exit(NULL);
28 pthread_create(&td, NULL, thr_routine, NULL);
29 pthread_join(td, NULL);
H A Dthread_normal_exit.cpp15 pthread_exit(NULL);
24 pthread_create(&td, NULL, thr_routine, NULL);
25 pthread_join(td, NULL);
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_chdr.c44 sh32 = NULL;
45 sh64 = NULL;
47 if (s == NULL || (e = s->s_elf) == NULL || e->e_kind != ELF_K_ELF) {
49 return (NULL);
56 return (NULL);
59 if ((sh = _libelf_getshdr(s, ec)) == NULL) {
61 return (NULL);
68 return (NULL);
73 return (NULL);
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/resources/
H A Drsdumpinfo.c179 {ACPI_RSD_TITLE, ACPI_RSD_TABLE_SIZE (AcpiRsDumpIrq), "IRQ", NULL},
180 {ACPI_RSD_UINT8 , ACPI_RSD_OFFSET (Irq.DescriptorLength), "Descriptor Length", NULL},
184 {ACPI_RSD_UINT8 , ACPI_RSD_OFFSET (Irq.InterruptCount), "Interrupt Count", NULL},
185 {ACPI_RSD_SHORTLIST,ACPI_RSD_OFFSET (Irq.Interrupts[0]), "Interrupt List", NULL}
190 {ACPI_RSD_TITLE, ACPI_RSD_TABLE_SIZE (AcpiRsDumpDma), "DMA", NULL},
194 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (Dma.ChannelCount), "Channel Count", NULL},
195 {ACPI_RSD_SHORTLIST,ACPI_RSD_OFFSET (Dma.Channels[0]), "Channel List", NULL}
200 {ACPI_RSD_TITLE, ACPI_RSD_TABLE_SIZE (AcpiRsDumpStartDpf), "Start-Dependent-Functions",NULL},
201 {ACPI_RSD_UINT8 , ACPI_RSD_OFFSET (StartDpf.DescriptorLength), "Descriptor Length", NULL},
208 {ACPI_RSD_TITLE, ACPI_RSD_TABLE_SIZE (AcpiRsDumpEndDpf), "End-Dependent-Functions", NULL}
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_set_filter_option.c40 should(a, ARCHIVE_OK, NULL, NULL, NULL);
43 should(a, ARCHIVE_FAILED, NULL, "fubar", NULL);
44 should(a, ARCHIVE_FAILED, NULL, "fubar", "snafu");
45 should(a, ARCHIVE_FAILED, "fubar", "snafu", NULL);
H A Dtest_archive_write_set_filter_option.c40 should(a, ARCHIVE_OK, NULL, NULL, NULL);
43 should(a, ARCHIVE_FAILED, NULL, "fubar", NULL);
44 should(a, ARCHIVE_FAILED, NULL, "fubar", "snafu");
45 should(a, ARCHIVE_FAILED, "fubar", "snafu", NULL);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dget_default_username.c40 * NULL if we can't guess at all.
49 if (user == NULL)
51 if (user == NULL)
55 if (user == NULL) {
57 if (user != NULL)
66 if (user != NULL) {
68 if (pwd != NULL && pwd->pw_uid == uid)
72 if (pwd != NULL)
H A Dputenv.c57 if (eq == NULL)
61 if(environ == NULL) {
63 if(environ == NULL)
65 environ[0] = NULL;
68 for(i = 0; environ[i] != NULL; i++)
74 if(environ == NULL)
77 environ[i+1] = NULL;
H A Dwrite_pid.c41 char *ret = NULL;
44 if (asprintf (&ret, "%s%s.pid", _PATH_VARRUN, progname) < 0 || ret == NULL)
45 return NULL;
47 if (fp == NULL) {
49 return NULL;
59 if (*filename != NULL) {
62 *filename = NULL;
72 if(pidfile_path != NULL)
79 if(pidfile_path != NULL)
81 if(basename == NULL)
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_d2.c70 if (lookup == NULL)
72 X509_LOOKUP_load_file(lookup, NULL, X509_FILETYPE_DEFAULT);
75 if (lookup == NULL)
77 X509_LOOKUP_add_dir(lookup, NULL, X509_FILETYPE_DEFAULT);
90 if (file != NULL) {
92 if (lookup == NULL)
97 if (path != NULL) {
99 if (lookup == NULL)
104 if ((path == NULL) && (file == NULL))
[all...]
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_sysent.c21 { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0, SY_THR_ABSENT }, /* 0 = unused */
22 { AS(sys_exit_args), (sy_call_t *)sys_sys_exit, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 1 = exit */
23 { 0, (sy_call_t *)sys_fork, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 2 = fork */
24 { AS(read_args), (sy_call_t *)sys_read, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 3 = read */
25 { AS(write_args), (sy_call_t *)sys_write, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 4 = write */
26 { AS(svr4_sys_open_args), (sy_call_t *)svr4_sys_open, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 5 = svr4_sys_open */
27 { AS(close_args), (sy_call_t *)sys_close, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 6 = close */
28 { AS(svr4_sys_wait_args), (sy_call_t *)svr4_sys_wait, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 7 = svr4_sys_wait */
29 { AS(svr4_sys_creat_args), (sy_call_t *)svr4_sys_creat, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 8 = svr4_sys_creat */
30 { AS(link_args), (sy_call_t *)sys_link, AUE_NULL, NULL,
[all...]
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_conf.c83 "yes", "true", "1", "on", NULL
87 "no", "false", "0", "off", NULL
95 NULL, /* NIS version of the passwd file */
97 NULL, /* Mail to send to new accounts */
104 NULL, /* Default group name */
105 NULL, /* Default (additional) groups */
106 NULL, /* Default login class */
132 NULL,
134 NULL,
163 NULL
[all...]
/freebsd-11-stable/contrib/ntp/util/
H A Dntp-keygen-opts.c67 #ifndef NULL
68 # define NULL 0 macro
193 #define IMBITS_NAME NULL
194 #define IMBITS_DESC NULL
195 #define IMBITS_name NULL
214 #define CERTIFICATE_NAME NULL
215 #define CERTIFICATE_DESC NULL
216 #define CERTIFICATE_name NULL
235 #define CIPHER_NAME NULL
236 #define CIPHER_DESC NULL
[all...]
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dexternal.c186 NULL
194 NULL
202 NULL
319 NULL,
320 NULL,
321 NULL,
327 NULL,
328 NULL,
329 NULL,
330 NULL,
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dget_default_principal.c44 if(user == NULL)
46 if(user == NULL)
67 *princ = NULL;
72 if(user == NULL)
74 if(user != NULL && strcmp(user, "root") != 0)
75 ret = krb5_make_principal(context, princ, NULL, user, "root", NULL);
77 ret = krb5_make_principal(context, princ, NULL, "root", NULL);
80 if(pw != NULL)
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpas_module_tests.c26 if (wpa_blacklist_get(NULL, NULL) != NULL ||
27 wpa_blacklist_get(NULL, (u8 *) "123456") != NULL ||
28 wpa_blacklist_get(&wpa_s, NULL) != NULL ||
29 wpa_blacklist_get(&wpa_s, (u8 *) "123456") != NULL)
32 if (wpa_blacklist_add(NULL, NULL)
[all...]
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_attr.c39 dbg = die != NULL ? die->die_dbg : NULL;
41 if (die == NULL || atp == NULL) {
46 if ((at = _dwarf_attr_find(die, attr)) == NULL) {
64 dbg = die != NULL ? die->die_dbg : NULL;
66 if (die == NULL || attrbuf == NULL || attrcount == NULL) {
[all...]

Completed in 237 milliseconds

1234567891011>>