Searched refs:tp (Results 1 - 25 of 123) sorted by relevance

12345

/bind-9.11.3/unit/atf-src/tools/
H A Dzero_tcs_helper.c32 ATF_TP_ADD_TCS(tp)
34 if (tp != NULL) {} /* Use tp. */
H A Dexpect_helpers.c172 ATF_TP_ADD_TCS(tp)
174 ATF_TP_ADD_TC(tp, pass_and_pass);
175 ATF_TP_ADD_TC(tp, pass_but_fail_requirement);
176 ATF_TP_ADD_TC(tp, pass_but_fail_check);
177 ATF_TP_ADD_TC(tp, fail_and_fail_requirement);
178 ATF_TP_ADD_TC(tp, fail_and_fail_check);
179 ATF_TP_ADD_TC(tp, fail_but_pass);
180 ATF_TP_ADD_TC(tp, exit_any_and_exit);
181 ATF_TP_ADD_TC(tp, exit_code_and_exit);
182 ATF_TP_ADD_TC(tp, exit_but_pas
[all...]
H A Dseveral_tcs_helper.c60 ATF_TP_ADD_TCS(tp)
62 ATF_TP_ADD_TC(tp, first);
63 ATF_TP_ADD_TC(tp, second);
64 ATF_TP_ADD_TC(tp, third);
H A Datf-report_test.sh49 tp: dir1
50 tp: tp3
51 tp: tp4
52 tp: tp5
60 tp: tp1
61 tp: tp2
114 tp: expect_helpers
137 tp, #.#, expect_helpers, failed
261 tp, #.#, dir1/tp1, passed
263 tp, #
[all...]
/bind-9.11.3/unit/atf-src/atf-c/
H A Datf_c_test.c40 ATF_TP_ADD_TCS(tp)
43 ATF_TP_ADD_TC(tp, include);
H A Dtp.c26 #include "atf-c/tp.h"
50 find_tc(const atf_tp_t *tp, const char *ident) argument
56 atf_list_for_each_c(iter, &tp->pimpl->m_tcs) {
76 atf_tp_init(atf_tp_t *tp, const char *const *config) argument
82 tp->pimpl = malloc(sizeof(struct atf_tp_impl));
83 if (tp->pimpl == NULL)
86 err = atf_list_init(&tp->pimpl->m_tcs);
90 err = atf_map_init_charpp(&tp->pimpl->m_config, config);
92 atf_list_fini(&tp->pimpl->m_tcs);
102 atf_tp_fini(atf_tp_t *tp) argument
122 atf_tp_get_config(const atf_tp_t *tp) argument
128 atf_tp_has_tc(const atf_tp_t *tp, const char *id) argument
135 atf_tp_get_tc(const atf_tp_t *tp, const char *id) argument
143 atf_tp_get_tcs(const atf_tp_t *tp) argument
176 atf_tp_add_tc(atf_tp_t *tp, atf_tc_t *tc) argument
194 atf_tp_run(const atf_tp_t *tp, const char *tcname, const char *resfile) argument
205 atf_tp_cleanup(const atf_tp_t *tp, const char *tcname) argument
[all...]
H A Dunused_test.c46 ATF_TP_ADD_TCS(tp)
48 ATF_TP_ADD_TC(tp, this_is_used);
49 /* ATF_TP_ADD_TC(tp, this_is_unused); */
H A Dpkg_config_test.sh81 cat >tp.c <<EOF
94 ATF_TP_ADD_TCS(tp) {
95 ATF_TP_ADD_TC(tp, tc);
113 atf_check -s eq:0 -o empty -e empty ${cc} ${cflags} -o tp.o -c tp.c
114 atf_check -s eq:0 -o empty -e empty ${cc} ${ldflags} -o tp tp.o ${libs}
132 atf_check -s eq:0 -o empty -e empty test -x tp
134 "LD_LIBRARY_PATH=${libpath} ./tp tc"
H A Dtp_test.c26 #include "atf-c/tp.h"
83 ATF_TP_ADD_TCS(tp)
85 ATF_TP_ADD_TC(tp, getopt);
H A Dutils_test.c525 ATF_TP_ADD_TCS(tp)
527 ATF_TP_ADD_TC(tp, cat_file__empty);
528 ATF_TP_ADD_TC(tp, cat_file__one_line);
529 ATF_TP_ADD_TC(tp, cat_file__several_lines);
530 ATF_TP_ADD_TC(tp, cat_file__no_newline_eof);
532 ATF_TP_ADD_TC(tp, compare_file__empty__match);
533 ATF_TP_ADD_TC(tp, compare_file__empty__not_match);
534 ATF_TP_ADD_TC(tp, compare_file__short__match);
535 ATF_TP_ADD_TC(tp, compare_file__short__not_match);
536 ATF_TP_ADD_TC(tp, compare_file__long__matc
[all...]
/bind-9.11.3/lib/isc/
H A Dinet_pton.c76 unsigned char tmp[NS_INADDRSZ], *tp; local
80 *(tp = tmp) = 0;
85 unsigned int byte = *tp * 10;
88 if (saw_digit && *tp == 0)
92 *tp = byte;
101 *++tp = 0;
129 unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
134 memset((tp = tmp), '\0', NS_IN6ADDRSZ);
135 endp = tp + NS_IN6ADDRSZ;
161 colonp = tp;
[all...]
H A Dinet_ntop.c115 char tmp[sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255")], *tp; local
156 tp = tmp;
162 *tp++ = ':';
167 *tp++ = ':';
172 if (!inet_ntop4(src+12, tp,
173 sizeof(tmp) - (tp - tmp)))
175 tp += strlen(tp);
178 INSIST((size_t)(tp - tmp) < sizeof(tmp));
179 tp
[all...]
/bind-9.11.3/lib/lwres/
H A Dlwinetpton.c75 unsigned char tmp[NS_INADDRSZ], *tp; local
79 *(tp = tmp) = 0;
84 unsigned int byte = *tp * 10;
89 *tp = byte;
100 * *++tp = 0;
102 tp++;
103 *tp = 0;
131 unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
136 memset((tp = tmp), '\0', NS_IN6ADDRSZ);
137 endp = tp
[all...]
H A Dlwinetntop.c108 char tmp[sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255")], *tp; local
149 tp = tmp;
155 *tp++ = ':';
160 *tp++ = ':';
164 if (!inet_ntop4(src+12, tp,
165 sizeof(tmp) - (tp - tmp)))
167 tp += strlen(tp);
170 tp += sprintf(tp, "
[all...]
/bind-9.11.3/unit/atf-src/bootstrap/
H A Dh_tp_basic_c.c71 ATF_TP_ADD_TCS(tp)
73 ATF_TP_ADD_TC(tp, pass);
74 ATF_TP_ADD_TC(tp, fail);
75 ATF_TP_ADD_TC(tp, skip);
76 ATF_TP_ADD_TC(tp, default);
/bind-9.11.3/unit/atf-src/test-programs/
H A Dc_helpers.c454 ATF_TP_ADD_TCS(tp)
457 ATF_TP_ADD_TC(tp, cleanup_pass);
458 ATF_TP_ADD_TC(tp, cleanup_fail);
459 ATF_TP_ADD_TC(tp, cleanup_skip);
460 ATF_TP_ADD_TC(tp, cleanup_curdir);
461 ATF_TP_ADD_TC(tp, cleanup_sigterm);
464 ATF_TP_ADD_TC(tp, config_unset);
465 ATF_TP_ADD_TC(tp, config_empty);
466 ATF_TP_ADD_TC(tp, config_value);
467 ATF_TP_ADD_TC(tp, config_multi_valu
[all...]
/bind-9.11.3/lib/isc/include/isc/
H A Drefcount.h115 #define isc_refcount_increment0(rp, tp) \
117 unsigned int *_tmp = (unsigned int *)(tp); \
125 #define isc_refcount_increment(rp, tp) \
127 unsigned int *_tmp = (unsigned int *)(tp); \
136 #define isc_refcount_decrement(rp, tp) \
138 unsigned int *_tmp = (unsigned int *)(tp); \
153 #define isc_refcount_increment0(rp, tp) \
155 unsigned int *_tmp = (unsigned int *)(tp); \
162 #define isc_refcount_increment(rp, tp) \
164 unsigned int *_tmp = (unsigned int *)(tp); \
[all...]
/bind-9.11.3/lib/isc/tests/
H A Dresult_test.c48 ATF_TP_ADD_TCS(tp) {
49 ATF_TP_ADD_TC(tp, isc_result_toid);
50 ATF_TP_ADD_TC(tp, isc_result_totext);
H A Dsafe_test.c105 ATF_TP_ADD_TCS(tp) {
106 ATF_TP_ADD_TC(tp, isc_safe_memequal);
107 ATF_TP_ADD_TC(tp, isc_safe_memcompare);
108 ATF_TP_ADD_TC(tp, isc_safe_memwipe);
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Denv_test.c124 ATF_TP_ADD_TCS(tp)
126 ATF_TP_ADD_TC(tp, has);
127 ATF_TP_ADD_TC(tp, get);
128 ATF_TP_ADD_TC(tp, get_with_default);
129 ATF_TP_ADD_TC(tp, set);
130 ATF_TP_ADD_TC(tp, unset);
H A Duser_test.c138 ATF_TP_ADD_TCS(tp)
140 ATF_TP_ADD_TC(tp, euid);
141 ATF_TP_ADD_TC(tp, is_member_of_group);
142 ATF_TP_ADD_TC(tp, is_root);
143 ATF_TP_ADD_TC(tp, is_unprivileged);
H A Dprocess_test.c1097 ATF_TP_ADD_TCS(tp)
1100 ATF_TP_ADD_TC(tp, stream_init_capture);
1101 ATF_TP_ADD_TC(tp, stream_init_connect);
1102 ATF_TP_ADD_TC(tp, stream_init_inherit);
1103 ATF_TP_ADD_TC(tp, stream_init_redirect_fd);
1104 ATF_TP_ADD_TC(tp, stream_init_redirect_path);
1107 ATF_TP_ADD_TC(tp, status_exited);
1108 ATF_TP_ADD_TC(tp, status_signaled);
1109 ATF_TP_ADD_TC(tp, status_coredump);
1112 ATF_TP_ADD_TC(tp, child_pi
[all...]
/bind-9.11.3/lib/isc/nothreads/include/isc/
H A Dcondition.h38 #define isc_condition_waituntil(cp, mp, tp) \
39 ((void)(cp), (void)(mp), (void)(tp), ISC_R_NOTIMPLEMENTED)
/bind-9.11.3/unit/atf-src/atf-sh/
H A Dintegration_test.sh57 create_test_program tp <<EOF
69 >>>./tp<<<
73 atf_check -s eq:0 -o file:expout -e empty ./tp ' a b ' foo
76 >>>tp<<<
80 atf_check -s eq:0 -o file:expout -e empty "${ATF_SH}" tp \
99 echo 'main() { echo "This is the test program"; }' | create_test_program tp
100 atf_check -s eq:0 -o file:expout -e empty "${ATF_SH}" -s ./custom-shell tp
119 tp "-s$(pwd)/custom-shell"
120 atf_check -s eq:0 -o file:expout -e empty ./tp
137 cat >tp <<EO
[all...]
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dpkg_config_test.sh82 cat >tp.cpp <<EOF
113 atf_check -s eq:0 -o empty -e empty ${cxx} ${cxxflags} -o tp.o -c tp.cpp
114 atf_check -s eq:0 -o empty -e empty ${cxx} ${ldflags} -o tp tp.o ${libs}
132 atf_check -s eq:0 -o empty -e empty test -x tp
134 "LD_LIBRARY_PATH=${libpath} ./tp tc"

Completed in 39 milliseconds

12345