Searched refs:SYNTAX (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/tests/ldap/
H A Dsamba.schema60 # SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{32} SINGLE-VALUE )
65 # SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{32} SINGLE-VALUE )
73 # SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{16} SINGLE-VALUE )
81 # SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
86 # SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
91 # SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
96 # SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
101 # SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
106 # SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
114 # SYNTAX 1.
[all...]
/freebsd-9.3-release/contrib/one-true-awk/
H A Dawkgram.y100 | error { yyclearin; bracecheck(); SYNTAX("bailing out"); }
242 if (safe) SYNTAX("cmd | getline is unsafe");
245 if (safe) SYNTAX("cmd | getline is unsafe");
296 if (safe) SYNTAX("print | is unsafe");
299 if (safe) SYNTAX("print >> is unsafe");
302 if (safe) SYNTAX("print > is unsafe");
308 | error { yyclearin; SYNTAX("illegal statement"); }
317 BREAK st { if (!inloop) SYNTAX("break illegal outside of loops");
319 | CONTINUE st { if (!inloop) SYNTAX("continue illegal outside of loops");
330 SYNTAX("nex
[all...]
H A Dlex.c318 SYNTAX( "unexpected end of input after $" );
327 SYNTAX( "extra }" );
332 SYNTAX( "extra ]" );
336 SYNTAX( "extra )" );
373 SYNTAX( "non-terminated string %.10s...", buf );
468 SYNTAX( "system is unsafe" );
472 SYNTAX( "illegal nested function" );
476 SYNTAX( "return not in function" );
518 SYNTAX( "newline in regular expression %.10s...", buf );
530 SYNTAX("no
[all...]
H A Dparse.c192 SYNTAX( "%s is a function, not an array", cp->nval );
212 SYNTAX( "limited to %d pat,pat statements", PA2NUM );
239 SYNTAX( "`%s' is an array name and a function name", v->nval );
243 SYNTAX( "`%s' is both function name and argument name", v->nval );
H A Dproto.h134 extern void SYNTAX(const char *, ...);
H A Dlib.c504 SYNTAX("%s", s);
507 void SYNTAX(const char *fmt, ...) function
H A Dtran.c425 SYNTAX( "newline in string %.20s...", os );
H A DFIXES178 call of SYNTAX(), test malloc return in lib.c, all with thanks to
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dlex.l70 ABSTRACT-SYNTAX { return kw_ABSTRACT_SYNTAX; }
134 SYNTAX { return kw_SYNTAX; }
/freebsd-9.3-release/contrib/cvs/lib/
H A Dregex.c174 #define SYNTAX(c) re_syntax_table[c] macro
1053 The argument SYNTAX is a bit mask comprised of the various bits
1846 /* `regex_compile' compiles PATTERN (of length SIZE) according to SYNTAX.
1855 `syntax' is set to SYNTAX;
3299 if (SYNTAX (j) == Sword)
3306 if (SYNTAX (j) != Sword)
3376 if (SYNTAX (j) == Sword)
3391 if (SYNTAX (j) != Sword)
3443 if (SYNTAX (j) == (enum syntaxcode) k)
3456 if (SYNTAX (
[all...]
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dregex.c299 # define SYNTAX(c) re_syntax_table[(unsigned char) (c)]
1327 The argument SYNTAX is a bit mask comprised of the various bits
2267 /* `regex_compile' compiles PATTERN (of length SIZE) according to SYNTAX.
2276 `syntax' is set to SYNTAX;
4684 if (SYNTAX (j) == Sword)
4691 if (SYNTAX (j) != Sword)
4721 if (SYNTAX (j) == (enum syntaxcode) k)
4729 if (SYNTAX (j) != (enum syntaxcode) k)
5315 /* Use internationalized API instead of SYNTAX. */
5323 (SYNTAX ((
297 # define SYNTAX macro
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dregex.c299 # define SYNTAX(c) re_syntax_table[(unsigned char) (c)]
1327 The argument SYNTAX is a bit mask comprised of the various bits
2267 /* `regex_compile' compiles PATTERN (of length SIZE) according to SYNTAX.
2276 `syntax' is set to SYNTAX;
4684 if (SYNTAX (j) == Sword)
4691 if (SYNTAX (j) != Sword)
4721 if (SYNTAX (j) == (enum syntaxcode) k)
4729 if (SYNTAX (j) != (enum syntaxcode) k)
5315 /* Use internationalized API instead of SYNTAX. */
5323 (SYNTAX ((
297 # define SYNTAX macro
[all...]

Completed in 99 milliseconds