Home
last modified time | relevance | path

Searched refs:syntax (Results 1 – 25 of 200) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnreaddir.c135 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
399 if (syntax == NULL) { 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()
412 syntax = NULL; in list_ctx()
415 fn_attrset_destroy(syntax); in list_ctx()
446 if (syntax != NULL) { in list_ctx_aux()
[all …]
/illumos-gate/usr/src/tools/onbld/Scm/
H A DIgnore.py43 syntax = 'regex'
57 syntax = m.group(1)
60 if (syntax == 'glob'):
62 elif (syntax == 'regex'):
66 (ignorefile, lc, syntax))
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.misc160 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 DT.errmsg66 syntax error in regular expression
69 syntax error in regular expression
/illumos-gate/usr/src/cmd/csh/
H A Dsh.dol.c369 syntax: in Dgetdol()
376 goto syntax; /* No $?<, $#< */ in Dgetdol()
399 goto syntax; 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()
536 goto syntax; in Dgetdol()
[all …]
/illumos-gate/usr/src/cmd/cmd-crypto/scripts/
H A Di.kcfconf32 # 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 Di.kmfconf31 # The syntax of the input file is
81 # Check the input file syntax (should at least contain
H A Di.pkcs11conf32 # 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 Dyacc.sed26 s;\("syntax error - cannot backup"\);gettext(\1);g
28 s;\("syntax error"\);gettext(\1);g
/illumos-gate/usr/src/cmd/vi/port/
H A DREAD_ME32 -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 Dreadbuf.ok1 $AWK: syntax error at source line 3
H A Dbadbuild.ok1 $AWK: syntax error at source line 1 source file badbuild.awk
H A Dsynerr1.ok1 $AWK: syntax error at source line 4 source file synerr1.awk
H A Dtradanch1.ok1 $AWK: syntax error in regular expression foo^bar at bar
H A Dfnmisc.ok1 $AWK: syntax error at source line 11 source file fnmisc.awk
H A Dsynerr2.ok1 $AWK: syntax error at source line 47 source file synerr2.awk
H A Dbadassign1.ok1 $AWK: syntax error at source line 1 source file badassign1.awk
H A Dparseme.ok1 $AWK: syntax error at source line 1 source file parseme.awk
H A Dnoparms.ok1 $AWK: syntax error at source line 1 in function x source file noparms.awk
H A Dparamdup.ok4 $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 Dgrub.info-278 exact syntax should differ a little from the example.
322 Filesystem syntax and semantics
334 * File name syntax:: How to specify files
338 File: grub.info, Node: Device syntax, Next: File name syntax, Up: Filesystem
343 The device syntax is like this:
381 File: grub.info, Node: File name syntax, Next: Block list syntax, Prev: Device syntax, Up: File…
399 File: grub.info, Node: Block list syntax, Prev: File name syntax, Up: Filesystem
405 filesystem, like a chainloader. The syntax is
414 Like the file name syntax (*note File name syntax::), if a blocklist
452 file, used with exactly the same syntax.
[all …]
/illumos-gate/usr/src/common/ficl/softcore/
H A Djhlocal.fr3 \ ** 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"
H A Dficllocal.fr2 \ ** stack comment style local syntax...
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dyaccpar44 yyerror( "syntax error - cannot backup" );\
127 ** yyparse - return 0 if worked, 1 if syntax error not recovered from
379 ** check for syntax error
387 yyerror( "syntax error" );
392 ** we have a user generated syntax type error
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dipsecinit.sample38 # Or, in the older (but still usable) syntax
48 # Or, in the older (but still usable) syntax

12345678