Searched refs:SYNTAX (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/fm/libfmd_snmp/mibs/ |
H A D | SUN-FM-MIB.mib | 66 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 D | SUN-IREPORT-MIB.mib | 66 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 …]
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | kerberos.ldif | 42 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 …]
|
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | idsconfig.sh | 4133 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 …]
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.g.y | 133 | error { yyclearin; bracecheck(); SYNTAX("bailing out"); } 275 if (safe) SYNTAX("cmd | getline is unsafe"); 278 if (safe) SYNTAX("cmd | getline is unsafe"); 329 if (safe) SYNTAX("print | is unsafe"); 332 if (safe) SYNTAX("print >> is unsafe"); 335 if (safe) SYNTAX("print > is unsafe"); 341 | error { yyclearin; SYNTAX("illegal statement"); } 350 BREAK st { if (!inloop) SYNTAX("break illegal outside of loops"); 352 | CONTINUE st { if (!inloop) SYNTAX("continue illegal outside of loops"); 363 SYNTAX("next is illegal inside a function"); [all …]
|
H A D | lex.c | 362 SYNTAX("unexpected end of input after $"); in yylex() 371 SYNTAX("extra }"); in yylex() 376 SYNTAX("extra ]"); in yylex() 380 SYNTAX("extra )"); in yylex() 420 SYNTAX("non-terminated string %.10s...", buf); in string() 517 SYNTAX("system is unsafe"); in word() 521 SYNTAX("illegal nested function"); in word() 525 SYNTAX("return not in function"); in word() 570 SYNTAX("newline in regular expression %.10s...", buf); in regexpr() 582 SYNTAX("non-terminated regular expression %.10s...", buf); in regexpr()
|
H A D | parse.c | 236 SYNTAX("%s is a function, not an array", cp->nval); in makearr() 286 SYNTAX("`%s' is an array name and a function name", v->nval); in defn() 290 SYNTAX("`%s' is both function name and argument name", v->nval); in defn()
|
H A D | lib.c | 655 SYNTAX("%s", s); in yyerror() 660 SYNTAX(const char *fmt, ...) in SYNTAX() function
|
H A D | awk.h | 337 extern void SYNTAX(const char *, ...);
|
H A D | tran.c | 601 SYNTAX("newline in string %.20s...", os); in qstring()
|
/illumos-gate/usr/src/boot/ |
H A D | README.loader | 209 NOTES ON LOADER.CONF SYNTAX
|