/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | ns_fnreaddir.c | 120 list_ctx_aux(FN_ctx_t *, FN_compound_name_t *name, const FN_attrset_t *syntax, 135 slash_hierarchy(const FN_attrset_t *syntax); 143 non_slash_hierarchy(const FN_attrset_t *syntax); 394 FN_attrset_t *syntax; in list_ctx() local 398 syntax = fn_ctx_get_syntax_attrs(ctx, empty_cname, status); in list_ctx() 399 if (syntax == NULL) { in list_ctx() 404 fn_compound_name_from_syntax_attrs(syntax, empty_string, status); in list_ctx() 407 fn_attrset_destroy(syntax); in list_ctx() 410 if (!non_slash_hierarchy(syntax)) { in list_ctx() 411 fn_attrset_destroy(syntax); in list_ctx() [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/ |
H A D | T.misc | 160 grep "syntax error" $TEMP0 >/dev/null || fail "BAD: T.misc syntax error !x=y fails" 413 grep "syntax error" $TEMP0 >/dev/null || fail "BAD: T.misc syntax error . fails" 416 grep "syntax error" $TEMP0 >/dev/null || fail "BAD: T.misc syntax error .. fails" 419 grep "syntax error" $TEMP0 >/dev/null || fail "BAD: T.misc syntax error .E. fails" 422 grep "syntax error" $TEMP0 >/dev/null || fail "BAD: T.misc syntax error .++. fails" 428 grep "unexpected" $TEMP0 >/dev/null || fail "BAD: T.misc syntax error $ fails" 431 grep "unexpected" $TEMP0 >/dev/null || fail "BAD: T.misc syntax error \$2 fails"
|
H A D | T.errmsg | 66 syntax error in regular expression 69 syntax error in regular expression
|
/illumos-gate/usr/src/tools/onbld/Scm/ |
H A D | Ignore.py | 43 syntax = 'regex' 57 syntax = m.group(1) 60 if (syntax == 'glob'): 62 elif (syntax == 'regex'): 66 (ignorefile, lc, syntax))
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.dol.c | 369 syntax: in Dgetdol() 376 goto syntax; /* No $?<, $#< */ in Dgetdol() 399 goto syntax; in Dgetdol() 411 goto syntax; /* No $#1, e.g. */ in Dgetdol() 431 goto syntax; in Dgetdol() 440 goto syntax; in Dgetdol() 485 goto syntax; in Dgetdol() 492 goto syntax; in Dgetdol() 494 goto syntax; in Dgetdol() 513 goto syntax; in Dgetdol() [all …]
|
/illumos-gate/usr/src/cmd/cmd-crypto/scripts/ |
H A D | i.kcfconf | 32 # The syntax of the input file for a kernel software provider package is 39 # The syntax of the input file for a cryptographic provider device driver(s) 92 # Check the input file syntax and append the input entries 103 # - If syntax of $src is correct, append the package 118 # - If syntax of $src is correct, append the package
|
H A D | i.kmfconf | 31 # The syntax of the input file is 81 # Check the input file syntax (should at least contain
|
H A D | i.pkcs11conf | 32 # The syntax of the input file is <file_name> 83 # Check the input file syntax (each line should start with /)
|
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | yacc.sed | 26 s;\("syntax error - cannot backup"\);gettext(\1);g 28 s;\("syntax error"\);gettext(\1);g
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | READ_ME | 32 -DTRACE for debugging (the original command line syntax 35 command line syntax. For the moment, BOTH
|
/illumos-gate/usr/src/test/util-tests/tests/awk/syn/ |
H A D | readbuf.ok | 1 $AWK: syntax error at source line 3
|
H A D | badbuild.ok | 1 $AWK: syntax error at source line 1 source file badbuild.awk
|
H A D | synerr1.ok | 1 $AWK: syntax error at source line 4 source file synerr1.awk
|
H A D | tradanch1.ok | 1 $AWK: syntax error in regular expression foo^bar at bar
|
H A D | fnmisc.ok | 1 $AWK: syntax error at source line 11 source file fnmisc.awk
|
H A D | synerr2.ok | 1 $AWK: syntax error at source line 47 source file synerr2.awk
|
H A D | badassign1.ok | 1 $AWK: syntax error at source line 1 source file badassign1.awk
|
H A D | parseme.ok | 1 $AWK: syntax error at source line 1 source file parseme.awk
|
H A D | noparms.ok | 1 $AWK: syntax error at source line 1 in function x source file noparms.awk
|
H A D | paramdup.ok | 4 $AWK: syntax error at source line 3 in function foo source file paramdup.awk
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-2 | 78 exact syntax should differ a little from the example. 322 Filesystem syntax and semantics 325 GRUB uses a special syntax for specifying disk drives which can be 333 * Device syntax:: How to specify devices 334 * File name syntax:: How to specify files 335 * Block list syntax:: How to specify block lists 338 File: grub.info, Node: Device syntax, Next: File name syntax, Up: Filesystem 343 The device syntax is like this: 368 The syntax `(hd0)' represents using the entire disk (or the MBR when 369 installing GRUB), while the syntax `(hd0,0)' represents using the first [all …]
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | jhlocal.fr | 3 \ ** stack comment style local syntax... 168 local-state 3 <> abort" syntax error in { } local line" 221 local-state 3 <> abort" syntax error in { } local line"
|
/illumos-gate/usr/src/cmd/sgs/yacc/common/ |
H A D | yaccpar | 44 (void) yyerror( "syntax error - cannot backup" );\ 128 ** yyparse - return 0 if worked, 1 if syntax error not recovered from 381 ** check for syntax error 389 (void) yyerror( "syntax error" ); 394 ** we have a user generated syntax type error
|
/illumos-gate/usr/src/cmd/cmd-inet/etc/ |
H A D | ipsecinit.sample | 38 # Or, in the older (but still usable) syntax 48 # Or, in the older (but still usable) syntax
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | select1.test | 458 } {1 {near ";": syntax error}} 464 } {1 {near "WHERE": syntax error}} 468 } {1 {near "as": syntax error}} 474 } {1 {near ";": syntax error}} 480 } {1 {near "where": syntax error}} 486 } {1 {near "FROM": syntax error}} 492 } {1 {near ")": syntax error}} 498 } {1 {near ";": syntax error}}
|