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

/freebsd-11-stable/lib/libutil/tests/
H A Dpidfile_test.c90 struct pidfh *pf1, *pf2; local
95 pf1 = pidfile_open(fn, 0600, &other);
96 if (pf1 == NULL && other != 0)
98 if (pf1 == NULL)
100 if (pidfile_write(pf1) != 0) {
102 pidfile_close(pf1);
109 pidfile_close(pf1);
115 pidfile_close(pf1);
119 pidfile_close(pf1);
/freebsd-11-stable/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-11-stable/contrib/ntp/ntpd/
H A Dntp_config.c1148 gen_fifo *pf1; local
1151 pf1 = first;
1153 if (NULL == pf1)
1156 return pf1;
1158 CONCAT_FIFO(*pf1, *pf2, link);
1161 return pf1;
1171 any_node_fifo * pf1 = fifo; local
1173 if (pf1 != NULL) {
1177 UNLINK_FIFO(np, *pf1, link);
1182 free(pf1);
[all...]
/freebsd-11-stable/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-11-stable/sys/dev/bktr/
H A Dbktr_core.c3795 struct meteor_pixfmt *pf1, *pf2; local
3804 pf1 = &meteor_pixfmt_table[i].public;
3810 if (( pf1->type == pf2->type ) &&
3811 ( pf1->Bpp == pf2->Bpp ) &&
3812 !bcmp( pf1->masks, pf2->masks, sizeof( pf1->masks )) &&
3813 ( pf1->swap_bytes == pf2->swap_bytes ) &&
3814 ( pf1->swap_shorts == pf2->swap_shorts ))

Completed in 194 milliseconds