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

/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/gnu/lib/libsupc++/
H A DMakefile26 CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_state.c1446 tcpdata_t *fdata, *tdata; local
1452 fdata = &is->is_tcp.ts_data[!source];
1472 ret = fr_tcpinwindow(fin, fdata, tdata, tcp, is->is_flags);
1506 if (fr_tcpoptions(fin, tcp, fdata) == -1)
1514 if (fr_tcpoptions(fin, tcp, fdata) == -1)
1572 /* fdata(I) - pointer to tcp state informatio (forward) */
1580 int fr_tcpinwindow(fin, fdata, tdata, tcp, flags)
1582 tcpdata_t *fdata, *tdata;
1600 win = ntohs(tcp->th_win) << fdata->td_winscale;
1622 if (!(tcpflags & TH_SYN) && (fdata
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c161 ushort_t fdata[2]; local
167 fdata[0] = 0;
168 ctf_buf_write(b, &fdata[0], sizeof (fdata[0]));
181 fdata[0] = CTF_TYPE_INFO(CTF_K_FUNCTION, 1, nargs);
182 fdata[1] = idp->ii_dtype->t_id;
183 ctf_buf_write(b, fdata, sizeof (fdata));
/freebsd-9.3-release/gnu/lib/libstdc++/
H A DMakefile23 CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections \

Completed in 138 milliseconds