Searched refs:NULL (Results 1 - 25 of 15505) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/gdb/gdb/mi/
H A Dmi-cmds.c37 { "break-after", { "ignore", 1 }, NULL, NULL },
38 { "break-catch", { NULL, 0 }, NULL, NULL },
39 { "break-commands", { NULL, 0 }, NULL, NULL },
40 { "break-condition", { "cond", 1 }, NULL, NULL },
[all...]
/freebsd-10-stable/contrib/ipfilter/lib/
H A Daddicmp.c17 "echorep", (char *)NULL, (char *)NULL, "unreach", "squench",
18 "redir", (char *)NULL, (char *)NULL, "echo", "routerad",
/freebsd-10-stable/contrib/atf/atf-c/
H A Dh_build.h56 NULL
59 "cc", "-o", "test.o", "-c", "test.c", NULL
72 NULL
75 "cc", "-foo", "-o", "test.o", "-c", "test.c", NULL
88 NULL
92 "-c", "test.c", NULL
105 NULL
109 "-c", "test.c", NULL
122 NULL
125 "cc", "-f1", "-f2", "-o", "test.o", "-c", "test.c", NULL
[all...]
/freebsd-10-stable/sys/arm/ti/am335x/
H A Dam335x_scm_padconf.c84 { .state = NULL }
88 _PIN(0x800, "GPMC_AD0", 32, 7,"gpmc_ad0", "mmc1_dat0", NULL, NULL, NULL, NULL, NULL, "gpio1_0"),
89 _PIN(0x804, "GPMC_AD1", 33, 7,"gpmc_ad1", "mmc1_dat1", NULL, NULL, NULL, NULL, NUL
[all...]
/freebsd-10-stable/crypto/openssl/crypto/dso/
H A Ddso_null.c61 * This "NULL" method is provided as the fallback for systems that have no
70 "NULL shared library method",
71 NULL, /* load */
72 NULL, /* unload */
73 NULL, /* bind_var */
74 NULL, /* bind_func */
77 NULL, /* unbind_var */
78 NULL, /* unbind_func */
80 NULL, /* ctrl */
81 NULL, /* dso_name_converte
[all...]
/freebsd-10-stable/contrib/apr-util/test/
H A Dtesturi.c48 0, "http", "127.0.0.1:9999", NULL, NULL, "127.0.0.1", "9999", "/asdf.html", NULL, NULL, 9999
52 APR_EGENERAL, NULL, NULL, NULL, NULL, NULL, NULL, NUL
[all...]
/freebsd-10-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ietab.h192 (uni_print_f)NULL,
193 (uni_check_f)NULL,
194 (uni_encode_f)NULL,
195 (uni_decode_f)NULL
411 (uni_print_f)NULL,
412 (uni_check_f)NULL,
413 (uni_encode_f)NULL,
414 (uni_decode_f)NULL
476 (uni_print_f)NULL,
477 (uni_check_f)NULL,
[all...]
/freebsd-10-stable/usr.bin/chpass/
H A Dtable.c43 { "login", p_login, 1, 5, ": ", NULL },
44 { "password", p_passwd, 1, 8, ": ", NULL },
45 { "uid", p_uid, 1, 3, ": ", NULL },
46 { "gid", p_gid, 1, 3, ": ", NULL },
47 { "class", p_class, 1, 5, ": ", NULL },
48 { "change", p_change, 1, 6, NULL, NULL },
49 { "expire", p_expire, 1, 6, NULL, NULL },
51 { "full name", p_gecos, 1, 9, ":,", NULL },
[all...]
/freebsd-10-stable/crypto/heimdal/base/
H A Dnull.c41 NULL,
42 NULL,
43 NULL,
44 NULL,
45 NULL
H A Dbool.c41 NULL,
42 NULL,
43 NULL,
44 NULL,
45 NULL
/freebsd-10-stable/sys/arm/ti/omap4/
H A Domap4_scm_padconf.c139 { .state = NULL }
146 _PINDEF(0x0040, "c12", 0, 0, "gpmc_ad0", "sdmmc2_dat0", NULL, NULL, NULL, NULL, NULL, NULL),
147 _PINDEF(0x0042, "d12", 0, 0, "gpmc_ad1", "sdmmc2_dat1", NULL, NULL, NULL, NUL
[all...]
/freebsd-10-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Dexternal.c44 NULL
52 NULL
60 NULL
83 NULL,
101 NULL,
102 NULL,
103 NULL,
104 NULL,
105 NULL,
106 NULL,
[all...]
/freebsd-10-stable/contrib/mdocml/
H A Dmdoc_man.c74 { NULL, pre_ap, NULL, NULL, NULL }, /* Ap */
75 { NULL, NULL, NULL, NULL, NULL }, /* Dd */
76 { NULL, NUL
[all...]
/freebsd-10-stable/sys/sys/
H A D_null.h29 #ifndef NULL
32 #define NULL ((void *)0) macro
35 #define NULL nullptr macro
37 #define NULL __null macro
40 #define NULL (0L) macro
42 #define NULL 0 macro
/freebsd-10-stable/crypto/openssl/engines/ccgost/
H A Dgost_params.c123 {NID_undef, NULL, NULL, NULL}
206 {0, NULL, NULL, NULL, NULL, NULL, NULL}
/freebsd-10-stable/sys/dev/uart/
H A Duart_bus_isa.c70 {0x12206804, NULL}, /* ACH2012 - 5634BTS 56K Video Ready Modem */
71 {0x7602a904, NULL}, /* AEI0276 - 56K v.90 Fax Modem (LKT) */
72 {0x00007905, NULL}, /* AKY0000 - 56K Plug&Play Modem */
73 {0x21107905, NULL}, /* AKY1021 - 56K Plug&Play Modem */
74 {0x01405407, NULL}, /* AZT4001 - AZT3000 PnP SOUND DEVICE, MODEM */
75 {0x56039008, NULL}, /* BDP0356 - Best Data 56x2 */
76 {0x56159008, NULL}, /* BDP1556 - B.D. Smart One 56SPS,Voice Modem*/
77 {0x36339008, NULL}, /* BDP3336 - Best Data Prods. 336F */
78 {0x0014490a, NULL}, /* BRI1400 - Boca 33.6 PnP */
79 {0x0015490a, NULL}, /* BRI150
[all...]
/freebsd-10-stable/contrib/tcpdump/
H A Dmib.h14 NULL, NULL
18 NULL, &_proteon_obj
22 NULL, &_ibm_obj
26 NULL, &_cmu_obj
30 NULL, &_unix_obj
34 NULL, &_acc_obj
38 NULL, &_twg_obj
42 NULL, &_cayman_obj
46 NULL,
[all...]
/freebsd-10-stable/lib/libc/sparc64/sys/
H A D__sparc_utrap_setup.c38 { UT_FP_DISABLED, __sparc_utrap_fp_disabled, NULL, NULL, NULL },
39 { UT_FP_EXCEPTION_IEEE_754, __sparc_utrap_gen, NULL, NULL, NULL },
40 { UT_FP_EXCEPTION_OTHER, __sparc_utrap_gen, NULL, NULL, NULL },
41 { UT_ILLEGAL_INSTRUCTION, __sparc_utrap_gen, NULL, NUL
[all...]
/freebsd-10-stable/contrib/binutils/opcodes/
H A Dia64-opc-d.c24 {"add", IA64_TYPE_DYN, 1, 0, 0, {IA64_OPND_R1, IA64_OPND_IMM22, IA64_OPND_R3_2}, 0, 0, NULL},
25 {"add", IA64_TYPE_DYN, 1, 0, 0, {IA64_OPND_R1, IA64_OPND_IMM14, IA64_OPND_R3}, 0, 0, NULL},
26 {"break", IA64_TYPE_DYN, 0, 0, 0, {IA64_OPND_IMMU21}, 0, 0, NULL},
27 {"chk.s", IA64_TYPE_DYN, 0, 0, 0, {IA64_OPND_R2, IA64_OPND_TGT25b}, 0, 0, NULL},
28 {"hint", IA64_TYPE_DYN, 0, 0, 0, {IA64_OPND_IMMU21}, 0, 0, NULL},
29 {"mov", IA64_TYPE_DYN, 1, 0, 0, {IA64_OPND_R1, IA64_OPND_AR3}, 0, 0, NULL},
30 {"mov", IA64_TYPE_DYN, 1, 0, 0, {IA64_OPND_AR3, IA64_OPND_IMM8}, 0, 0, NULL},
31 {"mov", IA64_TYPE_DYN, 1, 0, 0, {IA64_OPND_AR3, IA64_OPND_R2}, 0, 0, NULL},
32 {"nop", IA64_TYPE_DYN, 0, 0, 0, {IA64_OPND_IMMU21}, 0, 0, NULL},
33 {NULL,
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Derrorpath.d40 *(char *)NULL;
/freebsd-10-stable/sys/dev/sio/
H A Dsio_isa.c73 {0x12206804, NULL}, /* ACH2012 - 5634BTS 56K Video Ready Modem */
74 {0x7602a904, NULL}, /* AEI0276 - 56K v.90 Fax Modem (LKT) */
75 {0x00007905, NULL}, /* AKY0000 - 56K Plug&Play Modem */
76 {0x21107905, NULL}, /* AKY1021 - 56K Plug&Play Modem */
77 {0x01405407, NULL}, /* AZT4001 - AZT3000 PnP SOUND DEVICE, MODEM */
78 {0x56039008, NULL}, /* BDP0356 - Best Data 56x2 */
79 {0x56159008, NULL}, /* BDP1556 - B.D. Smart One 56SPS,Voice Modem*/
80 {0x36339008, NULL}, /* BDP3336 - Best Data Prods. 336F */
81 {0x0014490a, NULL}, /* BRI1400 - Boca 33.6 PnP */
82 {0x0015490a, NULL}, /* BRI150
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dtree-nomudflap.c83 return NULL;
91 NULL, /* gate */
92 NULL, /* execute */
93 NULL, /* sub */
94 NULL, /* next */
108 NULL, /* gate */
109 NULL, /* execute */
110 NULL, /* sub */
111 NULL, /* next */
/freebsd-10-stable/crypto/heimdal/lib/gssapi/spnego/
H A Dexternal.c50 NULL
58 NULL
66 NULL
95 NULL, /* gm_display_status */
96 NULL, /* gm_indicate_mechs */
109 NULL /* _gss_spnego_inquire_names_for_mech */,
123 NULL,
124 NULL,
125 NULL,
127 NULL,
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_DBLERROR.d31 trace(*(int *)NULL);
36 trace(*(int *)NULL);
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sizeof/
H A Dtst.SizeofNULL.d30 * ASSERTION: The size of the inbuilt variable NULL is the same as that of an
40 printf("sizeof (NULL): %d\n", sizeof (NULL));
45 /4 != sizeof (NULL)/

Completed in 329 milliseconds

1234567891011>>