Searched refs:tp (Results 176 - 200 of 1245) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_wcscspn.c53 ATF_TP_ADD_TCS(tp)
56 ATF_TP_ADD_TC(tp, wcscspn);
H A Dt_wcsspn.c55 ATF_TP_ADD_TCS(tp)
58 ATF_TP_ADD_TC(tp, wcsspn);
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_stresep.c66 ATF_TP_ADD_TCS(tp)
69 ATF_TP_ADD_TC(tp, stresep_basic);
H A Dt_strpbrk.c57 ATF_TP_ADD_TCS(tp)
60 ATF_TP_ADD_TC(tp, strpbrk);
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_posix_fallocate.c59 ATF_TP_ADD_TCS(tp)
61 ATF_TP_ADD_TC(tp, ebadf);
H A Dt_ucontext.c71 ATF_TP_ADD_TCS(tp)
73 ATF_TP_ADD_TC(tp, ucontext_basic);
/freebsd-12-stable/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dt_dlerror-cleared.c63 ATF_TP_ADD_TCS(tp)
65 ATF_TP_ADD_TC(tp, rtld_dlerror_cleared);
/freebsd-12-stable/contrib/netbsd-tests/net/net/
H A Dt_raw.c36 ATF_TP_ADD_TCS(tp)
39 ATF_TP_ADD_TC(tp, PRU_SENSE);
/freebsd-12-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_modlinkset.c68 ATF_TP_ADD_TCS(tp)
70 ATF_TP_ADD_TC(tp, modlinkset);
/freebsd-12-stable/contrib/ntp/lib/isc/nothreads/include/isc/
H A Dcondition.h47 #define isc_condition_waituntil(cp, mp, tp) \
48 ((void)(cp), (void)(mp), (void)(tp), ISC_R_NOTIMPLEMENTED)
/freebsd-12-stable/contrib/atf/atf-c/
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...]
/freebsd-12-stable/lib/libc/tests/iconv/
H A Diconvctl_test.c62 ATF_TP_ADD_TCS(tp)
65 ATF_TP_ADD_TC(tp, iconvctl_trivialp_test);
/freebsd-12-stable/lib/libc/tests/net/
H A Deui64_ntoa_test.c58 ATF_TP_ADD_TCS(tp)
61 ATF_TP_ADD_TC(tp, id_ascii);
/freebsd-12-stable/sys/geom/
H A Dgeom_int.h67 void g_io_schedule_down(struct thread *tp);
68 void g_io_schedule_up(struct thread *tp);
/freebsd-12-stable/usr.sbin/pw/tests/
H A DMakefile24 .for tp in ${ATF_TESTS_SH}
25 TEST_METADATA.${tp}+= required_user="root"
/freebsd-12-stable/usr.bin/find/
H A Dgetdate.y662 const TABLE *tp;
690 for (tp = MonthDayTable; tp->name; tp++) {
692 if (strncmp(buff, tp->name, 3) == 0) {
693 yylval.Number = tp->value;
694 return tp->type;
697 else if (strcmp(buff, tp->name) == 0) {
698 yylval.Number = tp->value;
699 return tp
[all...]
/freebsd-12-stable/usr.sbin/fifolog/lib/
H A Dgetdate.y662 const TABLE *tp;
690 for (tp = MonthDayTable; tp->name; tp++) {
692 if (strncmp(buff, tp->name, 3) == 0) {
693 yylval.Number = tp->value;
694 return tp->type;
697 else if (strcmp(buff, tp->name) == 0) {
698 yylval.Number = tp->value;
699 return tp
[all...]
/freebsd-12-stable/sys/dev/xen/console/
H A Dxen_console.c70 typedef int xencons_init_t(device_t dev, struct tty *tp,
227 xencons_init_hypervisor(device_t dev, struct tty *tp, argument
233 cons = tty_softc(tp);
236 intr_handler, tp, INTR_TYPE_TTY | INTR_MPSAFE, &cons->intr_handle);
280 xencons_init_ring(device_t dev, struct tty *tp, driver_intr_t intr_handler) argument
285 cons = tty_softc(tp);
291 intr_handler, tp, INTR_TYPE_TTY | INTR_MPSAFE, &cons->intr_handle);
509 xencons_tx(struct tty *tp) argument
515 cons = tty_softc(tp);
517 tty_assert_locked(tp);
536 struct tty *tp; local
578 struct tty *tp; local
643 xencons_tty_open(struct tty *tp) argument
655 xencons_tty_close(struct tty *tp) argument
667 struct tty *tp; local
679 xencons_tty_outwakeup(struct tty *tp) argument
722 struct tty *tp; local
757 struct tty *tp; local
[all...]
/freebsd-12-stable/contrib/netbsd-tests/lib/libm/
H A Dt_tanh.c191 ATF_TP_ADD_TCS(tp)
194 ATF_TP_ADD_TC(tp, tanh_nan);
195 ATF_TP_ADD_TC(tp, tanh_inf_neg);
196 ATF_TP_ADD_TC(tp, tanh_inf_pos);
197 ATF_TP_ADD_TC(tp, tanh_zero_neg);
198 ATF_TP_ADD_TC(tp, tanh_zero_pos);
200 ATF_TP_ADD_TC(tp, tanhf_nan);
201 ATF_TP_ADD_TC(tp, tanhf_inf_neg);
202 ATF_TP_ADD_TC(tp, tanhf_inf_pos);
203 ATF_TP_ADD_TC(tp, tanhf_zero_ne
[all...]
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_pcf.c137 struct tm tm, *tp; local
186 tp = gmtime_r(&t, &tm);
188 tp = gmtime(&t);
190 if (!tp) {
197 pp->year = tp->tm_year + 1900;
198 pp->day = tp->tm_yday + 1;
199 pp->hour = tp->tm_hour;
200 pp->minute = tp->tm_min;
201 pp->second = tp->tm_sec;
209 unit, pp->year, tp
[all...]
/freebsd-12-stable/contrib/atf/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...]
/freebsd-12-stable/contrib/amd/amd/
H A Dinfo_file.c53 int file_init_or_mtime(mnt_map *m, char *map, time_t *tp);
55 int file_search(mnt_map *m, char *map, char *key, char **pval, time_t *tp);
194 file_open(char *map, time_t *tp) argument
198 if (mapf && tp) {
201 *tp = clocktime(NULL);
203 *tp = stb.st_mtime;
210 file_init_or_mtime(mnt_map *m, char *map, time_t *tp) argument
212 FILE *mapf = file_open(map, tp);
237 file_search(mnt_map *m, char *map, char *key, char **pval, time_t *tp) argument
244 if (*tp <
[all...]
/freebsd-12-stable/usr.sbin/config/
H A Dmkmakefile.c394 struct file_list *tp; local
444 tp = fl_lookup(this);
578 if (compile && tp == NULL) {
584 tp = new_fent();
585 tp->f_fn = this;
586 tp->f_type = filetype;
588 tp->f_srcprefix = "";
590 tp->f_srcprefix = "$S/";
592 tp->f_flags |= NO_IMPLCT_RULE;
594 tp
634 struct file_list *tp; local
660 struct file_list *tp; local
689 struct file_list *tp; local
819 struct file_list *tp; local
[all...]

Completed in 149 milliseconds

1234567891011>>