Home
last modified time | relevance | path

Searched refs:Nbyte (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/xwpick/xwpick-2.20/
H A DPPMencode.c10 #define put_byte(A) (*pb)((byte)(A)); Nbyte++
41 long Nbyte; local
69 Nbyte = 0;
86 return Nbyte;
H A DPCXencode.c9 #define put_byte(A) (*put_b)((byte)(A)); Nbyte++
13 static long Nbyte; variable
63 Nbyte = 0;
122 return Nbyte;
H A DPICTencode.c18 #define put_byte(A) (*put_b)((byte)(A)); Nbyte++
22 static long Nbyte; variable
80 Nbyte = 0;
143 if (Nbyte & 1) { put_byte(0); } /* if we wrote odd # of bytes */
146 return (Nbyte);
H A DGIFencode.c15 #define put_byte(A) (*put_b)((byte)(A)); Nbyte++
30 static long Nbyte; variable
88 Nbyte = 0;
204 return (Nbyte);
H A DPSencode.c17 #define put_string nc=strlen(s); for(i=0;i<nc;i++) (*pb)(s[i]); Nbyte += nc
49 long Nbyte; local
202 Nbyte = 0;
278 return Nbyte;
H A DPS_LZWencode.c33 static int Nbyte; variable
36 #define put_string nc=strlen(s); for(i=0;i<nc;i++) (*put_b)(s[i]); Nbyte += nc
623 Nbyte = 0;
668 return (Nbyte);
/dports/graphics/xpaint/xpaint-2.9.10.3/util/
H A Dppmtops.c69 static int Nbyte; variable
86 ++Nbyte; in put_char()
88 if (Nbyte%MAXLINE==LineBreak) { in put_char()
104 LineBreak = (Nbyte-1)%MAXLINE; in set_linebreak()
386 Nbyte = EPSsizeX;
388 EPSsizeY = Nbyte;
392 Nbyte = 0;
463 return (Nbyte);
464 fprintf(stderr, "Written %d bytes to output file %s\n", Nbyte, FileName);
679 fprintf(stderr, "Written %ld bytes to %s\n", Nbyte, argv[2]); in main()
/dports/print/transfig/transfig.3.2.5e/fig2dev/dev/
H A Dpsencode.c23 #define put_string nc=strlen(s); for(i=0;i<nc;i++) (putc((s[i]),tfp)); Nbyte += nc
241 long Nbyte; local
272 Nbyte = 0;
328 return Nbyte;
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DOSD_File.hxx70 Standard_EXPORT void Read (TCollection_AsciiString& Buffer, const Standard_Integer Nbyte);
107 …Standard_EXPORT void Read (const Standard_Address Buffer, const Standard_Integer Nbyte, Standard_I…
/dports/cad/opencascade/opencascade-7.6.0/src/OSD/
H A DOSD_File.hxx70 Standard_EXPORT void Read (TCollection_AsciiString& Buffer, const Standard_Integer Nbyte);
107 …Standard_EXPORT void Read (const Standard_Address Buffer, const Standard_Integer Nbyte, Standard_I…
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DOSD_File.hxx70 Standard_EXPORT void Read (TCollection_AsciiString& Buffer, const Standard_Integer Nbyte);
107 …Standard_EXPORT void Read (const Standard_Address Buffer, const Standard_Integer Nbyte, Standard_I…
/dports/graphics/xpaint/xpaint-2.9.10.3/rw/
H A DreadWritePS.c88 static int Nbyte; variable
108 ++Nbyte; in put_char()
110 if (Nbyte%MAXLINE==LineBreak) { in put_char()
126 LineBreak = (Nbyte-1)%MAXLINE; in set_linebreak()
527 Nbyte = 0;
607 return (Nbyte);
/dports/korean/hpscat/hpscat-jshin/
H A Dhpscat.h69 typedef enum { KSC, Johap, Nbyte,ISO } _hcode; enumerator
H A Dmisc.c37 case Nbyte: strcpy(args[1], fromN); break;
H A Duser.c74 hcode = Nbyte; in read_rc()
H A Dinit.c91 else if(!strcmp(av[i], "-N")) hcode = Nbyte;
/dports/net/adasockets/adasockets-1.12/src/
H A Dsockets-thin.adb.win32200 Nbyte : C.int)
203 return C_Recv (Fildes, Buf, Nbyte, 0);
347 Nbyte : C.int)
350 return C_Send (Fildes, Buf, Nbyte, 0);
H A Dsockets-thin.ads.vms304 Nbyte : C.int)
374 Nbyte : C.int)
H A Dsockets-thin.ads.win32303 Nbyte : C.int)
373 Nbyte : C.int)
H A Dsockets-thin.ads.unix309 Nbyte : C.int)
379 Nbyte : C.int)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A D3wsocthi.ads268 Nbyte : C.int) return C.int;
335 Nbyte : C.int) return C.int;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A D3wsocthi.ads268 Nbyte : C.int) return C.int;
335 Nbyte : C.int) return C.int;