Home
last modified time | relevance | path

Searched refs:pm_readbiglong (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/netpbm/netpbm-10.91.01/converter/pgm/
H A Dspottopgm.c56 if (pm_readbiglong (spotfile, &linehdr.linenum) == -1 in get_image()
59 || pm_readbiglong (spotfile, &linehdr.linetime) == -1 in get_image()
60 || pm_readbiglong (spotfile, &linehdr.leftpixmar) == -1 in get_image()
61 || pm_readbiglong (spotfile, &linehdr.rightpixmar) == -1) in get_image()
73 if (pm_readbiglong (spotfile, &numpixels) == -1) in get_image()
129 if (pm_readbiglong (spotfile, &header.linewidth) == -1) in get_imghdr()
206 if (pm_readbiglong (spotfile, &arecord.record) == -1) in main()
212 if (pm_readbiglong (spotfile, &arecord.length) == -1) in main()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Drast.c280 pm_readbiglong(ifP, &magic); in pr_load_header()
286 pm_readbiglong(ifP, &width); in pr_load_header()
295 pm_readbiglong(ifP, &height); in pr_load_header()
304 pm_readbiglong(ifP, &depth); in pr_load_header()
313 pm_readbiglong(ifP, &length); in pr_load_header()
320 pm_readbiglong(ifP, &headerP->ras_type); in pr_load_header()
322 pm_readbiglong(ifP, &headerP->ras_maptype); in pr_load_header()
325 pm_readbiglong(ifP, &mapLength); in pr_load_header()
H A Davstopam.c76 pm_readbiglong(inFileP, &width); in main()
77 pm_readbiglong(inFileP, &height); in main()
H A Drlatopam.c326 pm_readbiglong(ifP, &l); in readOffsetArray()
H A Dsgitopnm.c131 if (pm_readbiglong(ifP, &l) == -1) in getBigLong()
H A Dxwdtopnm.c959 pm_readbiglong(rdrP->fileP, &item32); in readItem()
/dports/graphics/netpbm/netpbm-10.91.01/converter/pbm/
H A Dcmuwmtopbm.c49 rc = pm_readbiglong(ifP, &l); in readCmuwmHeader()
54 rc = pm_readbiglong(ifP, &l); in readCmuwmHeader()
58 rc = pm_readbiglong(ifP, &l); in readCmuwmHeader()
/dports/x11/xfishtank/xfishtank2.0/rasttofish/
H A Drasttofish.c35 pm_readbiglong( in, lP ) in pm_readbiglong() function
61 if ( pm_readbiglong( in, &(hP->ras_magic) ) == -1 )
65 if ( pm_readbiglong( in, &(hP->ras_width) ) == -1 )
67 if ( pm_readbiglong( in, &(hP->ras_height) ) == -1 )
69 if ( pm_readbiglong( in, &(hP->ras_depth) ) == -1 )
71 if ( pm_readbiglong( in, &(hP->ras_length) ) == -1 )
73 if ( pm_readbiglong( in, &(hP->ras_type) ) == -1 )
75 if ( pm_readbiglong( in, &(hP->ras_maptype) ) == -1 )
77 if ( pm_readbiglong( in, &(hP->ras_maplength) ) == -1 )
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dspctoppm.c63 (void) pm_readbiglong( ifp, &bitmap_length );
66 (void) pm_readbiglong( ifp, &colormap_length );
H A Dleaftoppm.c38 pm_readbiglong(fp, &magic); in leaf_init()
75 pm_readbiglong(fp, &format); in leaf_init()
H A Dilbmtoppm.c222 if (pm_readbiglong(ifP, &l) == -1) in get_big_long()
/dports/graphics/netpbm/netpbm-10.91.01/lib/
H A Dpm.h290 pm_readbiglong(FILE * const ifP,
296 return pm_readbiglong(ifP, (long *) lP); in pm_readbiglongu()
H A Dpmfileio.c648 pm_readbiglong(FILE * const ifP, in pm_readbiglong() function
671 rc = pm_readbiglong(ifP, &l); in pm_readbiglong2()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/pnmtopalm/
H A Dpalmcolormap.c295 rc = pm_readbiglong(ifP, &colorentry); in palmcolor_read_colormap()
H A Dpalmtopnm.c253 pm_readbiglong(ifP, transparentValueP); in readRestOfHeaderVersion3()
259 pm_readbiglong(ifP, nextBitmapOffsetP); in readRestOfHeaderVersion3()
1107 pm_readbiglong(ifP, &compressedDataSize32); in writePnm()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/cameratopam/
H A Didentify.c400 pm_readbiglong(ifp, &data_offset_long); in identify()
/dports/graphics/netpbm/netpbm-10.91.01/man/
H A Dlibpm.3250 \fBint pm_readbiglong(\fP
/dports/graphics/netpbm/netpbm-10.91.01/doc/
H A DHISTORY3656 pm_readbiglong(), etc.: pm_error() in case of failure.