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

/opensolaris-onvv-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh4133 attributetypes: ( 1.3.6.1.1.1.1.28 NAME 'nisPublickey' DESC 'NIS public key' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
4134 attributetypes: ( 1.3.6.1.1.1.1.29 NAME 'nisSecretkey' DESC 'NIS secret key' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
4135 attributetypes: ( 1.3.6.1.1.1.1.30 NAME 'nisDomain' DESC 'NIS domain' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
4136 attributetypes: ( 1.3.6.1.1.1.1.31 NAME 'automountMapName' DESC 'automount Map Name' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
4137 attributetypes: ( 1.3.6.1.1.1.1.32 NAME 'automountKey' DESC 'automount Key Value' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
4138 attributetypes: ( 1.3.6.1.1.1.1.33 NAME 'automountInformation' DESC 'automount information' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
4139 attributetypes: ( 1.3.6.1.4.1.42.2.27.1.1.12 NAME 'nisNetIdUser' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
4140 attributetypes: ( 1.3.6.1.4.1.42.2.27.1.1.13 NAME 'nisNetIdGroup' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
4141 attributetypes: ( 1.3.6.1.4.1.42.2.27.1.1.14 NAME 'nisNetIdHost' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
4142 attributetypes: ( 1.3.6.1.4.1.42.2.27.2.1.15 NAME 'rfc822mailMember' SYNTAX 1.
[all...]
/opensolaris-onvv-gate/usr/src/cmd/awk/
H A Dawk.g.y110 | error { yyclearin; bracecheck(); ERROR "bailing out" SYNTAX; }
305 | DELETE varname { yyclearin; ERROR "you can only delete array[element]" SYNTAX; $$ = stat1(DELETE, $2); }
307 | error { yyclearin; ERROR "illegal statement" SYNTAX; }
327 ERROR "next is illegal inside a function" SYNTAX;
370 { ERROR "index() doesn't permit regular expressions" SYNTAX;
441 ERROR "%s is an array, not a function", p->nval SYNTAX;
443 ERROR "you can't define function %s more than once", p->nval SYNTAX;
H A Dparse.c213 ERROR "%s is a function, not an array", cp->nval SYNTAX;
259 v->nval SYNTAX;
H A Dawk.lx.l75 ERROR "string/reg expr %.10s... too long", cbuf SYNTAX; \
109 <A>func(tion)? { if (infunc) ERROR "illegal nested function" SYNTAX; RET(FUNC); }
110 <A>return { if (!infunc) ERROR "return not in function" SYNTAX; RET(RETURN); }
209 <A>"}" { if (--bracecnt < 0) ERROR "extra }" SYNTAX; BEGIN sc; RET(';'); }
210 <A>"]" { if (--brackcnt < 0) ERROR "extra ]" SYNTAX; RET(']'); }
211 <A>")" { if (--parencnt < 0) ERROR "extra )" SYNTAX; RET(')'); }
219 <reg>\n { ERROR "newline in regular expression %.10s...", cbuf SYNTAX; lineno++; BEGIN A; }
232 <str>\n { ERROR "newline in string %.10s...", cbuf SYNTAX; lineno++; BEGIN A; }
H A Dawk.h61 #define SYNTAX ), yyerror(errbuf) macro
H A Dtran.c466 ERROR "newline in string %.10s...", cbuf SYNTAX; local
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DExternalId.h38 SYNTAX, enumerator in enum:SP_NAMESPACE::PublicId::TextClass
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DExternalId.cxx129 case SYNTAX:
183 "SYNTAX",
H A DparseSd.cxx1247 && textClass != PublicId::SYNTAX)
1284 if (referencePublic(id, PublicId::SYNTAX, givenError)) {
1352 if (!id.getTextClass(textClass) || textClass != PublicId::SYNTAX)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DShell.pm193 =head2 OBJECT ORIENTED SYNTAX
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/parser/
H A Dparse.c76 #define SYNTAX 3 macro
211 { "SYNTAX", sizeof ("SYNTAX")-1, SYNTAX },
1050 while (type != SYNTAX)
1175 if (type != SYNTAX){

Completed in 126 milliseconds