Searched refs:PACKAGE_NAME (Results 1 - 25 of 201) sorted by relevance

123456789

/freebsd-current/contrib/ntp/ntpsnmpd/
H A Dntp_snmp.h20 #ifdef PACKAGE_NAME
21 # undef PACKAGE_NAME macro
/freebsd-current/contrib/atf/
H A Dconfig.h74 #define PACKAGE_NAME "Automated Testing Framework" macro
/freebsd-current/contrib/ofed/libibmad/
H A Dconfig.h62 #define PACKAGE_NAME "libibmad" macro
/freebsd-current/contrib/libxo/
H A DMakefile.am80 pkgconfig_DATA = packaging/${PACKAGE_NAME}.pc
83 git clone https://github.com/Juniper/${PACKAGE_NAME}.wiki.git wiki
86 git clone https://github.com/Juniper/${PACKAGE_NAME}.git \
104 && echo "... ${GH_PAGES_PACKAGE_DIR}/${PACKAGE_NAME}.rb ..." \
106 packaging/${PACKAGE_NAME}.rb.base \
107 > ${GH_PAGES_PACKAGE_DIR}/${PACKAGE_NAME}.rb \
108 && echo "... ${GH_PAGES_PACKAGE_DIR}/${PACKAGE_NAME}.spec ..." \
109 && cp packaging/${PACKAGE_NAME}.spec \
110 ${GH_PAGES_PACKAGE_DIR}/${PACKAGE_NAME}.spec \
/freebsd-current/sys/contrib/libsodium/
H A DMakefile.am21 pkgconfig_DATA = @PACKAGE_NAME@.pc
/freebsd-current/contrib/ofed/opensm/
H A Dconfig.h109 #define PACKAGE_NAME "opensm" macro
/freebsd-current/contrib/ofed/infiniband-diags/
H A Dconfig.h104 #define PACKAGE_NAME "infiniband-diags" macro
/freebsd-current/contrib/ofed/libibnetdisc/
H A Dconfig.h104 #define PACKAGE_NAME "infiniband-diags" macro
/freebsd-current/usr.bin/kyua/
H A Dconfig.h101 #define PACKAGE_NAME "Kyua" macro
/freebsd-current/sys/contrib/openzfs/scripts/
H A Ddkms.mkconf24 PACKAGE_NAME="${pkgname}"
64 -n \${PACKAGE_NAME}
/freebsd-current/lib/libpcap/
H A Dconfig.h183 #define PACKAGE_NAME "pcap" macro
/freebsd-current/usr.bin/lex/
H A Dconfig.h218 #define PACKAGE_NAME "the fast lexical analyser generator" macro
/freebsd-current/lib/libexpat/
H A Dexpat_config.h89 #define PACKAGE_NAME "expat" macro
/freebsd-current/contrib/openbsm/config/
H A Dconfig.h234 #define PACKAGE_NAME "OpenBSM" macro
/freebsd-current/lib/libxo/libxo/
H A Dxo_config.h212 #define PACKAGE_NAME "libxo" macro
/freebsd-current/bin/csh/
H A Dconfig.h212 #define PACKAGE_NAME "tcsh" macro
/freebsd-current/tests/sys/pjdfstest/
H A Dconfig.h155 #define PACKAGE_NAME "pjdfstest" macro
/freebsd-current/usr.sbin/tcpdump/tcpdump/
H A Dconfig.h237 #define PACKAGE_NAME "tcpdump" macro
/freebsd-current/crypto/heimdal/include/
H A Dcrypto-headers.h4 #ifndef PACKAGE_NAME
/freebsd-current/usr.bin/less/
H A Ddefines.h437 #define PACKAGE_NAME "less" macro
/freebsd-current/lib/clang/include/llvm/Config/
H A Dconfig.h344 #define PACKAGE_NAME "LLVM" macro
/freebsd-current/usr.bin/bmake/
H A Dconfig.h282 #define PACKAGE_NAME "bmake" macro
/freebsd-current/contrib/kyua/cli/
H A Dcmd_about_test.cpp79 ATF_REQUIRE(atf::utils::grep_string(PACKAGE_NAME, ui.out_log()[0]));
115 ATF_REQUIRE(atf::utils::grep_string(PACKAGE_NAME, ui.out_log()[0]));
152 ATF_REQUIRE(!atf::utils::grep_string(PACKAGE_NAME, ui.out_log()[0]));
211 ATF_REQUIRE(!atf::utils::grep_string(PACKAGE_NAME, ui.out_log()[0]));
256 ATF_REQUIRE(atf::utils::grep_string(PACKAGE_NAME, ui.out_log()[0]));
/freebsd-current/contrib/xz/src/lzmainfo/
H A Dlzmainfo.c43 printf(_("%s home page: <%s>\n"), PACKAGE_NAME, PACKAGE_URL);
53 puts("lzmainfo (" PACKAGE_NAME ") " LZMA_VERSION_STRING);
/freebsd-current/contrib/xz/src/xzdec/
H A Dxzdec.c80 PACKAGE_NAME " home page: <" PACKAGE_URL ">\n", progname);
90 printf(TOOL_FORMAT "dec (" PACKAGE_NAME ") " LZMA_VERSION_STRING "\n"

Completed in 159 milliseconds

123456789