Home
last modified time | relevance | path

Searched refs:getcap (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/lib/libc/gen/
H A DMakefile.inc62 getcap.c \
228 getcap.3 \
384 getcap.3 cgetclose.3 \
385 getcap.3 cgetent.3 \
386 getcap.3 cgetfirst.3 \
387 getcap.3 cgetmatch.3 \
388 getcap.3 cgetnext.3 \
389 getcap.3 cgetnum.3 \
390 getcap.3 cgetset.3 \
391 getcap.3 cgetstr.3 \
[all …]
/freebsd-12.1/contrib/ncurses/ncurses/
H A DREADME46 --enable-getcap
47 --enable-getcap-cache
/freebsd-12.1/share/doc/smm/01.setup/
H A Dspell.ok298 getcap
/freebsd-12.1/usr.sbin/bhyvectl/
H A Dbhyvectl.c252 static int get_stats, getcap, setcap, capval, get_gpa_pmap; variable
1374 { "getcap", NO_ARG, &getcap, 1 }, in setup_options()
2256 if (!error && (getcap || get_all)) { in main()
2259 if (getcap && capname) in main()
/freebsd-12.1/crypto/heimdal/lib/roken/
H A DChangeLog259 * getcap.c: Don't use db support unless its build into libc but we
578 * daemon.c fnmatch.c fnmatch.hin getcap.c getopt.c getusershell.c
767 * getcap.c: use strlcpy, from openbsd
1626 * getcap.c: make sure to use db only if we have both the library
1746 * getcap.c: try to make this work on systems with DB
1750 * getcap.c: protect from db-less systems
1756 * getcap.c: getcap from NetBSD
H A DMakefile.in51 getcap.c getcwd.c getdtablesize.c getegid.c geteuid.c getgid.c \
804 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getcap.Plo@am__quote@
/freebsd-12.1/contrib/ncurses/
H A Dconfigure.in615 ### use option --enable-getcap to use a hacked getcap for reading termcaps
617 AC_ARG_ENABLE(getcap, optenable
618 [ --enable-getcap fast termcap load, no xrefs to terminfo],
625 AC_ARG_ENABLE(getcap-cache,
626 [ --enable-getcap-cache cache translated termcaps in ~/.terminfo],
H A DINSTALL205 on "--enable-getcap-cache", to see why this is a Bad Thing.
504 --enable-getcap
505 Use the 4.4BSD getcap code if available, or a bundled version of it to
512 In that case, there is no advantage in using the --enable-getcap-cache
517 --enable-getcap-cache
632 match is found in the terminfo database. See also the --enable-getcap
633 and --enable-getcap-cache options.
841 See also the --enable-getcap option.
1712 to use the --enable-getcap option. This speeds up termcap-based
H A Dconfigure758 --enable-getcap fast termcap load, no xrefs to terminfo
759 --enable-getcap-cache cache translated termcaps in ~/.terminfo
H A DNEWS813 configured with --enable-termcap and --disable-getcap.
1259 getcap is used, to reduce interactive warning messages.
8991 + change getcap-cache ifdef's to eliminate unnecessary chdir/mkdir
10126 + add --enable-getcap-cache option to configure, normally disabled
10401 + make "--enable-getcap" configuration-option work (reported by
/freebsd-12.1/contrib/gcc/
H A Dsys-protos.h426 extern char * getcap(/* ??? */);
/freebsd-12.1/crypto/heimdal/
H A DChangeLog.1999271 * configure.in (LIB_roken): add dbopen. getcap in roken