Searched refs:own (Results 101 - 125 of 161) sorted by relevance

1234567

/freebsd-11-stable/gnu/usr.bin/groff/tmac/
H A DMakefile3 .include <bsd.own.mk> # SHAREDIR
/freebsd-11-stable/stand/pc98/boot2/
H A DMakefile3 .include <bsd.own.mk>
/freebsd-11-stable/sys/conf/
H A Dkern.opts.mk14 # Note: bsd.own.mk must be included before the rest of kern.opts.mk to make
19 .include <bsd.own.mk>
H A Ddtb.mk31 # do this after bsd.own.mk.
/freebsd-11-stable/contrib/bmake/mk/
H A Doptions.mk16 # Inspired by FreeBSD bsd.own.mk, but intentionally simpler and more flexible.
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Ddotwait.mk29 # of their own name, in which alphabetic components like ".a" or ".b"
H A Dposix1.mk174 # Hey, this is make, we can make our own test data setup! obj1.c
/freebsd-11-stable/contrib/wpa/hs20/client/
H A DAndroid.mk12 # The new icu location (external/icu) exports its own headers, but
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.inc3 .include <bsd.own.mk>
/freebsd-11-stable/tools/tools/net80211/w00t/expand/
H A Dexpand.c107 /* my own shit */
369 void own(struct params *p) function
465 own(&p);
/freebsd-11-stable/contrib/unbound/contrib/
H A Dwarmup.cmd4 rem -- Warm up DNS cache script by your own MRU domains or from
/freebsd-11-stable/share/mk/
H A Dbsd.opts.mk17 # Makefiles may also assume that this file is included by bsd.own.mk should it
H A Dbsd.crunchgen.mk121 # own dependencies.
/freebsd-11-stable/sys/dev/ow/
H A Dow_temp.c45 #include <dev/ow/own.h>
/freebsd-11-stable/contrib/bmake/
H A DMakefile130 .include <own.mk>
/freebsd-11-stable/tools/build/options/
H A Dmakeman339 .It Pa /usr/share/mk/bsd.own.mk
/freebsd-11-stable/usr.bin/vi/catalog/
H A DMakefile4 .include <bsd.own.mk>
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c2558 /* Do our own notification for the root node, even if we could possibly
3095 _("Cannot copy path '%s' into its own child '%s'"),
/freebsd-11-stable/lib/libelf/
H A DMakefile6 .include <bsd.own.mk>
/freebsd-11-stable/tools/tools/net80211/w00t/redir/
H A Dredir.c148 /* my own shit */
568 void own(struct params *p) function
706 own(&p);
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.h116 int own; member in struct:dpp_bootstrap_info
252 int own; member in struct:dpp_configurator
/freebsd-11-stable/lib/libdwarf/
H A DMakefile2 .include <bsd.own.mk>
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-ring.c1456 u64 own, control_0, control_1; local
1511 own = control_0 & VXGE_HAL_RING_RXD_LIST_OWN_ADAPTER;
1514 if ((!own && !(control_1 & VXGE_HAL_RING_RXD_LIST_TAIL_OWN_ADAPTER)) ||
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_go_neg.c35 int p2p_peer_channels_check(struct p2p_data *p2p, struct p2p_channels *own, argument
78 p2p_channels_intersect(own, &dev->channels, &intersection);
80 (int) own->reg_classes,
398 p2p_dbg(p2p, "Pick own channel preference (reg_class %u channel %u) from intersection",
510 p2p_channels_dump(p2p, "own channels", &p2p->channels);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql45 /* Verify: on every NODES row: its op-depth <= its own depth */
184 /* Local-adds are always their own operation (read: they don't have

Completed in 372 milliseconds

1234567