Searched refs:pf1 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/lib/libutil/tests/
H A Dpidfile_test.c89 struct pidfh *pf1, *pf2; local
94 pf1 = pidfile_open(fn, 0600, &other);
95 if (pf1 == NULL && other != 0)
97 if (pf1 == NULL)
99 if (pidfile_write(pf1) != 0) {
101 pidfile_close(pf1);
108 pidfile_close(pf1);
114 pidfile_close(pf1);
118 pidfile_close(pf1);
/freebsd-10.2-release/contrib/sendmail/libmilter/
H A Dexample.c214 mlfi_negotiate(ctx, f0, f1, f2, f3, pf0, pf1, pf2, pf3)
221 unsigned long *pf1;
229 *pf1 = SMFIP_NOCONNECT|SMFIP_NOHELO|SMFIP_NORCPT;
232 *pf1 |= SMFIP_NR_HDR;
/freebsd-10.2-release/contrib/binutils/binutils/
H A Ddebug.c3252 struct debug_field **pf1, **pf2;
3254 for (pf1 = c1->fields, pf2 = c2->fields;
3255 *pf1 != NULL && *pf2 != NULL;
3256 pf1++, pf2++)
3260 f1 = *pf1;
3289 if (*pf1 != NULL || *pf2 != NULL)
3249 struct debug_field **pf1, **pf2; local
/freebsd-10.2-release/sys/dev/bktr/
H A Dbktr_core.c3796 struct meteor_pixfmt *pf1, *pf2; local
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 ))
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntp_config.c1025 gen_fifo *pf1; local
1028 pf1 = first;
1030 if (NULL == pf1)
1033 return pf1;
1035 CONCAT_FIFO(*pf1, *pf2, link);
1038 return pf1;

Completed in 210 milliseconds