Searched refs:SYNTAX (Results 1 - 6 of 6) sorted by relevance
/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.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...] |
/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.g.y | 110 | 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 D | parse.c | 213 ERROR "%s is a function, not an array", cp->nval SYNTAX; 259 v->nval SYNTAX;
|
H A D | awk.lx.l | 75 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 D | awk.h | 61 #define SYNTAX ), yyerror(errbuf) macro
|
H A D | tran.c | 466 ERROR "newline in string %.10s...", cbuf SYNTAX; local
|
Completed in 55 milliseconds