| /src/tests/usr.bin/xlint/lint1/ |
| msg_004.c | 22 char enum { 23 CHAR 52 char double short char_double_short;
|
| /src/external/gpl2/groff/dist/src/include/ |
| errarg.h | 24 enum { EMPTY, STRING, CHAR, INTEGER, UNSIGNED_INTEGER, DOUBLE } type; 26 const char *s; 29 char c; 34 errarg(const char *); 35 errarg(char); 36 errarg(unsigned char); 46 extern void errprint(const char *,
|
| /src/bin/ed/ |
| cbc.c | 73 static char *rcsid = "@(#)cbc.c,v 1.2 1994/02/01 00:34:36 alm Exp"; 114 #define READ(buf, n, fp) fread(buf, sizeof(char), n, fp) 115 #define WRITE(buf, n, fp) fwrite(buf, sizeof(char), n, fp) 120 typedef char Desbuf[8]; 121 #define CHAR(x,i) (x[i]) 133 static char bits[] = { /* used to extract bits from a char */ 138 static char des_buf[8]; /* shared buffer for get_des_char/put_des_char */ 145 static void des_error(const char *); 147 static void expand_des_key(char *, char *) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| chained-calls.cc | 156 CHAR 166 char c; 184 return U (CHAR);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| chained-calls.cc | 164 CHAR 176 char c; 194 return U (CHAR);
|
| /src/bin/ps/ |
| ps.h | 45 CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, 62 char *prefix; 68 const char *name; /* name(s) of variable */ 69 const char *header; /* header, possibly changed from default */ 88 const char *fmt; /* printf format */
|
| /src/usr.bin/ul/ |
| ul.c | 40 static char sccsid[] = "@(#)ul.c 8.1 (Berkeley) 6/6/93"; 70 struct CHAR { 71 char c_mode; 72 char c_char; 82 static void flushln(struct CHAR *, size_t); 83 static void fwd(struct CHAR *, size_t); 84 static void iattr(struct CHAR *); 85 static void initbuf(struct CHAR *, size_t); 88 static void overstrike(struct CHAR *); 89 static void reverse(struct CHAR *, size_t) [all...] |
| /src/external/bsd/flex/dist/src/ |
| initparse.h | 4 #define CHAR 257
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| fnmatch.c | 66 extern int fnmatch (const char *pattern, const char *string, int flags); 149 # define CHAR char 150 # define UCHAR unsigned char 169 # define MEMPCPY(D, S, N) ((void *) ((char *) memcpy (D, S, N) + (N))) 179 # define CHAR wchar_t 214 char s[CHAR_CLASS_MAX_LENGTH + 1]; 215 char *cp = s; 257 *cp++ = (char) *wcs++ [all...] |
| fnmatch_loop.c | 20 static int EXT (INT opt, const CHAR *pattern, const CHAR *string, 21 const CHAR *string_end, bool no_leading_period, int flags) 23 static const CHAR *END (const CHAR *patternp) internal_function; 27 FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end, 30 register const CHAR *p = pattern, *n = string; 34 const char *collseq = (const char * [all...] |
| /src/external/gpl2/xcvs/dist/lib/ |
| fnmatch.c | 69 extern int fnmatch (const char *pattern, const char *string, int flags); 180 # define CHAR char 181 # define UCHAR unsigned char 200 # define MEMPCPY(D, S, N) ((void *) ((char *) memcpy (D, S, N) + (N))) 210 # define CHAR wchar_t 245 char s[CHAR_CLASS_MAX_LENGTH + 1]; 246 char *cp = s; 288 *cp++ = (char) *wcs++ [all...] |
| fnmatch_loop.c | 23 static int EXT (INT opt, const CHAR *pattern, const CHAR *string, 24 const CHAR *string_end, bool no_leading_period, int flags) 26 static const CHAR *END (const CHAR *patternp) internal_function; 30 FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end, 33 register const CHAR *p = pattern, *n = string; 37 const char *collseq = (const char * [all...] |
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| fnmatch.c | 63 extern int fnmatch (const char *pattern, const char *string, int flags); 125 #define CHAR char 126 #define UCHAR unsigned char 147 #define CHAR wchar_t 179 char s[CHAR_CLASS_MAX_LENGTH + 1]; 180 char *cp = s; 222 *cp++ = (char) *wcs++; 236 fnmatch (const char *pattern, const char *string, int flags [all...] |
| fnmatch_loop.c | 24 const CHAR *pattern; 25 const CHAR *string; 31 static int FCT (const CHAR *pattern, const CHAR *string, 32 const CHAR *string_end, bool no_leading_period, int flags, 34 static int EXT (INT opt, const CHAR *pattern, const CHAR *string, 35 const CHAR *string_end, bool no_leading_period, int flags, 37 static const CHAR *END (const CHAR *patternp) [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| fnmatch.c | 63 extern int fnmatch (const char *pattern, const char *string, int flags); 125 #define CHAR char 126 #define UCHAR unsigned char 147 #define CHAR wchar_t 179 char s[CHAR_CLASS_MAX_LENGTH + 1]; 180 char *cp = s; 222 *cp++ = (char) *wcs++; 236 fnmatch (const char *pattern, const char *string, int flags [all...] |
| fnmatch_loop.c | 24 const CHAR *pattern; 25 const CHAR *string; 31 static int FCT (const CHAR *pattern, const CHAR *string, 32 const CHAR *string_end, bool no_leading_period, int flags, 34 static int EXT (INT opt, const CHAR *pattern, const CHAR *string, 35 const CHAR *string_end, bool no_leading_period, int flags, 37 static const CHAR *END (const CHAR *patternp) [all...] |
| /src/usr.bin/bdes/ |
| bdes.c | 47 static char sccsid[] = "@(#)bdes.c 8.1 (Berkeley) 6/6/93"; 108 char bits1[64]; /* bits of key */ \ 114 char bits1[64]; /* bits of message */ \ 125 #define READ(buf, n) fread(buf, sizeof(char), n, stdin) 127 if (fwrite(buf, sizeof(char), n, stdout) != (size_t)n) \ 133 typedef char Desbuf[8]; 134 #define CHAR(x,i) (x[i]) 154 static const char bits[] = { /* used to extract bits from a char */ 162 static int setbits(char *, int) [all...] |
| /src/usr.bin/tip/ |
| tip.h | 62 extern char *DV; /* UNIX device(s) to open */ 63 extern char *EL; /* chars marking an EOL */ 64 extern char *CM; /* initial connection message */ 65 extern char *IE; /* EOT to expect on input */ 66 extern char *OE; /* EOT to send to complete FT */ 67 extern char *CU; /* call unit if making a phone call */ 68 extern char *AT; /* acu type */ 69 extern char *PN; /* phone number(s) */ 70 extern char *DI; /* disconnect string */ 71 extern char *PA; /* parity to be generated * [all...] |
| /src/usr.bin/xlint/common/ |
| lint.h | 56 char *data; 67 CHAR, /* char */ 68 SCHAR, /* signed char */ 69 UCHAR, /* unsigned char */ 124 const char *tt_name; /* name of the type */ 163 ch_isalnum(char ch) 165 return isalnum((unsigned char)ch) != 0; 169 ch_isalpha(char ch) 171 return isalpha((unsigned char)ch) != 0 [all...] |
| /src/bin/ksh/ |
| tree.h | 10 #define NOWORD ((char *)NULL) 11 #define NOWORDS ((char **)NULL) 22 char **args; /* arguments to a command */ 23 char **vars; /* variable assignments */ 26 char *str; /* word for case; identifier for for, 63 #define CHAR 1 /* unquoted character */ 81 char *name; /* file name (unused if heredoc) */ 82 char *delim; /* delimiter for <<,<<- */ 83 char *heredoc;/* content of heredoc */ 121 #define DOTILDE BIT(3) /* normal ~ expansion (first char) */ [all...] |
| /src/lib/libc/gen/ |
| glob.c | 38 static char sccsid[] = "@(#)glob.c 8.3 (Berkeley) 10/13/93"; 135 typedef unsigned short Char; 139 #define M_QUOTE (Char)0x80 140 #define M_PROTECT (Char)0x40 141 #define M_MASK (Char)0xff 142 #define M_ASCII (Char)0x7f 144 typedef char Char; 149 #define CHAR(c) ((Char)((c)&M_ASCII) [all...] |
| /src/usr.bin/col/ |
| col.c | 45 static char sccsid[] = "@(#)col.c 8.5 (Berkeley) 5/4/95"; 82 typedef char CSET; 91 } CHAR; 95 CHAR *l_line; /* characters on the line */ 113 static CSET last_set; /* char_set of last char printed */ 129 main(int argc, char **argv) 132 CHAR *c; 317 (unsigned)need * sizeof(CHAR))) == NULL) 433 CHAR *c, *endc; 440 static CHAR *sorted [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| glob.c | 122 typedef u_short Char; 131 typedef char Char; 136 #define CHAR(c) ((Char)((c)&M_ASCII)) 137 #define META(c) ((Char)((c)|M_QUOTE)) 148 static void g_Ctoc (const Char *, char *); 149 static int g_lstat (Char *, struct stat *, glob_t *); 150 static DIR *g_opendir (Char *, glob_t *) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gengtype.h | 40 char inpname[1]; /* A variable-length array, ended by a null 41 char. */ 60 extern const char **build_headers; 73 input_file* input_file_by_name (const char* name); 77 const char *get_file_srcdir_relative_path (const input_file *inpf); 80 inline const char* 115 extern const char **lang_dir_names; 151 TYPE_SCALAR, /* Scalar types like char. */ 181 const char *name; /* GTY option name. */ 184 const char* string; /* When OPTION_STRING. * [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gengtype.h | 40 char inpname[1]; /* A variable-length array, ended by a null 41 char. */ 60 extern const char **build_headers; 73 input_file* input_file_by_name (const char* name); 77 const char *get_file_srcdir_relative_path (const input_file *inpf); 80 static inline const char* 115 extern const char **lang_dir_names; 151 TYPE_SCALAR, /* Scalar types like char. */ 181 const char *name; /* GTY option name. */ 184 const char* string; /* When OPTION_STRING. * [all...] |