Searched refs:tp (Results 176 - 200 of 1220) sorted by last modified time

1234567891011>>

/freebsd-11-stable/libexec/rtld-elf/aarch64/
H A Dreloc.c438 Elf_Addr **tp; local
448 tp = (Elf_Addr **) allocate_tls(objs, NULL, TLS_TCB_SIZE, 16);
450 asm volatile("msr tpidr_el0, %0" : : "r"(tp));
/freebsd-11-stable/libexec/tftpd/
H A Dtftp-io.c141 struct tftphdr *tp; local
151 tp = (struct tftphdr *)buf;
152 tp->th_opcode = htons((u_short)ERROR);
153 tp->th_code = htons((u_short)error);
159 tp->th_code = EUNDEF; /* set 'undef' errorcode */
161 strcpy(tp->th_msg, pe->e_msg);
163 tp->th_msg[length] = '\0';
167 tftp_log(LOG_DEBUG, "Sending ERROR %d: %s", error, tp->th_msg);
181 struct tftphdr *tp; local
193 tp
229 struct tftphdr *tp; local
278 struct tftphdr *tp; local
325 struct tftphdr *tp; local
[all...]
/freebsd-11-stable/contrib/telnet/telnet/
H A Dsys_bsd.c686 struct termspeeds *tp; local
696 tp = termspeeds;
697 while ((tp->speed != -1) && (tp->value < in))
698 tp++;
699 *ispeed = tp->speed;
701 tp = termspeeds;
702 while ((tp->speed != -1) && (tp->value < out))
703 tp
[all...]
H A Dcommands.c2403 struct tosent *tp;
2404 if (tos < 0 && (tp = gettosbyname("telnet", "tcp")))
2405 tos = tp->t_tos;
2395 struct tosent *tp; local
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh7272 # -tp=* Portland pgcc target processor selection
7277 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
/freebsd-11-stable/contrib/ntp/libntp/
H A Dauthreadkeys.c303 char *tp = token; local
305 while (tp) {
311 i = strchr(tp, (int)',');
315 snp = strchr(tp, (int)'/');
340 if (is_ip_address(tp, AF_UNSPEC, &addr)) {
347 tp, snp, keyno);
354 tp, keyno);
359 tp = i + 1;
361 tp = 0;
/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_stat.c406 ATF_TP_ADD_TCS(tp)
409 ATF_TP_ADD_TC(tp, stat_chflags);
410 ATF_TP_ADD_TC(tp, stat_dir);
411 ATF_TP_ADD_TC(tp, stat_err);
412 ATF_TP_ADD_TC(tp, stat_mtime);
413 ATF_TP_ADD_TC(tp, stat_perm);
414 ATF_TP_ADD_TC(tp, stat_size);
415 ATF_TP_ADD_TC(tp, stat_socket);
416 ATF_TP_ADD_TC(tp, stat_symlink);
H A Dt_mprotect.c354 ATF_TP_ADD_TCS(tp)
359 ATF_TP_ADD_TC(tp, mprotect_access);
360 ATF_TP_ADD_TC(tp, mprotect_err);
362 ATF_TP_ADD_TC(tp, mprotect_exec);
364 ATF_TP_ADD_TC(tp, mprotect_pax);
365 ATF_TP_ADD_TC(tp, mprotect_write);
H A Dt_access.c209 ATF_TP_ADD_TCS(tp)
212 ATF_TP_ADD_TC(tp, access_access);
213 ATF_TP_ADD_TC(tp, access_fault);
214 ATF_TP_ADD_TC(tp, access_inval);
215 ATF_TP_ADD_TC(tp, access_notdir);
216 ATF_TP_ADD_TC(tp, access_notexist);
217 ATF_TP_ADD_TC(tp, access_toolong);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fopen.c429 ATF_TP_ADD_TCS(tp)
432 ATF_TP_ADD_TC(tp, fdopen_close);
433 ATF_TP_ADD_TC(tp, fdopen_err);
434 ATF_TP_ADD_TC(tp, fdopen_seek);
435 ATF_TP_ADD_TC(tp, fopen_append);
436 ATF_TP_ADD_TC(tp, fopen_err);
437 ATF_TP_ADD_TC(tp, fopen_mode);
438 ATF_TP_ADD_TC(tp, fopen_perm);
440 ATF_TP_ADD_TC(tp, fopen_regular);
442 ATF_TP_ADD_TC(tp, fopen_see
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_ftok.c101 ATF_TP_ADD_TCS(tp)
104 ATF_TP_ADD_TC(tp, ftok_err);
105 ATF_TP_ADD_TC(tp, ftok_link);
/freebsd-11-stable/contrib/lua/src/
H A Dlua.h179 LUA_API const char *(lua_typename) (lua_State *L, int tp);
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dtrap.c529 struct target_param *tp; local
590 SLIST_FOREACH(tp, &target_paramlist, tp)
591 if (strcmp(tp->name, ta->paramname) == 0 &&
592 tp->status == 1)
594 if (tp == NULL)
597 switch (tp->mpmodel) {
599 snmp_create_v1_trap(&pdu, tp->secname, trap_oid);
603 snmp_create_v2_trap(&pdu, tp->secname, trap_oid);
607 snmp_create_v3_trap(&pdu, tp, trap_oi
[all...]
/freebsd-11-stable/sbin/ping/
H A Dping.c1116 const void *tp; local
1145 tp = &icp->icmp_ip;
1147 tp = icp->icmp_data;
1149 tp = (const char *)tp + phdr_len;
1154 memcpy(&tv32, tp, sizeof(tv32));
/freebsd-11-stable/stand/libsa/
H A Dbootp.c645 char tags[512], *tp; /* the list of tags */ local
649 tp = tags;
755 if (tp - tags < sizeof(tags) - 5) { /* add tag to the list */
756 if (tp != tags)
757 *tp++ = FLD_SEP;
758 sprintf(tp, "%d", tag);
759 tp += strlen(tp);
775 if (tp != tags) {
/freebsd-11-stable/lib/libsbuf/tests/
H A Dsbuf_string_test.c277 ATF_TP_ADD_TCS(tp)
280 ATF_TP_ADD_TC(tp, sbuf_bcat_test);
281 ATF_TP_ADD_TC(tp, sbuf_bcpy_test);
282 ATF_TP_ADD_TC(tp, sbuf_cat_test);
283 ATF_TP_ADD_TC(tp, sbuf_cpy_test);
284 ATF_TP_ADD_TC(tp, sbuf_putc_test);
285 ATF_TP_ADD_TC(tp, sbuf_trim_test);
H A Dsbuf_stdio_test.c152 ATF_TP_ADD_TCS(tp)
155 ATF_TP_ADD_TC(tp, sbuf_printf_test);
156 ATF_TP_ADD_TC(tp, sbuf_putbuf_test);
157 ATF_TP_ADD_TC(tp, sbuf_vprintf_test);
H A Dsbuf_core_test.c188 ATF_TP_ADD_TCS(tp)
191 ATF_TP_ADD_TC(tp, sbuf_clear_test);
192 ATF_TP_ADD_TC(tp, sbuf_done_and_sbuf_finish_test);
193 ATF_TP_ADD_TC(tp, sbuf_len_test);
197 ATF_TP_ADD_TC(tp, sbuf_clear_flags_test);
200 ATF_TP_ADD_TC(tp, sbuf_get_flags_test);
202 ATF_TP_ADD_TC(tp, sbuf_new_positive_test);
203 ATF_TP_ADD_TC(tp, sbuf_new_negative_test);
205 ATF_TP_ADD_TC(tp, sbuf_set_flags_test);
208 ATF_TP_ADD_TC(tp, sbuf_setpos_tes
[all...]
/freebsd-11-stable/lib/libkvm/tests/
H A Dkvm_open_test.c95 ATF_TP_ADD_TCS(tp)
98 ATF_TP_ADD_TC(tp, kvm_open_negative_test_invalid_corefile);
99 ATF_TP_ADD_TC(tp, kvm_open_negative_test_invalid_execfile);
100 ATF_TP_ADD_TC(tp, kvm_open_negative_test_nonexistent_corefile);
101 ATF_TP_ADD_TC(tp, kvm_open_negative_test_nonexistent_execfile);
H A Dkvm_open2_test.c107 ATF_TP_ADD_TCS(tp)
110 ATF_TP_ADD_TC(tp, kvm_open2_negative_test_invalid_corefile);
111 ATF_TP_ADD_TC(tp, kvm_open2_negative_test_invalid_execfile);
112 ATF_TP_ADD_TC(tp, kvm_open2_negative_test_nonexistent_corefile);
113 ATF_TP_ADD_TC(tp, kvm_open2_negative_test_nonexistent_execfile);
H A Dkvm_geterr_test.c131 ATF_TP_ADD_TCS(tp)
134 ATF_TP_ADD_TC(tp, kvm_geterr_negative_test_NULL);
136 ATF_TP_ADD_TC(tp, kvm_geterr_positive_test_error);
137 ATF_TP_ADD_TC(tp, kvm_geterr_positive_test_no_error);
H A Dkvm_close_test.c50 ATF_TP_ADD_TCS(tp)
53 ATF_TP_ADD_TC(tp, kvm_close_negative_test_NULL);
/freebsd-11-stable/lib/libcam/tests/
H A Dlibcam_test.c303 ATF_TP_ADD_TCS(tp)
306 ATF_TP_ADD_TC(tp, cam_get_device_negative_test_NULL_path);
307 ATF_TP_ADD_TC(tp, cam_get_device_negative_test_bad_path);
308 ATF_TP_ADD_TC(tp, cam_get_device_negative_test_nul_path);
309 ATF_TP_ADD_TC(tp, cam_get_device_negative_test_root);
310 ATF_TP_ADD_TC(tp, cam_get_device_positive_test);
311 ATF_TP_ADD_TC(tp, cam_get_device_sa_test);
312 ATF_TP_ADD_TC(tp, cam_open_device_negative_test_O_RDONLY);
313 ATF_TP_ADD_TC(tp, cam_open_device_negative_test_nonexistent);
314 ATF_TP_ADD_TC(tp, cam_open_device_negative_test_unprivilege
[all...]
/freebsd-11-stable/lib/libc/tests/sys/
H A Dsendfile_test.c1118 ATF_TP_ADD_TCS(tp)
1121 ATF_TP_ADD_TC(tp, fd_positive_file_v4);
1122 ATF_TP_ADD_TC(tp, fd_positive_file_v6);
1123 ATF_TP_ADD_TC(tp, fd_positive_shm_v4);
1124 ATF_TP_ADD_TC(tp, fd_positive_shm_v6);
1125 ATF_TP_ADD_TC(tp, fd_negative_bad_fd_v4);
1126 ATF_TP_ADD_TC(tp, fd_negative_bad_fd_v6);
1127 ATF_TP_ADD_TC(tp, flags_v4);
1128 ATF_TP_ADD_TC(tp, flags_v6);
1139 ATF_TP_ADD_TC(tp, hdtr_positive_v
[all...]

Completed in 176 milliseconds

1234567891011>>