HomeSort by: relevance | last modified time | path
    Searched refs:audit (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/pkg_install/sbin/pkg_admin/
Makefile 4 SRCS= audit.c check.c main.c
6 SCRIPTS= audit-packages.sh download-vulnerability-list.sh
7 CLEANFILES= audit-packages.sh download-vulnerability-list.sh
9 audit-packages.sh: audit-packages.sh.in
11 ${DIST}/admin/audit-packages.sh.in > $@
  /src/external/bsd/pkg_install/dist/admin/
audit-packages.sh.in 6 echo 'Usage: audit-packages [-deqsVv] [-c config_file] [-F file]' >& $2
10 echo "Please use the audit, audit-pkg, audit-batch and fetch-pkg-vulnerabilities" >& $2
53 echo "The audit-packages wrapper does not support -c" >&2
54 echo "Please use the audit, audit-pkg, audit-batch and fetch-pkg-vulnerabilities" >& 2
65 echo "The audit-packages wrapper does not support -g" >&2
115 exec ${pkg_admin} ${do_pkgdb} ${do_verbose} ${do_quiet} audit-pkg
    [all...]
  /src/sys/fs/nfs/common/
nfs_nfssvc.c 56 #include <security/audit/audit.h>
  /src/external/gpl3/gdb/dist/readline/readline/
util.c 541 #include <linux/audit.h>
544 /* Report STRING to the audit system. */
  /src/external/gpl3/gdb.old/dist/readline/readline/
util.c 541 #include <linux/audit.h>
544 /* Report STRING to the audit system. */
  /src/sys/netinet/
sctp_input.c 2477 /* audit code */
2478 unsigned int audit; local
2479 audit = 0;
2482 audit++;
2487 audit++;
2489 if (audit != stcb->asoc.sent_queue_retran_cnt) {
2490 printf("**Local Audit finds cnt:%d asoc cnt:%d\n",
2491 audit, stcb->asoc.sent_queue_retran_cnt);
2493 stcb->asoc.sent_queue_retran_cnt = audit;
  /src/etc/
security 1096 ${pkg_admin} ${_compat_K_flag} audit >${OUTPUT} 2>&1
  /src/external/gpl3/binutils/dist/ld/
ldelf.c 1752 ldelf_before_allocation (char **audit, char **depaudit,
1816 /* If the input bfd contains an audit entry, we need to add it as
1817 a dep audit entry. */
1841 command_line.filter_shlib, *audit, *depaudit,
  /src/external/gpl3/binutils.old/dist/ld/
ldelf.c 1753 ldelf_before_allocation (char **audit, char **depaudit,
1817 /* If the input bfd contains an audit entry, we need to add it as
1818 a dep audit entry. */
1842 command_line.filter_shlib, *audit, *depaudit,
  /src/external/gpl3/binutils/dist/bfd/
elflink.c 4610 char *audit = NULL;
4742 audit = bfd_elf_string_from_elf_section (abfd, shlink, tagv);
4826 elf_dt_audit (abfd) = audit;
6945 const char *audit,
7637 if (audit != NULL)
7641 indx = _bfd_elf_strtab_add (elf_hash_table (info)->dynstr, audit,
4601 char *audit = NULL; local
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 4574 char *audit = NULL;
4706 audit = bfd_elf_string_from_elf_section (abfd, shlink, tagv);
4790 elf_dt_audit (abfd) = audit;
6902 const char *audit,
7594 if (audit != NULL)
7598 indx = _bfd_elf_strtab_add (elf_hash_table (info)->dynstr, audit,
4565 char *audit = NULL; local
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 4547 char *audit = NULL;
4679 audit = bfd_elf_string_from_elf_section (abfd, shlink, tagv);
4763 elf_dt_audit (abfd) = audit;
6847 const char *audit,
7537 if (audit != NULL)
7541 indx = _bfd_elf_strtab_add (elf_hash_table (info)->dynstr, audit,
4538 char *audit = NULL; local
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 4592 char *audit = NULL;
4724 audit = bfd_elf_string_from_elf_section (abfd, shlink, tagv);
4808 elf_dt_audit (abfd) = audit;
6920 const char *audit,
7612 if (audit != NULL)
7616 indx = _bfd_elf_strtab_add (elf_hash_table (info)->dynstr, audit,
4583 char *audit = NULL; local
  /src/external/bsd/nsd/dist/
Makefile.in 245 audit: nsd nsd-checkconf nsd-checkzone nsd-control nsd-mem checksec

Completed in 125 milliseconds