Searched refs:common (Results 201 - 225 of 696) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcc/
H A Dtree-dfa.c143 gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN);
147 ann->common.type = VAR_ANN;
149 t->common.ann = (tree_ann_t) ann;
163 gcc_assert (!t->common.ann || t->common.ann->common.type == FUNCTION_ANN);
168 ann->common.type = FUNCTION_ANN;
170 t->common
[all...]
/freebsd-11-stable/contrib/binutils/ld/emulparams/
H A Delf32ppccommon.sh11 ARCH=powerpc:common
/freebsd-11-stable/crypto/heimdal/appl/push/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
/freebsd-11-stable/crypto/heimdal/base/
H A DMakefile.am2 include $(top_srcdir)/Makefile.am.common
/freebsd-11-stable/crypto/heimdal/include/hcrypto/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
/freebsd-11-stable/crypto/heimdal/kpasswd/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
/freebsd-11-stable/crypto/heimdal/lib/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdint.c33 #include <dev/pms/freebsd/driver/common/osenv.h>
34 #include <dev/pms/freebsd/driver/common/ostypes.h>
35 #include <dev/pms/freebsd/driver/common/osdebug.h>
58 #include <dev/pms/RefTisa/tisa/sassata/sas/common/tdtypes.h>
59 #include <dev/pms/freebsd/driver/common/osstring.h>
60 #include <dev/pms/RefTisa/tisa/sassata/common/tdutil.h>
74 #include <dev/pms/RefTisa/tisa/sassata/common/tdsatypes.h>
75 #include <dev/pms/RefTisa/tisa/sassata/common/tdproto.h>
H A Dtdtimers.c32 #include <dev/pms/freebsd/driver/common/osenv.h>
33 #include <dev/pms/freebsd/driver/common/ostypes.h>
34 #include <dev/pms/freebsd/driver/common/osdebug.h>
57 #include <dev/pms/RefTisa/tisa/sassata/sas/common/tdtypes.h>
58 #include <dev/pms/freebsd/driver/common/osstring.h>
59 #include <dev/pms/RefTisa/tisa/sassata/common/tdutil.h>
73 #include <dev/pms/RefTisa/tisa/sassata/common/tdsatypes.h>
74 #include <dev/pms/RefTisa/tisa/sassata/common/tdproto.h>
/freebsd-11-stable/usr.sbin/bsdconfig/networking/
H A Ddefaultrouter35 . $BSDCFG_SHARE/common.subr || exit 1
H A Dhostname35 . $BSDCFG_SHARE/common.subr || exit 1
H A Dnameservers35 . $BSDCFG_SHARE/common.subr || exit 1
H A Dwlanconfig37 . $BSDCFG_SHARE/common.subr || exit 1
/freebsd-11-stable/usr.sbin/bsdconfig/password/
H A Dpassword32 . $BSDCFG_SHARE/common.subr || exit 1
/freebsd-11-stable/usr.sbin/bsdconfig/startup/
H A Drcedit32 . $BSDCFG_SHARE/common.subr || exit 1
/freebsd-11-stable/usr.sbin/bsdconfig/usermgmt/
H A Dgroupadd33 . $BSDCFG_SHARE/common.subr || exit 1
H A Duseradd33 . $BSDCFG_SHARE/common.subr || exit 1
/freebsd-11-stable/usr.sbin/bsdinstall/
H A Dbsdinstall39 . $BSDCFG_SHARE/common.subr || exit 1
/freebsd-11-stable/usr.sbin/nvram/
H A Dnvram.c63 uint8_t buf[NVRAM_SIZE], *cp, *common; local
120 /* Locate common block */
125 if (strncmp(conv.header.name, "common", 7) == 0)
129 errx(1, "%s: no common block", DEVICE_NAME);
130 common = cp + sizeof(struct chrp_header);
135 i = strlen(common) + 1;
138 printf("%s\n", common);
140 common += i;
146 if (remove_var(common, size, dl->name) == 0)
156 remove_var(common, siz
[all...]
/freebsd-11-stable/tools/tools/ath/
H A DMakefile.inc10 CFLAGS+=-I${.CURDIR}/../common
/freebsd-11-stable/lib/libproc/
H A DMakefile32 CFLAGS+= -I${SRCTOP}/cddl/contrib/opensolaris/lib/libctf/common \
33 -I${SRCTOP}/sys/cddl/contrib/opensolaris/uts/common \
/freebsd-11-stable/stand/mips/beri/loader/
H A DMakefile71 # BERI files common to boot2 and loader
72 .PATH: ${BOOTSRC}/mips/beri/common
73 CFLAGS+= -I${BOOTSRC}/mips/beri/common

Completed in 133 milliseconds

1234567891011>>