Searched refs:tp (Results 426 - 450 of 1220) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c178 ATF_TP_ADD_TCS(tp)
181 ATF_TP_ADD_TC(tp, strvis_basic);
182 ATF_TP_ADD_TC(tp, strvis_null);
183 ATF_TP_ADD_TC(tp, strvis_empty);
184 ATF_TP_ADD_TC(tp, strunvis_hex);
186 ATF_TP_ADD_TC(tp, strvis_locale);
H A Dt_getcwd.c146 ATF_TP_ADD_TCS(tp)
149 ATF_TP_ADD_TC(tp, getcwd_err);
150 ATF_TP_ADD_TC(tp, getcwd_fts);
H A Dt_assert.c141 ATF_TP_ADD_TCS(tp)
144 ATF_TP_ADD_TC(tp, assert_false);
145 ATF_TP_ADD_TC(tp, assert_true);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_getenv.c201 ATF_TP_ADD_TCS(tp)
204 ATF_TP_ADD_TC(tp, clearenv_basic);
205 ATF_TP_ADD_TC(tp, getenv_basic);
206 ATF_TP_ADD_TC(tp, putenv_basic);
207 ATF_TP_ADD_TC(tp, setenv_basic);
208 ATF_TP_ADD_TC(tp, setenv_mixed);
H A Dt_posix_memalign.c145 ATF_TP_ADD_TCS(tp)
147 ATF_TP_ADD_TC(tp, posix_memalign_basic);
148 ATF_TP_ADD_TC(tp, aligned_alloc_basic);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_write.c216 ATF_TP_ADD_TCS(tp)
219 ATF_TP_ADD_TC(tp, write_err);
220 ATF_TP_ADD_TC(tp, write_pipe);
221 ATF_TP_ADD_TC(tp, write_pos);
222 ATF_TP_ADD_TC(tp, write_ret);
223 ATF_TP_ADD_TC(tp, writev_iovmax);
H A Dt_getpid.c127 ATF_TP_ADD_TCS(tp)
130 ATF_TP_ADD_TC(tp, getpid_process);
131 ATF_TP_ADD_TC(tp, getpid_thread);
/freebsd-11-stable/sbin/iscontrol/
H A Discontrol.c131 token_t *tp; local
133 for(tp = tbl; tp->name != NULL; tp++)
134 if(strcasecmp(tp->name, m) == 0)
135 return tp->val;
/freebsd-11-stable/sys/dev/sym/
H A Dsym_hipd.c1260 #define sym_lp(tp, lun) (!lun) ? (tp)->lun0p : 0
1262 #define sym_lp(tp, lun) \
1263 (!lun) ? (tp)->lun0p : (tp)->lunmp ? (tp)->lunmp[(lun)] : 0
2225 static void sym_sync_nego (hcb_p np, tcb_p tp, ccb_p cp);
2226 static void sym_ppr_nego (hcb_p np, tcb_p tp, ccb_p cp);
2227 static void sym_wide_nego (hcb_p np, tcb_p tp, ccb_p cp);
2228 static void sym_nego_default (hcb_p np, tcb_p tp, ccb_
2731 tcb_p tp = &np->target[i]; local
2822 tcb_p tp = &np->target[cp->target]; local
3283 tcb_p tp = &np->target[i]; local
3433 tcb_p tp = &np->target[target]; local
3486 tcb_p tp = &np->target[cp->target]; local
3508 tcb_p tp = &np->target[cp->target]; local
3530 tcb_p tp = &np->target[cp->target]; local
3553 tcb_p tp; local
4658 tcb_p tp = &np->target[cp->target]; local
4915 tcb_p tp; local
5602 sym_sync_nego(hcb_p np, tcb_p tp, ccb_p cp) argument
5703 sym_ppr_nego(hcb_p np, tcb_p tp, ccb_p cp) argument
5842 sym_wide_nego(hcb_p np, tcb_p tp, ccb_p cp) argument
5953 sym_nego_default(hcb_p np, tcb_p tp, ccb_p cp) argument
5987 sym_nego_rejected(hcb_p np, tcb_p tp, ccb_p cp) argument
6002 tcb_p tp = &np->target[target]; local
6262 tcb_p tp = &np->target[tn]; local
6388 tcb_p tp = &np->target[cp->target]; local
6578 tcb_p tp = &np->target[tn]; local
6656 tcb_p tp = &np->target[tn]; local
7250 tcb_p tp; local
7387 tcb_p tp; local
7414 tcb_p tp; local
7945 tcb_p tp; local
8109 tcb_p tp; local
8767 tcb_p tp; local
9023 tcb_p tp = &np->target[target]; local
9045 tcb_p tp = &np->target[target]; local
[all...]
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dread.c544 type_t *tp; local
559 tp = xalloc(sizeof (type_t));
561 tidx = storetyp(tp, cp, tlen, h);
567 tp->t_const = 1;
569 tp->t_volatile = 1;
583 tp->t_tspec = s == 's' ? SCHAR : (s == 'u' ? UCHAR : CHAR);
586 tp->t_tspec = s == 'u' ? USHORT : SHORT;
589 tp->t_tspec = s == 'u' ? UINT : INT;
592 tp->t_tspec = s == 'u' ? ULONG : LONG;
595 tp
934 storetyp(type_t *tp, const char *cp, size_t len, int h) argument
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_strcat.c146 ATF_TP_ADD_TCS(tp)
149 ATF_TP_ADD_TC(tp, strcat_basic);
150 ATF_TP_ADD_TC(tp, strncat_simple);
H A Dt_strcmp.c129 ATF_TP_ADD_TCS(tp)
132 ATF_TP_ADD_TC(tp, strcmp_basic);
133 ATF_TP_ADD_TC(tp, strcmp_simple);
/freebsd-11-stable/lib/libc/tests/locale/
H A Diswctype_test.c115 ATF_TP_ADD_TCS(tp)
118 ATF_TP_ADD_TC(tp, iswctype_c_locale_test);
119 ATF_TP_ADD_TC(tp, iswctype_euc_jp_test);
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dmarshall.c156 krb5_tl_data *tp; local
159 for(tp = princ->tl_data; tp; tp = tp->tl_data_next)
160 kadm5_store_tl_data(sp, tp);
273 krb5_tl_data *tp = malloc(sizeof(*tp)); local
274 if (tp == NULL)
276 kadm5_ret_tl_data(sp, tp);
[all...]
/freebsd-11-stable/sys/teken/demo/
H A Dteken_demo.c267 teken_pos_t tp; local
269 for (tp.tp_row = 0; tp.tp_row < NROWS; tp.tp_row++)
270 for (tp.tp_col = 0; tp.tp_col < NCOLS; tp.tp_col++)
271 printchar(&tp);
281 teken_pos_t tp; local
293 tp
[all...]
/freebsd-11-stable/usr.bin/finger/
H A Dlprint.c104 struct tm *tp; local
176 tp = localtime(&w->loginat);
179 tp);
208 tp = localtime(&w->loginat);
213 tp);
218 tp);
232 tp = localtime(&pn->mailrecv);
236 tp);
238 tp = localtime(&pn->mailread);
242 tp);
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_rwlock.c135 ATF_TP_ADD_TCS(tp)
137 ATF_TP_ADD_TC(tp, rwlock1);
138 ATF_TP_ADD_TC(tp, rwlock_static);
/freebsd-11-stable/lib/libc/tests/stdio/
H A Dprintfloat_test.c373 ATF_TP_ADD_TCS(tp)
376 ATF_TP_ADD_TC(tp, float_within_limits);
377 ATF_TP_ADD_TC(tp, infinities_and_nans);
378 ATF_TP_ADD_TC(tp, padding);
379 ATF_TP_ADD_TC(tp, precision_specifiers);
380 ATF_TP_ADD_TC(tp, thousands_separator_and_other_locale_tests);
381 ATF_TP_ADD_TC(tp, signed_conversions);
382 ATF_TP_ADD_TC(tp, alternate_form);
383 ATF_TP_ADD_TC(tp, padding_and_decimal_point_placement);
384 ATF_TP_ADD_TC(tp, decimal_roundin
[all...]
/freebsd-11-stable/contrib/netbsd-tests/fs/kernfs/
H A Dt_basic.c127 ATF_TP_ADD_TCS(tp)
129 ATF_TP_ADD_TC(tp, hostname);
130 ATF_TP_ADD_TC(tp, getdents);
/freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/write/
H A Dt_ttypty.c124 ATF_TP_ADD_TCS(tp)
126 ATF_TP_ADD_TC(tp, master);
127 ATF_TP_ADD_TC(tp, slave);
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_extent.c370 ATF_TP_ADD_TCS(tp)
372 ATF_TP_ADD_TC(tp, coalesce);
373 ATF_TP_ADD_TC(tp, subregion1);
374 ATF_TP_ADD_TC(tp, subregion2);
375 ATF_TP_ADD_TC(tp, bound1);
376 ATF_TP_ADD_TC(tp, bound2);
377 ATF_TP_ADD_TC(tp, bound3);
378 ATF_TP_ADD_TC(tp, bound4);
379 ATF_TP_ADD_TC(tp, subregion3);
380 ATF_TP_ADD_TC(tp, bound
[all...]
/freebsd-11-stable/contrib/ncurses/progs/
H A Ddump_entry.h76 extern void repair_acsc(TERMTYPE *tp);
/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_limits.c279 ATF_TP_ADD_TCS(tp)
282 ATF_TP_ADD_TC(tp, char);
283 ATF_TP_ADD_TC(tp, posix);
284 ATF_TP_ADD_TC(tp, short);
/freebsd-11-stable/contrib/netbsd-tests/kernel/tty/
H A Dt_pr.c178 ATF_TP_ADD_TCS(tp)
181 ATF_TP_ADD_TC(tp, ptyioctl);
182 ATF_TP_ADD_TC(tp, client_first);
183 ATF_TP_ADD_TC(tp, master_first);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fflush.c167 ATF_TP_ADD_TCS(tp)
170 ATF_TP_ADD_TC(tp, fflush_err);
171 ATF_TP_ADD_TC(tp, fflush_seek);
172 ATF_TP_ADD_TC(tp, fpurge_err);

Completed in 229 milliseconds

<<11121314151617181920>>