Home
last modified time | relevance | path

Searched refs:SYNTAX (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/fm/libfmd_snmp/mibs/
H A DSUN-FM-MIB.mib66 SYNTAX OCTET STRING (SIZE (0..64))
72 SYNTAX INTEGER {
83 SYNTAX INTEGER {
96 SYNTAX INTEGER {
114 SYNTAX SEQUENCE OF SunFmProblemEntry
124 SYNTAX SunFmProblemEntry
144 SYNTAX SunFmUuidString
154 SYNTAX SunFmUuidString
163 SYNTAX DisplayString
173 SYNTAX URLString
[all …]
H A DSUN-IREPORT-MIB.mib66 SYNTAX OCTET STRING (SIZE (0..1023))
72 SYNTAX INTEGER {
84 SYNTAX SunIreportNotificationEntry
103 SYNTAX DisplayString
111 SYNTAX DisplayString
119 SYNTAX DisplayString
127 SYNTAX DateAndTime
135 SYNTAX SunIreportSmfFmriString
143 SYNTAX SunIreportSmfState
151 SYNTAX SunIreportSmfState
[all …]
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkerberos.ldif42 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
54 SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
69 SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
81 SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
109 SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
121 SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
133 SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
147 SYNTAX 1.3.6.1.4.1.1466.115.121.1.12)
163 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
176 SYNTAX 1.3.6.1.4.1.1466.115.121.1.12)
[all …]
/titanic_41/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.146…
4134 attributetypes: ( 1.3.6.1.1.1.1.29 NAME 'nisSecretkey' DESC 'NIS secret key' SYNTAX 1.3.6.1.4.1.146…
4135 attributetypes: ( 1.3.6.1.1.1.1.30 NAME 'nisDomain' DESC 'NIS domain' SYNTAX 1.3.6.1.4.1.1466.115.1…
4136 … 'automountMapName' DESC 'automount Map Name' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.1…
4137 …AME 'automountKey' DESC 'automount Key Value' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.1…
4138 …ountInformation' DESC 'automount information' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.1…
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.…
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…
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.…
4142 attributetypes: ( 1.3.6.1.4.1.42.2.27.2.1.15 NAME 'rfc822mailMember' SYNTAX 1.3.6.1.4.1.1466.115.12…
[all …]
/titanic_41/usr/src/cmd/awk/
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.g.y110 | error { yyclearin; bracecheck(); ERROR "bailing out" SYNTAX; }
305 …| DELETE varname { yyclearin; ERROR "you can only delete array[element]" SYNTAX; $$ = stat1(DELET…
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; in makearr()
259 v->nval SYNTAX; in defn()
H A Dawk.h61 #define SYNTAX ), yyerror(errbuf) macro
H A Dtran.c466 ERROR "newline in string %.10s...", cbuf SYNTAX; in qstring()