| /freebsd-13-stable/lib/libutil/tests/ |
| HD | pidfile_test.c | 88 struct pidfh *pf1, *pf2; in test_pidfile_self() local 93 pf1 = pidfile_open(fn, 0600, &other); in test_pidfile_self() 94 if (pf1 == NULL && other != 0) in test_pidfile_self() 96 if (pf1 == NULL) in test_pidfile_self() 98 if (pidfile_write(pf1) != 0) { in test_pidfile_self() 100 pidfile_close(pf1); in test_pidfile_self() 107 pidfile_close(pf1); in test_pidfile_self() 113 pidfile_close(pf1); in test_pidfile_self() 117 pidfile_close(pf1); in test_pidfile_self()
|
| /freebsd-13-stable/tests/sys/netinet/libalias/ |
| HD | 3_natin.c | 45 struct alias_link *pf1, *pf2, *pf3, *pf4; variable 57 …pf1 = LibAliasRedirectPort(la, prv1, ntohs(0x1234), ext, ntohs(0x5678), masq, ntohs(0xabcd), IPPRO… 58 ATF_REQUIRE(pf1 != NULL); 73 LibAliasRedirectDelete(la, pf1); 147 struct alias_link *pf1, *pf2, *pf3, *pf4; variable 159 …pf1 = LibAliasRedirectPort(la, prv2, ntohs(0x1234), ext, ntohs(0x5678), masq, ntohs(0xabcd), IPPRO… 160 ATF_REQUIRE(pf1 != NULL); 172 …pf1 = LibAliasRedirectPort(la, prv1, ntohs(0x1234), ext, ntohs(0x5678), masq, ntohs(0xabcd), IPPRO… 173 ATF_REQUIRE(pf1 != NULL); 257 struct alias_link *pf1, *pf2; variable [all …]
|
| /freebsd-13-stable/contrib/sendmail/libmilter/ |
| HD | example.c | 214 mlfi_negotiate(ctx, f0, f1, f2, f3, pf0, pf1, pf2, pf3) in mlfi_negotiate() argument 221 unsigned long *pf1; 229 *pf1 = SMFIP_NOCONNECT|SMFIP_NOHELO|SMFIP_NORCPT; 232 *pf1 |= SMFIP_NR_HDR;
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | HexagonPatterns.td | 43 // SDNodes, use pf1/pf2 to convert them to PatFrags. Use common frags 291 class pf1<SDNode Op> : PatFrag<(ops node:$a), (Op node:$a)>; 381 def Fptosi: pf1<fp_to_sint>; 382 def Fptoui: pf1<fp_to_uint>; 383 def Sitofp: pf1<sint_to_fp>; 384 def Uitofp: pf1<uint_to_fp>; 446 def: OpR_R_pat<F2_conv_sf2df, pf1<fpextend>, f64, F32>; 447 def: OpR_R_pat<F2_conv_df2sf, pf1<fpround>, f32, F64>; 449 def: OpR_R_pat<F2_conv_w2sf, pf1<sint_to_fp>, f32, I32>; 450 def: OpR_R_pat<F2_conv_d2sf, pf1<sint_to_fp>, f32, I64>; [all …]
|
| HD | HexagonPatternsHVX.td | 451 def: Pat<(VecF16 (pf1<fpround> HWF32:$Vuu)), 474 def: Pat<(VecF16 (pf1<fpround> HWF32:$Vuu)), 476 def: Pat<(VecPF32 (pf1<fpextend> HVF16:$Vu)),
|
| /freebsd-13-stable/contrib/ntp/ntpd/ |
| HD | ntp_config.c | 1213 gen_fifo *pf1; in concat_gen_fifos() local 1216 pf1 = first; in concat_gen_fifos() 1218 if (NULL == pf1) in concat_gen_fifos() 1221 return pf1; in concat_gen_fifos() 1223 CONCAT_FIFO(*pf1, *pf2, link); in concat_gen_fifos() 1226 return pf1; in concat_gen_fifos() 1236 any_node_fifo * pf1 = fifo; in destroy_gen_fifo() local 1238 if (pf1 != NULL) { in destroy_gen_fifo() 1242 UNLINK_FIFO(np, *pf1, link); in destroy_gen_fifo() 1247 free(pf1); in destroy_gen_fifo()
|
| /freebsd-13-stable/contrib/ncurses/misc/ |
| HD | terminfo.src | 2367 kcuf1=\EOC, kcuu1=\EOA, lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, 2550 krdo=\E[29~, kslt=\E[4~, lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, 2583 kslt=\2334~, lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, mc0=\233i, 2745 kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2, 2799 kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2, 3391 # + f1-f4 map to pf1-pf4 12690 kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2, 18295 kf2=\EOQ, kf3=\EOR, kf4=\EOS, lf1=pf1, lf2=pf2, lf3=pf3, 18430 lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, rmkx=\E>, 18492 lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, rmkx=\E>, smkx=\E=, [all …]
|