Searched defs:CHAR (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dfnmatch.c148 # define CHAR char macro
178 # define CHAR wchar_t macro
H A Dfnmatch_loop.c21 static int EXT (INT opt, const CHAR *pattern, const CHAR *string,
22 const CHAR *string_end, bool no_leading_period, int flags)
24 static const CHAR *END (const CHAR *patternp) internal_function;
28 FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end,
31 register const CHAR *p = pattern, *n = string;
100 const CHAR *end
1203 #undef CHAR macro
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dregex.c44 * add (CHAR) cast to make VisualC++ happy
59 * use CHAR for deftab
63 * use unsigned char for CHAR under DOS
268 typedef unsigned char CHAR; typedef
270 typedef /*unsigned*/ char CHAR; typedef
274 static CHAR nfa[MAXNFA]; /* automaton.. */
277 static CHAR bittab[BITBLK]; /* bit table for CCL */
279 static CHAR bitarr[] = {1,2,4,8,16,32,64,128};
282 static void nfadump(CHAR *);
287 chset(CHAR
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dstty.c103 #define CHAR 4 macro
160 { "intr", CHAR, T_CHAR, SS, VINTR, 'C', C("Send an interrupt signal") },
161 { "quit", CHAR, T_CHAR, SS, VQUIT, '|', C("Send a quit signal") },
162 { "erase", CHAR, T_CHAR, SS, VERASE, 'H', C("Erase the last character entered") },
163 { "kill", CHAR, T_CHAR, NL|SS, VKILL, 'U', C("Erase the current line") },
164 { "eof", CHAR, T_CHAR, SS, VEOF, 'D', C("Send an end of file") },
166 { "eol2", CHAR, T_CHAR, US, VEOL2, _POSIX_VDISABLE, C("Alternate character to end the line") },
169 { "swtch", CHAR, T_CHAR, US, VSWTCH, _POSIX_VDISABLE, C("Switch to a different shell layer") },
171 { "eol", CHAR, T_CHAR, NL|US, VEOL, _POSIX_VDISABLE, C("End the line") },
173 { "start", CHAR, T_CHA
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A Dbsd_glob.c163 #define CHAR(c) ((Char)((c)&M_ASCII)) macro
647 *bufnext++ = CHAR(c);
651 *bufnext++ = CHAR(c);
671 *bufnext++ = CHAR(c);
1004 (void)printf("%c", CHAR(*p));
1205 (void)printf("%c", CHAR(*p));
/osnet-11/usr/src/lib/libc/port/print/
H A Ddoprnt.c195 #define CHAR 0x2000 /* hh for char */ macro
877 if (!(flagword & CHAR)) {
881 flagword |= CHAR;
1024 else if (flagword & CHAR)
1148 else if (flagword & CHAR)
1217 else if (flagword & CHAR)
2058 } else if (flagword & CHAR) {

Completed in 45 milliseconds