Searched refs:U_CHAR (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Drdppm.c43 typedef unsigned char U_CHAR; typedef
47 typedef char U_CHAR; typedef
50 typedef char U_CHAR; typedef
75 U_CHAR *iobuffer; /* non-FAR pointer to I/O buffer */
185 register U_CHAR * bufferptr;
206 register U_CHAR * bufferptr;
244 register U_CHAR * bufferptr;
268 register U_CHAR * bufferptr;
361 } else if (maxval == MAXJSAMPLE && SIZEOF(JSAMPLE) == SIZEOF(U_CHAR)) {
376 } else if (maxval == MAXJSAMPLE && SIZEOF(JSAMPLE) == SIZEOF(U_CHAR)) {
[all...]
H A Drdtarga.c28 typedef unsigned char U_CHAR; typedef
32 typedef char U_CHAR; typedef
35 typedef char U_CHAR; typedef
62 U_CHAR tga_pixel[4];
130 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
161 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
336 U_CHAR targaheader[18];
H A Drdbmp.c33 typedef unsigned char U_CHAR; typedef
37 typedef char U_CHAR; typedef
40 typedef char U_CHAR; typedef
279 U_CHAR bmpfileheader[14];
280 U_CHAR bmpinfoheader[64];
/macosx-10.9.5/bash-92/bash-3.2/lib/glob/
H A Dsm_loop.c22 static CHAR *BRACKMATCH __P((CHAR *, U_CHAR, int));
52 INT c; /* current pattern character - XXX U_CHAR? */
53 INT sc; /* current string character - XXX U_CHAR? */
115 if (FOLD (sc) != (U_CHAR)c)
195 U_CHAR c1;
240 if ((U_CHAR)c != FOLD (sc))
282 BRACKMATCH (CHAR *p, U_CHAR test, int flags)
286 U_CHAR test;
750 #undef U_CHAR macro
H A Dsmatch.c35 #define U_CHAR unsigned char macro
233 # define U_CHAR wint_t macro

Completed in 88 milliseconds