Searched refs:CHAR (Results 1 - 25 of 130) sorted by relevance

123456

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/glob/
H A Dglob_loop.c19 static int INTERNAL_GLOB_PATTERN_P __P((const CHAR *));
25 const CHAR *pattern;
27 register const CHAR *p;
28 register CHAR c;
67 #undef CHAR macro
H A Dsm_loop.c18 int FCT __P((CHAR *, CHAR *, int));
20 static int GMATCH __P((CHAR *, CHAR *, CHAR *, CHAR *, int));
21 static CHAR *PARSE_COLLSYM __P((CHAR *, INT *));
22 static CHAR *BRACKMATCH __P((CHAR *, U_CHA
749 #undef CHAR macro
[all...]
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/t/testlib/
H A DOtherFilm.pm13 rating CHAR(5),
15 hasvomit CHAR(1)
H A DFilm.pm18 rating CHAR(5),
20 hasvomit CHAR(1)
H A DActor.pm26 name CHAR(40),
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dprintfcommon.h37 * You must define CHAR to either char or wchar_t prior to including this.
53 static int exponent(CHAR *, int, CHAR);
57 static CHAR *__ujtoa(uintmax_t, CHAR *, int, int, const char *);
58 static CHAR *__ultoa(u_long, CHAR *, int, int, const char *);
82 io_print(struct io_state *iop, const CHAR * __restrict ptr, int len, locale_t loc)
100 static const CHAR blanks[PADSIZE] =
102 static const CHAR zeroe
[all...]
/macosx-10.10.1/swig-12/Lib/
H A Dwindows.i118 typedef char CHAR;
121 typedef CHAR *PCHAR;
122 typedef CHAR *LPCH, *PCH;
123 typedef const CHAR *LPCCH, *PCCH;
124 typedef CHAR *NPSTR;
125 typedef CHAR *LPSTR, *PSTR;
126 typedef const CHAR *LPCSTR, *PCSTR;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DMismatchedCharException.hpp25 static const int CHAR = 1; member in class:antlr::MismatchedCharException
33 CHAR = 1,
49 // For CHAR/NOT_CHAR and RANGE/NOT_RANGE
/macosx-10.10.1/groff-38/groff/src/include/
H A Derrarg.h22 enum { EMPTY, STRING, CHAR, INTEGER, UNSIGNED_INTEGER, DOUBLE } type; enumerator in enum:errarg::__anon8775
/macosx-10.10.1/xnu-2782.1.97/osfmk/prng/YarrowCoreLib/include/
H A DWindowsTypesForMac.h50 typedef int8_t CHAR; typedef
/macosx-10.10.1/groff-38/groff/src/libs/libgroff/
H A Derrarg.cpp45 errarg::errarg(char cc) : type(CHAR)
50 errarg::errarg(unsigned char cc) : type(CHAR)
79 case CHAR:
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtw.color.c150 while (*s && (*s & CHAR) != (Char)f && (*s & CHAR) != ':') {
151 if ((*s & CHAR) == '\\' || (*s & CHAR) == '^') {
156 sc = *s++ & CHAR;
198 if ((*v & CHAR) == ':')
218 switch (*v & CHAR) {
235 if (v[0] && v[1] && (v[2] & CHAR) == '=') {
237 if ((Char)variables[i].variable[0] == (v[0] & CHAR) &&
238 (Char)variables[i].variable[1] == (v[1] & CHAR))
[all...]
H A Dsh.print.c131 len = one_wctomb(buf, c & CHAR);
133 putraw((unsigned char)buf[i] | (c & ~CHAR));
142 len = one_wctomb(buf, c & CHAR);
144 xputchar((unsigned char)buf[i] | (c & ~CHAR));
154 c &= CHAR | QUOTE;
186 if (lbuffed && (c & CHAR) == '\n')
208 c &= CHAR;
H A Ded.xmap.c619 if ((p[1] & CHAR) == 0) {
623 if ((*p & CHAR) == '\\') {
625 switch (*p & CHAR) {
666 ch = *p++ & CHAR;
692 else if ((*p & CHAR) == '^' && (Isalpha(p[1] & CHAR) ||
693 strchr("@^_?\\|[{]}", p[1] & CHAR))) {
696 c = ((*p & CHAR) == '?') ? CTL_ESC('\177') : ((*p & CHAR) & 0237);
698 c = ((*p & CHAR)
[all...]
H A Dtc.nls.c101 if ((w > 0 && !(Iscntrl(c) && (c & CHAR) < 0x100)) || (Isprint(c) && !nocomb))
103 if (Iscntrl(c) && (c & CHAR) < 0x100) {
H A Dtc.bind.c76 par != NULL && (*par++ & CHAR) == '-'; no++, par = v[no]) {
77 if ((p = (*par & CHAR)) == '-') {
286 Strbuf_append1(&b, (*s == '?') ? '\177' : ((*s & CHAR) & 0237));
289 : _toebcdic[_toascii[*s & CHAR] & 0237]);
311 Strbuf_append1(&b, (*s == '?') ? '\177' : ((*s & CHAR) & 0237));
314 : _toebcdic[_toascii[*s & CHAR] & 0237]);
391 if ((*p & CHAR) == '\\' || (*p & CHAR) == '^') {
399 Strbuf_append1(&b, *p & CHAR);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DMismatchedCharException.cpp47 , mismatchType(matchNot ? NOT_CHAR : CHAR)
75 case CHAR :
110 const int MismatchedCharException::CHAR; member in class:antlr::MismatchedCharException
/macosx-10.10.1/gnutar-453/gnutar/lib/
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
1198 #undef CHAR macro
[all...]
/macosx-10.10.1/zlib-55/zlib/old/as400/
H A Dcompile.clp13 DCL VAR(&SRCLIB) TYPE(*CHAR) LEN(10) +
15 DCL VAR(&SRCFILE) TYPE(*CHAR) LEN(10) +
17 DCL VAR(&CTLFILE) TYPE(*CHAR) LEN(10) +
20 DCL VAR(&MODLIB) TYPE(*CHAR) LEN(10) +
23 DCL VAR(&SRVLIB) TYPE(*CHAR) LEN(10) +
26 DCL VAR(&CFLAGS) TYPE(*CHAR) +
33 DCL VAR(&CMD) TYPE(*CHAR) LEN(512)
/macosx-10.10.1/swig-12/Lib/r/
H A Dr.swg148 $1 = %reinterpret_cast(SWIG_strdup(CHAR(STRING_ELT($input, 0))), $1_ltype);
156 $1 = %reinterpret_cast(SWIG_strdup(CHAR(STRING_ELT($input, 0))), $1_ltype);
164 $1 = SWIG_strdup(CHAR(STRING_ELT($input, 0)));
172 $1 = SWIG_strdup(CHAR(STRING_ELT($input, 0)));
196 $1 = %static_cast(CHAR(STRING_ELT($input, 0))[0],$1_ltype);
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
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...]
/macosx-10.10.1/text_cmds-88/col/
H A Dcol.c86 } CHAR; typedef in typeref:struct:char_str
90 CHAR *l_line; /* characters on the line */
126 CHAR *c;
296 (unsigned)need * sizeof(CHAR))) == NULL)
399 CHAR *c, *endc;
406 static CHAR *sorted;
416 (unsigned)sizeof(CHAR) * sorted_size)) == NULL)
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dclip.c194 *cbp = (u_char)(*kp & CHAR);
493 if ( ((*cp & CHAR) == ' ') && ((cp[-1] & CHAR) != '\\') )
495 if (!bDone && (*cp & CHAR) == '/') {
496 *bp++ = '\\' | (Char)(*cp & ~(*cp & CHAR) );
497 *bp++ = '\\' | (Char)(*cp & ~(*cp & CHAR) );
541 while ((cp > InputBuf) && ( (*cp & CHAR) == ' '))
545 if ( ((*cp & CHAR) == ' ') && ((cp[-1] & CHAR) != '\\') )
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DType.java56 public final static int CHAR = 2; field in class:Type
111 public final static Type CHAR_TYPE = new Type(CHAR);
376 * {@link #CHAR CHAR}, {@link #BYTE BYTE}, {@link #SHORT SHORT},
420 case CHAR:
509 case CHAR:
662 case CHAR:
684 case CHAR:
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/Test/
H A DSQLite.pm17 name CHAR(40),
74 name CHAR(40),

Completed in 288 milliseconds

123456