Searched refs:fptr (Results 26 - 40 of 40) sorted by relevance

12

/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dopen.c325 APR_DECLARE(apr_status_t) apr_file_eof(apr_file_t *fptr)
327 if (fptr->eof_hit == 1) {
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_io.h330 * @param fptr The apr file we are testing.
333 APR_DECLARE(apr_status_t) apr_file_eof(apr_file_t *fptr); variable
838 * @param fptr The file to write to.
843 APR_DECLARE_NONSTD(int) apr_file_printf(apr_file_t *fptr,
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Dtncc.c259 void *fptr; local
263 fptr = GetProcAddressA(handle, func);
265 fptr = GetProcAddress(handle, func);
268 fptr = dlsym(handle, func);
271 return fptr;
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dparse-duration.c420 void * fptr = pz; local
465 free (fptr);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-e7000.c1568 file_ptr fptr; local
1579 fptr = 0;
1603 bfd_get_section_contents (pbfd, section, buf + 10, fptr, count);
1619 fptr += count;
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_local.h325 void SetFragmentPtr(struct alias_link *_lnk, char *fptr);
H A Dalias.c1282 char *fptr; local
1289 GetFragmentPtr(lnk, &fptr);
1293 fptr = NULL;
1296 return (fptr);
H A Dalias_db.c1787 SetFragmentPtr(struct alias_link *lnk, char *fptr) argument
1789 lnk->data.frag_ptr = fptr;
1794 GetFragmentPtr(struct alias_link *lnk, char **fptr) argument
1796 *fptr = lnk->data.frag_ptr;
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_droq.c684 if (droq->ops.fptr != NULL) {
685 droq->ops.fptr(nicbuf, pkt_len, rh,
827 droq->ops.fptr = NULL;
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Dtncs.c325 void *fptr; local
327 fptr = dlsym(handle, func);
329 return fptr;
/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-ia64.c2607 asection *fptr;
2610 fptr = ia64_info->fptr_sec;
2611 if (!fptr)
2617 fptr = bfd_make_section_with_flags (dynobj, ".opd",
2624 if (!fptr
2625 || !bfd_set_section_alignment (abfd, fptr, 4))
2631 ia64_info->fptr_sec = fptr;
2654 return fptr;
2780 asection *got, *fptr, *srel, *pltoff;
2805 got = fptr
2601 asection *fptr; local
2774 asection *got, *fptr, *srel, *pltoff; local
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_control.c999 FILE *fptr; local
1130 fptr = NULL;
1132 fptr = fdopen(fd, "w");
1134 if (NULL == fptr || -1 == dump_all_config_trees(fptr, 1)) {
1157 if (NULL != fptr)
1158 fclose(fptr);
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_core.c422 droq_ops.fptr = lio_push_packet;
/freebsd-11-stable/contrib/binutils/ld/
H A Dpe-dll.c2657 unsigned long fptr = pe_get32 (dll, secptr1 + 20); local
2664 expptr = fptr + (export_rva - vaddr);
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c2548 state_cb *fptr; local
2553 fptr = NULL;
2563 fptr = dyn_bc;
2575 fptr(co, fo, farg, tlv + 1);

Completed in 247 milliseconds

12