Searched refs:utils (Results 1 - 25 of 95) sorted by relevance

1234

/freebsd-12-stable/contrib/atf/
H A Datf-c++.hpp30 #include <atf-c++/utils.hpp>
H A Datf-c.h31 #include <atf-c/utils.h>
/freebsd-12-stable/contrib/atf/atf-c++/
H A Dutils_test.cpp26 #include "atf-c++/utils.hpp"
70 atf::utils::create_file("file.txt", "");
71 atf::utils::redirect(STDOUT_FILENO, "captured.txt");
72 atf::utils::cat_file("file.txt", "PREFIX");
82 atf::utils::create_file("file.txt", "This is a single line\n");
83 atf::utils::redirect(STDOUT_FILENO, "captured.txt");
84 atf::utils::cat_file("file.txt", "PREFIX");
94 atf::utils::create_file("file.txt", "First\nSecond line\nAnd third\n");
95 atf::utils::redirect(STDOUT_FILENO, "captured.txt");
96 atf::utils
[all...]
H A Dutils.cpp26 #include "atf-c++/utils.hpp"
29 #include "atf-c/utils.h"
36 atf::utils::cat_file(const std::string& path, const std::string& prefix)
42 atf::utils::copy_file(const std::string& source, const std::string& destination)
48 atf::utils::compare_file(const std::string& path, const std::string& contents)
54 atf::utils::create_file(const std::string& path, const std::string& contents)
60 atf::utils::file_exists(const std::string& path)
66 atf::utils::fork(void)
74 atf::utils::grep_file(const std::string& regex, const std::string& path)
80 atf::utils
[all...]
H A Dcheck_test.cpp48 #include "atf-c++/utils.hpp"
191 ATF_REQUIRE(atf::utils::grep_file("-o test.o", "stdout"));
192 ATF_REQUIRE(atf::utils::grep_file("-c test.c", "stdout"));
196 ATF_REQUIRE(atf::utils::grep_file("-o test.o", "stdout"));
197 ATF_REQUIRE(atf::utils::grep_file("-c test.c", "stdout"));
198 ATF_REQUIRE(atf::utils::grep_file("test.c", "stderr"));
199 ATF_REQUIRE(atf::utils::grep_file("UNDEFINED_SYMBOL", "stderr"));
211 ATF_REQUIRE(atf::utils::grep_file("-o.*test.p", "stdout"));
212 ATF_REQUIRE(atf::utils::grep_file("test.c", "stdout"));
213 ATF_REQUIRE(atf::utils
[all...]
/freebsd-12-stable/tests/sys/audit/
H A DMakefile21 SRCS.file-attribute-access+= utils.c
23 SRCS.file-attribute-modify+= utils.c
25 SRCS.file-create+= utils.c
27 SRCS.file-delete+= utils.c
29 SRCS.file-close+= utils.c
31 SRCS.file-write+= utils.c
33 SRCS.file-read+= utils.c
35 SRCS.open+= utils.c
37 SRCS.ioctl+= utils.c
39 SRCS.network+= utils
[all...]
/freebsd-12-stable/sys/crypto/libsodium/
H A Dutils.c8 #include <sodium/utils.h>
/freebsd-12-stable/sbin/ping/tests/
H A DMakefile6 SRCS.in_cksum_test= in_cksum_test.c ../utils.c
/freebsd-12-stable/contrib/wpa/hs20/client/
H A DMakefile27 CFLAGS += -I../../src/utils
44 OBJS += ../../src/utils/xml-utils.o
52 OBJS += ../../src/utils/eloop.o
53 OBJS += ../../src/utils/wpabuf.o
56 OBJS += ../../src/utils/browser-system.o
58 OBJS += ../../src/utils/browser.o
61 OBJS += ../../src/utils/xml_libxml2.o
62 OBJS += ../../src/utils/http_curl.o
63 OBJS += ../../src/utils/base6
[all...]
H A DAndroid.mk4 INCLUDES += $(LOCAL_PATH)/../../src/utils
39 OBJS += ../../src/utils/xml-utils.c
40 #OBJS += ../../src/utils/browser-android.c
41 OBJS += ../../src/utils/browser-wpadebug.c
42 OBJS += ../../src/utils/wpabuf.c
43 OBJS += ../../src/utils/eloop.c
46 OBJS += ../../src/utils/xml_libxml2.c
47 OBJS += ../../src/utils/http_curl.c
48 OBJS += ../../src/utils/base6
[all...]
/freebsd-12-stable/bin/cp/
H A DMakefile8 SRCS= cp.c utils.c
/freebsd-12-stable/tests/sys/netipsec/tunnel/
H A DMakefile17 ${PACKAGE}FILES+= utils.subr
H A Dempty.sh3 . $(atf_get_srcdir)/utils.subr
H A Daes_cbc_128_hmac_sha1.sh3 . $(atf_get_srcdir)/utils.subr
H A Daes_cbc_256_hmac_sha2_256.sh3 . $(atf_get_srcdir)/utils.subr
H A Daes_gcm_128.sh3 . $(atf_get_srcdir)/utils.subr
H A Daes_gcm_256.sh3 . $(atf_get_srcdir)/utils.subr
/freebsd-12-stable/libexec/rbootd/
H A DMakefile5 SRCS= bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c
/freebsd-12-stable/usr.bin/clang/lldb-tblgen/
H A DMakefile6 SRCDIR= lldb/utils/TableGen
/freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/
H A DMakefile73 UTILS_TESTS := $(wildcard utils/test/*.cpp)
107 $(TESTPROG) ./utils/test/BufferTest$(EXT) $(TESTFLAGS)
108 $(TESTPROG) ./utils/test/RangeTest$(EXT) $(TESTFLAGS)
109 $(TESTPROG) ./utils/test/ResourcePoolTest$(EXT) $(TESTFLAGS)
110 $(TESTPROG) ./utils/test/ScopeGuardTest$(EXT) $(TESTFLAGS)
111 $(TESTPROG) ./utils/test/ThreadPoolTest$(EXT) $(TESTFLAGS)
112 $(TESTPROG) ./utils/test/WorkQueueTest$(EXT) $(TESTFLAGS)
203 utils/test/%Test$(EXT): PZSTD_LDFLAGS += $(GTEST_LIB)
204 utils/test/%Test$(EXT): LIBS += -lgtest -lgtest_main
205 utils/tes
[all...]
/freebsd-12-stable/contrib/dtc/scripts/
H A Dkup-dtc3 REMOTE_GIT=/pub/scm/utils/dtc/dtc.git
4 REMOTE_PATH=/pub/software/utils/dtc
/freebsd-12-stable/gnu/usr.bin/gdb/gdbserver/
H A DMakefile13 SRCS= inferiors.c mem-break.c regcache.c remote-utils.c \
14 server.c signals.c target.c utils.c
/freebsd-12-stable/tests/sys/netpfil/pf/
H A Dnames.sh28 . $(atf_get_srcdir)/utils.subr
/freebsd-12-stable/usr.bin/tftp/
H A DMakefile8 SRCS+= tftp-utils.c tftp.c
/freebsd-12-stable/usr.bin/top/
H A DMakefile7 username.c utils.c

Completed in 257 milliseconds

1234