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

/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dexample.c214 mlfi_negotiate(ctx, f0, f1, f2, f3, pf0, pf1, pf2, pf3)
222 unsigned long *pf2;
233 *pf2 = 0;
/freebsd-11-stable/lib/libutil/tests/
H A Dpidfile_test.c90 struct pidfh *pf1, *pf2; local
107 pf2 = pidfile_open(fn, 0600, &other);
108 if (pf2 != NULL) {
110 pidfile_close(pf2);
/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++)
3261 f2 = *pf2;
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
3808 pf2 = &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 ))
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_config.c1149 gen_fifo *pf2; local
1152 pf2 = second;
1154 return pf2;
1155 if (NULL == pf2)
1158 CONCAT_FIFO(*pf1, *pf2, link);
1159 free(pf2);

Completed in 302 milliseconds