Searched refs:installed (Results 1 - 25 of 97) sorted by relevance

1234

/freebsd-10-stable/contrib/top/
H A DMakefile.X19 # OWNER - name (or uid) for the installed executable's owner
20 # GROUP - group name (or gid) for the installed executable's group
21 # MODE - mode for the installed executable (should start with a 0)
24 # MANEXT - installed man pages end in .$(MANEXT)
25 # MANSTY - "man" or "catman" depending on what's to be installed
/freebsd-10-stable/usr.sbin/pkg_install/info/
H A Dperform.c69 warnx("no packages installed");
91 Boolean installed = FALSE, isTMP = FALSE; local
147 /* It's not an uninstalled package, try and find it among the installed */
154 warnx("can't find package '%s' installed or in a file!", pkg);
162 installed = TRUE;
221 if ((Flags & SHOW_SIZE) && installed)
223 if ((Flags & SHOW_CKSUM) && installed)
329 * packages installed the files in which_list.
334 char **installed; local
366 installed
[all...]
/freebsd-10-stable/usr.sbin/pkg_install/lib/
H A Dmatch.c17 * Routines used to query installed packages.
47 * Function to query names of installed packages.
243 char **installed, **allorigins = NULL; local
250 installed = matchinstalled(MATCH_ALL, NULL, retval);
251 if (installed == NULL)
254 /* Gather origins for all installed packages */
255 for (i = 0; installed[i] != NULL; i++) {
263 snprintf(tmp, PATH_MAX, "%s/%s", LOG_DIR, installed[i]);
273 warnx("the package info for package '%s' is corrupt", installed[i]);
295 if (cmd != PLIST_ORIGIN && ( Verbose || 0 != strncmp("bsdpan-", installed[
[all...]
/freebsd-10-stable/contrib/apr-util/
H A Dapu-config.in53 --bindir print location where binaries are installed
55 --includedir print location where headers are installed
86 if test "$location" = "installed"; then
134 if test "$location" = "installed"; then
146 if test "$location" = "installed"; then
167 if test "$location" = "installed"; then
176 # installed and the LA_FILE does not exist, assume to use -L/-l
177 # (the LA_FILE may not have been installed). If we're building ourselves,
181 elif test "$location" = "installed"; then
/freebsd-10-stable/share/mk/
H A Dbsd.pkg.mk41 generate-plist check-already-installed \
H A Dsuite.test.mk17 # If 'yes', a Kyuafile exists in the source tree and is installed into
21 # programs built by the Makefile and is installed into TESTSDIR. This is the
24 # If 'no', no Kyuafile is installed.
100 echo "kyua binary not installed at expected location (${.TARGET})"; \
H A Dbsd.test.mk30 # installed under /usr/tests/ and that Kyua won't be able to run them.
42 # installed and thus won't cause false negatives.
H A Dbsd.info.mk12 # DESTDIR Change the tree where the info files gets installed. [not set]
57 # compressed when they are installed. [not set]
H A Dbsd.doc.mk12 # DESTDIR Change the tree where the documents get installed. [not set]
23 # compressed when they are installed. [not set]
H A Dplain.test.mk18 # Test programs registered in this manner are set to be installed into TESTSDIR
H A Datf.test.mk18 # Test programs registered in this manner are set to be installed into TESTSDIR
H A Dbsd.man.mk9 # DESTDIR Change the tree where the man pages gets installed. [not set]
22 # MAN The manual pages to be installed. For sections see
34 # compressed when they are installed. [not set]
H A Dtap.test.mk20 # Test programs registered in this manner are set to be installed into TESTSDIR
/freebsd-10-stable/usr.sbin/pkg_install/
H A Dtkpkg44 button .menu.installed -text "What is Installed?" \
56 .menu.installed left \
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_irq_kms.c266 rdev->irq.installed = true;
269 rdev->irq.installed = false;
286 if (rdev->irq.installed) {
288 rdev->irq.installed = false;
/freebsd-10-stable/contrib/apr/
H A Dapr-config.in58 --bindir print location where binaries are installed
59 --includedir print location where headers are installed
94 if test "$location" = "installed"; then
123 if test "$location" = "installed"; then
155 if test "$location" = "installed"; then
169 if test "$location" = "installed"; then
184 if test "$location" = "installed"; then
194 # installed and the LA_FILE does not exist, assume to use -L/-l
195 # (the LA_FILE may not have been installed). If we're building ourselves,
199 elif test "$location" = "installed"; the
[all...]
/freebsd-10-stable/share/examples/ipfw/
H A Dchange_rules.sh147 The new rules are now installed. The previous rules have been preserved in
/freebsd-10-stable/contrib/byacc/
H A Dvmsbuild.com2 $! VMS build-script for BYACC. Requires installed C compiler
/freebsd-10-stable/sys/conf/
H A Ddtb.mk17 # DESTDIR The tree where the module gets installed. [not set]
/freebsd-10-stable/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.def77 installed you can run
/freebsd-10-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap-opts.def128 a new copy will be downloaded. If the new copy validates, it is installed and
/freebsd-10-stable/contrib/gperf/doc/
H A Dhelp2man462 programs are properly installed at your site, the command
/freebsd-10-stable/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh68 # so ensure they are all installed, before we continue.
502 Since you do not appear to have one installed, '$CMD' connot continue.
/freebsd-10-stable/sys/dev/drm/
H A Dmga_drm.h268 int installed; member in struct:_drm_mga_warp_index
/freebsd-10-stable/contrib/binutils/
H A Dltmain.sh53 # uninstall remove libraries from an installed directory
747 -LLIBDIR search LIBDIR for required installed libraries
748 -lNAME OUTPUT-FILE requires the installed library libNAME
758 -rpath LIBDIR the created library will eventually be installed in LIBDIR
2109 $ECHO "Libraries have been installed in:"
2114 $ECHO "If you ever happen to want to link against installed libraries"
2328 # are installed to the same prefix.
2330 # are installed into $libdir/../bin (currently, that works fine)
2487 # Check to see that each library is installed.
2494 func_warning "\`$lib' has not been installed i
[all...]

Completed in 229 milliseconds

1234