Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/gen/
H A DMakefile.inc71 getcap.c \
238 getcap.3 \
396 getcap.3 cgetclose.3 \
397 getcap.3 cgetent.3 \
398 getcap.3 cgetfirst.3 \
399 getcap.3 cgetmatch.3 \
400 getcap.3 cgetnext.3 \
401 getcap.3 cgetnum.3 \
402 getcap.3 cgetset.3 \
403 getcap.3 cgetstr.3 \
[all …]
/freebsd-13.1/contrib/ncurses/ncurses/
H A DREADME47 --enable-getcap
48 --enable-getcap-cache
/freebsd-13.1/share/doc/smm/01.setup/
H A Dspell.ok298 getcap
/freebsd-13.1/usr.sbin/bhyvectl/
H A Dbhyvectl.c262 static int get_stats, getcap, setcap, capval, get_gpa_pmap; variable
1375 { "getcap", NO_ARG, &getcap, 1 }, in setup_options()
2326 if (!error && (getcap || get_all)) { in main()
2329 if (getcap && capname) in main()
/freebsd-13.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-13.1/tools/build/
H A DMakefile160 SRCS+= getcap.c
/freebsd-13.1/sys/amd64/include/
H A Dvmm.h203 vmi_get_cap_t getcap; member
/freebsd-13.1/contrib/ncurses/
H A Dconfigure.in789 ### use option --enable-getcap to use a hacked getcap for reading termcaps
791 AC_ARG_ENABLE(getcap, optenable
792 [ --enable-getcap fast termcap load, no xrefs to terminfo],
799 AC_ARG_ENABLE(getcap-cache,
800 [ --enable-getcap-cache cache translated termcaps in ~/.terminfo],
H A DINSTALL208 on "--enable-getcap-cache", to see why this is a Bad Thing.
590 --enable-getcap
591 Use the 4.4BSD getcap code if available, or a bundled version of it to
598 In that case, there is no advantage in using the --enable-getcap-cache
603 --enable-getcap-cache
727 match is found in the terminfo database. See also the --enable-getcap
728 and --enable-getcap-cache options.
961 See also the --enable-getcap option.
2084 to use the --enable-getcap option. This speeds up termcap-based
H A Dconfigure780 --enable-getcap fast termcap load, no xrefs to terminfo
781 --enable-getcap-cache cache translated termcaps in ~/.terminfo
H A DNEWS3567 configured with --enable-termcap and --disable-getcap.
4013 getcap is used, to reduce interactive warning messages.
11744 + change getcap-cache ifdef's to eliminate unnecessary chdir/mkdir
12879 + add --enable-getcap-cache option to configure, normally disabled
13154 + make "--enable-getcap" configuration-option work (reported by
/freebsd-13.1/sys/amd64/vmm/amd/
H A Dsvm.c2711 .getcap = svm_getcap,
/freebsd-13.1/sys/amd64/vmm/
H A Dvmm.c222 DEFINE_VMMOPS_IFUNC(int, getcap, (void *vmi, int vcpu, int num, int *retval))
/freebsd-13.1/sys/amd64/vmm/intel/
H A Dvmx.c4205 .getcap = vmx_getcap,
/freebsd-13.1/crypto/heimdal/
H A DChangeLog.1999271 * configure.in (LIB_roken): add dbopen. getcap in roken