Searched refs:fdata (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.1-release/lib/libc/locale/
H A Drune.c57 char *fdata, *data; local
79 if ((fdata = malloc(sb.st_size)) == NULL)
86 free(fdata);
91 if (fread(fdata, sb.st_size, 1, fp) != 1) {
93 free(fdata);
98 frl = (_FileRuneLocale *)fdata;
99 lastp = fdata + sb.st_size;
104 free(fdata);
123 free(fdata);
131 free(fdata);
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Drs6000-tdep.c391 in struct rs6000_framedata fdata:
475 skip_prologue (CORE_ADDR pc, CORE_ADDR lim_pc, struct rs6000_framedata *fdata) argument
513 memset (fdata, 0, sizeof (struct rs6000_framedata));
514 fdata->saved_gpr = -1;
515 fdata->saved_fpr = -1;
516 fdata->saved_vr = -1;
517 fdata->saved_ev = -1;
518 fdata->alloca_reg = -1;
519 fdata->frameless = 1;
520 fdata
1016 struct rs6000_framedata fdata; local
1488 struct rs6000_framedata fdata; local
1523 struct rs6000_framedata fdata; local
1705 struct rs6000_framedata fdata; local
1716 (void) skip_prologue (get_frame_func (fi), get_frame_pc (fi), &fdata); local
[all...]
/freebsd-10.1-release/contrib/ntp/tests/libntp/
H A Dtimevalops.c154 static const lfpfracdata fdata[] = { variable
633 for (i = 0; i < COUNTOF(fdata); ++i) {
634 struct timeval a = timeval_init(1, fdata[i].usec);
635 l_fp E = l_fp_init(1, fdata[i].frac);
652 for (i = 0; i < COUNTOF(fdata); ++i) {
653 struct timeval a = timeval_init(-1, fdata[i].usec);
654 l_fp E = l_fp_init(~0, fdata[i].frac);
671 for (i = 0; i < COUNTOF(fdata); ++i) {
672 struct timeval a = timeval_init(1, fdata[i].usec);
673 l_fp E = l_fp_init(1 + JAN_1970, fdata[
[all...]
H A Dtimespecops.c159 static const struct lfpfracdata fdata[] = { variable in typeref:struct:lfpfracdata
629 for (i = 0; i < COUNTOF(fdata); ++i) {
630 struct timespec a = timespec_init(1, fdata[i].nsec);
631 l_fp E = l_fp_init(1, fdata[i].frac);
647 for (i = 0; i < COUNTOF(fdata); ++i) {
648 struct timespec a = timespec_init(-1, fdata[i].nsec);
649 l_fp E = l_fp_init(~0, fdata[i].frac);
665 for (i = 0; i < COUNTOF(fdata); ++i) {
666 struct timespec a = timespec_init(1, fdata[i].nsec);
667 l_fp E = l_fp_init(1 + JAN_1970, fdata[
[all...]
/freebsd-10.1-release/lib/libc/db/recno/
H A Drec_put.c63 DBT fdata, tdata; local
94 fdata.data = t->bt_rdata.data;
95 fdata.size = t->bt_reclen;
97 fdata.data = data->data;
98 fdata.size = data->size;
161 if ((status = __rec_iput(t, nrec - 1, &fdata, flags)) != RET_SUCCESS)
/freebsd-10.1-release/sys/fs/fuse/
H A Dfuse_device.c113 struct fuse_data *fdata; local
115 fdata = arg;
116 fdata_trydestroy(fdata);
125 struct fuse_data *fdata; local
130 fdata = fdata_alloc(dev, td->td_ucred);
131 error = devfs_set_cdevpriv(fdata, fdata_dtor);
133 fdata_trydestroy(fdata);
/freebsd-10.1-release/usr.bin/csup/
H A Dstream.c108 void *fdata; member in struct:stream
325 stream->fdata = NULL;
934 stream->fdata = NULL;
1001 stream->fdata = zf;
1013 zf = stream->fdata;
1060 zf = stream->fdata;
1117 zf = stream->fdata;
1165 stream->fdata = mf;
1174 mf = stream->fdata;
1176 free(stream->fdata);
[all...]
/freebsd-10.1-release/gnu/lib/libsupc++/
H A DMakefile31 CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections
/freebsd-10.1-release/sys/dev/qlxgb/
H A Dqla_glbl.h95 extern int qla_fw_update(qla_host_t *ha, void *fdata, uint32_t off,
/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c184 ushort_t fdata[2]; local
190 fdata[0] = 0;
191 ctf_buf_write(b, &fdata[0], sizeof (fdata[0]));
204 fdata[0] = CTF_TYPE_INFO(CTF_K_FUNCTION, 1, nargs);
205 fdata[1] = idp->ii_dtype->t_id;
208 SWAP_16(fdata[0]);
209 SWAP_16(fdata[1]);
212 ctf_buf_write(b, fdata, sizeof (fdata));
[all...]
/freebsd-10.1-release/sys/contrib/ipfilter/netinet/
H A Dip_state.c2002 tcpdata_t *fdata, *tdata; local
2009 fdata = &is->is_tcp.ts_data[!source];
2035 ret = ipf_state_tcpinwindow(fin, fdata, tdata, tcp,
2067 fdata) == -1)
2076 fdata) == -1)
2136 /* fdata(I) - pointer to tcp state informatio (forward) */
2145 ipf_state_tcpinwindow(fin, fdata, tdata, tcp, flags)
2147 tcpdata_t *fdata, *tdata;
2167 win = ntohs(tcp->th_win) << fdata->td_winscale;
2189 if (!(tcpflags & TH_SYN) && (fdata
[all...]
/freebsd-10.1-release/contrib/unbound/validator/
H A Dval_sigcrypt.c1057 uint8_t* fdata[2]; local
1079 fd.rr_data = fdata;
1099 fdata[0] = d1->rr_data[p1->rr_idx];
1100 fdata[1] = d2->rr_data[p2->rr_idx];
/freebsd-10.1-release/contrib/wpa/src/radius/
H A Dradius.c1428 const u8 *fdata = NULL; /* points to found item */ local
1449 fdata = data;
1453 if (fdata == NULL)
1460 os_memcpy(buf, fdata, fdlen);
/freebsd-10.1-release/gnu/lib/libstdc++/
H A DMakefile25 CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections \

Completed in 116 milliseconds