Searched refs:Char (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dutf8.c35 #define UNICODE_VALID(Char) \
36 ((Char) < 0x110000 && \
37 (((Char) & 0xFFFFF800) != 0xD800) && \
38 ((Char) < 0xFDD0 || (Char) > 0xFDEF) && \
39 ((Char) & 0xFFFE) != 0xFFFE)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/
H A Dsym.c102 Char ccltxt[];
108 Char *copy_unsigned_string();
122 Char ccltxt[];
180 Char definition[];
183 Char *copy_unsigned_string();
197 Char *ndlookup( nd )
200 return (Char *) findsym( nd, ndtbl, NAME_TABLE_HASH_SIZE )->str_val;
H A Dflexdef.h75 #define Char unsigned char macro
627 extern Char *ccltbl;
695 (Char *) allocate_array( size, sizeof( Char ) )
698 (Char *) reallocate_array( (void *) array, size, sizeof( Char ) )
749 extern void mkeccl PROTO((Char[], int, int[], int[], int, int));
828 extern Char clower PROTO((int));
834 extern Char *copy_unsigned_string PROTO((register Char *));
[all...]
H A Dmisc.c104 if ( ! isascii( (Char) *str ) || ! islower( *str ) )
120 if ( ! isascii( (Char) *str ) || ! isupper( *str ) )
182 Char clower( c )
185 return (Char) ((isascii( c ) && isupper( c )) ? tolower( c ) : c);
220 Char *copy_unsigned_string( str )
221 register Char *str;
223 register Char *c;
224 Char *copy;
243 * Char v[n];
258 Char
[all...]
H A Dscan.l101 Char nmdef[MAXLINE], myesc();
409 if ( (cclval = ccllookup( (Char *) nmstr )) != 0 )
423 cclinstal( (Char *) nmstr, lastccl + 1 );
436 register Char *nmdefptr;
437 Char *ndlookup();
634 yylval = myesc( (Char *) yytext );
H A Decs.c103 * Char ccls[];
105 * void mkeccl( Char ccls[], int lenccl, int fwd[llsiz], int bck[llsiz],
116 Char ccls[];
H A Dinitscan.c1494 Char nmdef[MAXLINE], myesc();
2263 if ( (cclval = ccllookup( (Char *) nmstr )) != 0 )
2277 cclinstal( (Char *) nmstr, lastccl + 1 );
2293 register Char *nmdefptr;
2294 Char *ndlookup();
2706 yylval = myesc( (Char *) yytext );
H A Dscan.c1494 Char nmdef[MAXLINE], myesc();
2263 if ( (cclval = ccllookup( (Char *) nmstr )) != 0 )
2277 cclinstal( (Char *) nmstr, lastccl + 1 );
2293 register Char *nmdefptr;
2294 Char *ndlookup();
2706 yylval = myesc( (Char *) yytext );
H A Dtblcmp.c715 Char transset[CSIZE + 1];
H A Dmain.c96 Char *ccltbl;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bzip2/
H A Dbzip2.c161 typedef char Char; typedef
205 Char inName [FILE_NAME_LEN];
206 Char outName[FILE_NAME_LEN];
207 Char tmpName[FILE_NAME_LEN];
208 Char *progName;
209 Char progNameReally[FILE_NAME_LEN];
213 static void panic ( const Char* ) NORETURN;
221 static void copyFileName ( Char*, Char* );
385 Char buf_ni
[all...]
H A Dbzip2recover.c54 typedef char Char; typedef
62 Char inFileName[BZ_MAX_FILENAME];
63 Char outFileName[BZ_MAX_FILENAME];
64 Char progName[BZ_MAX_FILENAME];
148 Char mode;
261 static Bool endsInBz2 ( Char* name )
301 Int32 main ( Int32 argc, Char** argv )
310 Char* p;
467 Char* split;
H A Dbzlib_private.h41 typedef char Char; typedef
H A Dbzlib.c895 Char buf[BZ_MAX_UNUSED];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/MISC/MVS/
H A Dinitscan-mvs.c1291 Char nmdef[MAXLINE], myesc();
1762 if ( (cclval = ccllookp( (Char *) nmstr )) )
1773 cclnstal( (Char *) nmstr, lastccl + 1 );
1778 PUT_BACK_STRING((Char *) nmstr, 1);
1788 register Char *nmdefptr;
1789 Char *ndlookup();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-glade-398 document, select the character and click the &quot;Insert Char&quot;
205 "document, select the character and click the \"Insert Char\" \n"
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas51 FBuffer: array [Word] of Char;
530 Buf: array [0..4095] of Char;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/delphi/
H A DZLib.pas51 FBuffer: array [Word] of Char;
530 Buf: array [0..4095] of Char;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dbzip2_inflate.c82 typedef char Char; typedef

Completed in 139 milliseconds