Searched refs:common (Results 151 - 175 of 696) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/bsdconfig/packages/
H A Dpackages38 . $BSDCFG_SHARE/common.subr || exit 1
41 f_include $BSDCFG_SHARE/media/common.subr
/freebsd-11-stable/usr.sbin/bsdconfig/share/media/
H A DMakefile4 FILES= any.subr cdrom.subr common.subr directory.subr dos.subr \
/freebsd-11-stable/stand/pc98/btx/btxldr/
H A DMakefile10 CFLAGS+=-I${BOOTSRC}/i386/common
/freebsd-11-stable/stand/i386/btx/btxldr/
H A DMakefile10 CFLAGS+=-I${BOOTSRC}/i386/common
/freebsd-11-stable/usr.sbin/wpa/hostapd_cli/
H A DMakefile8 SRCS= cli.c common.c edit.c eloop.c hostapd_cli.c os_unix.c \
/freebsd-11-stable/usr.sbin/wpa/wpa_passphrase/
H A DMakefile8 SRCS= common.c md5-internal.c md5.c os_unix.c sha1-internal.c sha1-pbkdf2.c \
/freebsd-11-stable/usr.sbin/wpa/wpa_priv/
H A DMakefile9 SRCS= drivers.c os_unix.c eloop.c common.c wpa_debug.c wpabuf.c wpa_priv.c \
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/api/
H A Dtiglobal.h36 #include <dev/pms/freebsd/driver/common/osenv.h>
37 #include <dev/pms/freebsd/driver/common/ostypes.h>
38 #include <dev/pms/freebsd/driver/common/osdebug.h>
/freebsd-11-stable/cddl/usr.bin/ctfconvert/
H A DMakefile5 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common
35 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common \
37 -I${OPENSOLARIS_SYS_DISTDIR}/uts/common
/freebsd-11-stable/cddl/usr.bin/ctfmerge/
H A DMakefile3 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common
32 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common \
34 -I${OPENSOLARIS_SYS_DISTDIR}/uts/common
/freebsd-11-stable/usr.sbin/fstyp/
H A DMakefile29 CFLAGS+= -I${SRCTOP}/cddl/contrib/opensolaris/lib/libzpool/common
30 CFLAGS+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
31 CFLAGS+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/uts/common
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmake-relative-prefix.c226 int i, n, common; local
334 /* Find how many directories are in common between bin_prefix & prefix. */
336 for (common = 0; common < n; common++)
338 if (strcmp (bin_dirs[common], prefix_dirs[common]) != 0)
342 /* If there are no common directories, there can be no relative prefix. */
343 if (common == 0)
356 needed_len += sizeof (DIR_UP) * (bin_num - common);
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmake-relative-prefix.c226 int i, n, common; local
339 /* Find how many directories are in common between bin_prefix & prefix. */
341 for (common = 0; common < n; common++)
343 if (strcmp (bin_dirs[common], prefix_dirs[common]) != 0)
347 /* If there are no common directories, there can be no relative prefix. */
348 if (common == 0)
361 needed_len += sizeof (DIR_UP) * (bin_num - common);
[all...]
/freebsd-11-stable/lib/libedit/
H A DMakefile15 OSRCS= chared.c common.c el.c eln.c emacs.c fcns.c filecomplete.c help.c \
35 SRCS+= common.h emacs.h fcns.h help.h vi.h
43 CLEANFILES+= common.h editline.c emacs.h fcns.c fcns.h help.c help.h vi.h
48 AHDR= vi.h emacs.h common.h
49 ASRC= ${.CURDIR}/vi.c ${.CURDIR}/emacs.c ${.CURDIR}/common.c
53 .for hdr in vi emacs common
81 common.h emacs.h fcns.c fcns.h help.c help.h vi.h
/freebsd-11-stable/contrib/wpa/hs20/client/
H A DMakefile28 CFLAGS += -I../../src/common
47 OBJS += ../../src/common/wpa_ctrl.o ../../src/common/wpa_helpers.o
67 OBJS += ../../src/utils/common.o
99 rm -f ../../src/common/*.o
100 rm -f ../../src/common/*.d
H A DAndroid.mk5 INCLUDES += $(LOCAL_PATH)/../../src/common
16 INCLUDES += external/icu4c/common
24 INCLUDES += external/icu/icu4c/source/common
37 OBJS += ../../src/common/wpa_ctrl.c
38 OBJS += ../../src/common/wpa_helpers.c
52 OBJS += ../../src/utils/common.c
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_qp.c41 struct mlx5_core_rsc_common *common; local
45 common = radix_tree_lookup(&table->tree, rsn);
46 if (common)
47 atomic_inc(&common->refcount);
51 if (!common) {
56 return common;
59 void mlx5_core_put_rsc(struct mlx5_core_rsc_common *common) argument
61 if (atomic_dec_and_test(&common->refcount))
62 complete(&common->free);
67 struct mlx5_core_rsc_common *common local
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsmmisc.c26 #include <dev/pms/freebsd/driver/common/osenv.h>
27 #include <dev/pms/freebsd/driver/common/ostypes.h>
28 #include <dev/pms/freebsd/driver/common/osdebug.h>
/freebsd-11-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmmisc.c27 #include <dev/pms/freebsd/driver/common/osenv.h>
28 #include <dev/pms/freebsd/driver/common/ostypes.h>
29 #include <dev/pms/freebsd/driver/common/osdebug.h>
/freebsd-11-stable/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci_hostbvar.h227 struct bhnd_pci_softc common; /**< common bhnd_pci state */ member in struct:bhnd_pcihb_softc
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dder_locl.h52 #include <asn1-common.h>
/freebsd-11-stable/secure/libexec/sftp-server/
H A DMakefile6 SRCS= sftp-server.c sftp-common.c sftp-server-main.c
/freebsd-11-stable/secure/usr.bin/sftp/
H A DMakefile6 SRCS= sftp.c sftp-client.c sftp-common.c sftp-glob.c progressmeter.c
/freebsd-11-stable/gnu/usr.bin/groff/src/preproc/pic/
H A DMakefile5 common.cpp troff.cpp tex.cpp
/freebsd-11-stable/lib/atf/tests/test-programs/
H A DMakefile22 ATF_TESTS_SH_SRC_${_T}= common.sh ${_T}.sh

Completed in 188 milliseconds

1234567891011>>