Home
last modified time | relevance | path

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

1234

/titanic_44/usr/src/cmd/fs.d/autofs/
H A Dns_fnreaddir.c122 list_ctx_aux(FN_ctx_t *, FN_compound_name_t *name, const FN_attrset_t *syntax,
137 slash_hierarchy(const FN_attrset_t *syntax);
145 non_slash_hierarchy(const FN_attrset_t *syntax);
396 FN_attrset_t *syntax; in list_ctx() local
400 syntax = fn_ctx_get_syntax_attrs(ctx, empty_cname, status); in list_ctx()
401 if (syntax == NULL) { in list_ctx()
406 fn_compound_name_from_syntax_attrs(syntax, empty_string, status); in list_ctx()
409 fn_attrset_destroy(syntax); in list_ctx()
412 if (!non_slash_hierarchy(syntax)) { in list_ctx()
413 fn_attrset_destroy(syntax); in list_ctx()
[all …]
/titanic_44/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))
/titanic_44/usr/src/cmd/csh/
H A Dsh.dol.c360 syntax: in Dgetdol()
367 goto syntax; /* No $?<, $#< */ in Dgetdol()
390 goto syntax; in Dgetdol()
402 goto syntax; /* No $#1, e.g. */ in Dgetdol()
422 goto syntax; in Dgetdol()
431 goto syntax; in Dgetdol()
476 goto syntax; in Dgetdol()
483 goto syntax; in Dgetdol()
485 goto syntax; in Dgetdol()
504 goto syntax; in Dgetdol()
[all …]
H A Dsh.parse.c204 syntax(struct wordent *p1, struct wordent *p2, int flags) in syntax() function
280 t->t_dcdr = syntax(p, p2, flags); in syn0()
323 t->t_dcdr = syntax(p->next, p2, flags); in syn1()
/titanic_44/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 /)
/titanic_44/usr/src/cmd/geniconvtbl/
H A Dyacc.sed26 s;\("syntax error - cannot backup"\);gettext(\1);g
28 s;\("syntax error"\);gettext(\1);g
/titanic_44/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
/titanic_44/exception_lists/
H A Dwscheck13 syntax: glob
H A Dkeywords26 syntax: glob
H A Dmapfilechk37 syntax: glob
/titanic_44/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
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 …]
/titanic_44/usr/src/cmd/sgs/yacc/common/
H A Dyaccpar46 yyerror( "syntax error - cannot backup" );\
133 ** yyparse - return 0 if worked, 1 if syntax error not recovered from
389 ** check for syntax error
397 yyerror( "syntax error" );
402 ** we have a user generated syntax type error
/titanic_44/usr/src/cmd/cmd-inet/etc/
H A Dipsecinit.sample40 # Or, in the older (but still usable) syntax
50 # Or, in the older (but still usable) syntax
/titanic_44/usr/src/cmd/th_tools/
H A Dth_script.sh78 echo syntax: $0 path pid
/titanic_44/usr/src/cmd/eeprom/i386/
H A Dbenv.c748 char *syntax = "syntax error in %s line %d"; in parse_cmd() local
793 exit(_error(NO_PERROR, syntax, bd->name, *line)); in parse_cmd()
807 char *syntax = "syntax error in %s line %d"; in parse_name() local
815 exit(_error(NO_PERROR, syntax, bd->name, *line)); in parse_name()
/titanic_44/usr/src/lib/libsqlite/test/
H A Dselect1.test460 } {1 {near ";": syntax error}}
466 } {1 {near "WHERE": syntax error}}
470 } {1 {near "as": syntax error}}
476 } {1 {near ";": syntax error}}
482 } {1 {near "where": syntax error}}
488 } {1 {near "FROM": syntax error}}
494 } {1 {near ")": syntax error}}
500 } {1 {near ";": syntax error}}
H A Dmain.test294 } {1 {near "bogus": syntax error}}
298 } {1 {near "create": syntax error}}
/titanic_44/usr/src/cmd/lp/lib/lp/
H A DMakefile70 syntax.o \
/titanic_44/usr/src/grub/grub-0.97/
H A DTODO38 * Add BSD syntax support, using results of ioprobe to map drives. !
87 ? Add a partition naming syntax that means ``the first partition of
/titanic_44/usr/src/cmd/sendmail/cf/mailer/
H A Duucp.m438 # list:; syntax should disappear
72 # list:; syntax should disappear
/titanic_44/usr/src/cmd/ypcmd/net_files/
H A Dpublickey32 # The syntax is:
/titanic_44/usr/src/cmd/abi/appcert/etc/
H A Detc.alt.in28 # syntax:
/titanic_44/usr/src/lib/libshell/common/
H A DCOMPATIBILITY12 with the function name syntax, maintain compatibility.
46 to produce syntax errors.

1234