Searched refs:pf1 (Results 1 – 5 of 5) sorted by relevance
| /trueos/lib/libutil/tests/ |
| HD | pidfile_test.c | 89 struct pidfh *pf1, *pf2; in test_pidfile_self() local 94 pf1 = pidfile_open(fn, 0600, &other); in test_pidfile_self() 95 if (pf1 == NULL && other != 0) in test_pidfile_self() 97 if (pf1 == NULL) in test_pidfile_self() 99 if (pidfile_write(pf1) != 0) { in test_pidfile_self() 101 pidfile_close(pf1); in test_pidfile_self() 108 pidfile_close(pf1); in test_pidfile_self() 114 pidfile_close(pf1); in test_pidfile_self() 118 pidfile_close(pf1); in test_pidfile_self()
|
| /trueos/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;
|
| /trueos/sys/dev/bktr/ |
| HD | bktr_core.c | 3796 struct meteor_pixfmt *pf1, *pf2; 3805 pf1 = &meteor_pixfmt_table[i].public; 3811 if (( pf1->type == pf2->type ) && 3812 ( pf1->Bpp == pf2->Bpp ) && 3813 !bcmp( pf1->masks, pf2->masks, sizeof( pf1->masks )) && 3814 ( pf1->swap_bytes == pf2->swap_bytes ) && 3815 ( pf1->swap_shorts == pf2->swap_shorts ))
|
| /trueos/contrib/binutils/binutils/ |
| HD | debug.c | 3249 struct debug_field **pf1, **pf2; in debug_class_type_samep() local 3251 for (pf1 = c1->fields, pf2 = c2->fields; in debug_class_type_samep() 3252 *pf1 != NULL && *pf2 != NULL; in debug_class_type_samep() 3253 pf1++, pf2++) in debug_class_type_samep() 3257 f1 = *pf1; in debug_class_type_samep() 3286 if (*pf1 != NULL || *pf2 != NULL) in debug_class_type_samep()
|
| /trueos/contrib/ncurses/misc/ |
| HD | terminfo.src | 2054 kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, lf1=pf1, 2211 lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, mc0=\E[i, mc4=\E[4i, 2241 knp=\2336~, kpp=\2335~, krdo=\23329~, kslt=\2334~, lf1=pf1, 2404 kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2, 2452 kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2, 9425 kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2, 14841 kf2=\EOQ, kf3=\EOR, kf4=\EOS, lf1=pf1, lf2=pf2, lf3=pf3, 14966 lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, rmkx=\E>, 15023 lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, rmkx=\E>, smkx=\E=, 15079 lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, rmkx=\E>, smkx=\E=, [all …]
|