Home
last modified time | relevance | path

Searched refs:brace (Results 1 – 25 of 69) sorted by relevance

123

/freebsd/contrib/bmake/unit-tests/
H A Ddirective-for-escape.mk205 closing-brace= } # guard against an
206 ${closing-brace}= <closing-brace> # alternative interpretation
H A Dvarmod-edge.mk24 INP= (paren-brace} (
26 EXP= (paren-brace}
/freebsd/crypto/krb5/src/lib/gssapi/generic/
H A Doid_ops.c351 int brace = 0; in generic_gss_str_to_oid() local
366 brace = 0; in generic_gss_str_to_oid()
372 brace = 1; in generic_gss_str_to_oid()
389 if (brace && (p == end || *p != '}')) in generic_gss_str_to_oid()
/freebsd/usr.bin/rpcgen/
H A Drpc_cout.c193 print_ifclose(int indent, int brace) in print_ifclose() argument
198 if (brace) in print_ifclose()
207 int brace = 0; in print_ifstat() local
211 brace = 1; in print_ifstat()
273 print_ifclose(indent, brace); in print_ifstat()
/freebsd/contrib/bmake/
H A Ddir.c772 ExpandCurly(const char *word, const char *brace, SearchPath *path, in ExpandCurly() argument
780 middle = brace + 1; in ExpandCurly()
788 prefix_len = (size_t)(brace - prefix); in ExpandCurly()
895 const char *brace, *slash, *wildcard, *wildcardComponent; in SearchPath_Expand() local
902 brace = strchr(pattern, '{'); in SearchPath_Expand()
903 if (brace != NULL) { in SearchPath_Expand()
904 ExpandCurly(pattern, brace, path, expansions); in SearchPath_Expand()
H A Dvar.c2866 const char *brace; in ApplyModifier_Match() local
2870 brace = NULL; /* not supported */ in ApplyModifier_Match()
2872 for (brace = strchr(pattern, '{'); brace != NULL; in ApplyModifier_Match()
2873 brace = strchr(++brace, '{')) { in ApplyModifier_Match()
2874 if (brace == pattern in ApplyModifier_Match()
2875 || (brace[-1] != '\\' && brace[-1] != '$')) in ApplyModifier_Match()
2879 if (brace) in ApplyModifier_Match()
2880 ExpandCurly(pattern, brace, NULL, &args.patterns); in ApplyModifier_Match()
2886 if (brace) in ApplyModifier_Match()
/freebsd/contrib/bc/src/
H A Dbc_parse.c951 bc_parse_endBody(BcParse* p, bool brace) in bc_parse_endBody() argument
958 if (brace) in bc_parse_endBody()
982 if (has_brace && !brace) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_endBody()
1037 else if (!has_brace && (!BC_PARSE_IF_END(p) || brace)) in bc_parse_endBody()
1047 if (brace && has_brace) brace = false; in bc_parse_endBody()
1054 while (p->flags.len > 1 && !new_else && (!BC_PARSE_IF_END(p) || brace) && in bc_parse_endBody()
1058 if (BC_ERR(p->flags.len == 1 && brace)) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_endBody()
1059 else if (brace && BC_PARSE_BRACE(p)) in bc_parse_endBody()
1560 bc_parse_body(BcParse* p, bool brace) in bc_parse_body() argument
1576 if (BC_ERR(!brace)) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_body()
[all …]
/freebsd/crypto/krb5/src/util/profile/
H A Dfinal4.ini2 # closing brace.
H A Dprof_err.et31 error_code PROF_EXTRA_CBRACE, "Extra closing brace in profile"
32 error_code PROF_MISSING_OBRACE, "Missing open brace in profile"
H A Dprofile.558 following the closing square brace. Child sections are marked as
59 final by adding a '*' character after the closing curly brace. So for
H A Dtest.ini1 this is a comment. Everything up to the first square brace is ignored.
/freebsd/sbin/pfctl/tests/files/
H A Dpf0092.in29 } # comment after closing brace
/freebsd/usr.bin/indent/tests/
H A Delsecomment.036 /* before the left brace. */
H A Delsecomment.0.stdout41 /* before the left brace. */
/freebsd/sbin/pfctl/
H A Dpfctl.c1500 int brace; in pfctl_show_eth_rules() local
1569 brace = 0; in pfctl_show_eth_rules()
1580 brace++; in pfctl_show_eth_rules()
1592 if (brace) in pfctl_show_eth_rules()
1597 if (brace) { in pfctl_show_eth_rules()
2361 int brace = 0; in pfctl_load_eth_ruleset() local
2371 brace++; in pfctl_load_eth_ruleset()
2400 if (brace && pf->opts & PF_OPT_VERBOSE) { in pfctl_load_eth_ruleset()
2495 int brace = 0; in pfctl_load_ruleset() local
2506 brace++; in pfctl_load_ruleset()
[all …]
/freebsd/contrib/tcsh/
H A Dsrc.desc25 sh.glob.c: Wildcard matching. Also backquote, brace and tilde evaluation.
/freebsd/contrib/bc/locales/
H A Den_US.msg79 29 "POSIX requires the left brace be on the same line as the function header"
H A Den_AU.ISO8859-1.msg79 29 "POSIX requires the left brace be on the same line as the function header"
H A Den_CA.ISO8859-1.msg79 29 "POSIX requires the left brace be on the same line as the function header"
H A Den_CA.UTF-8.msg79 29 "POSIX requires the left brace be on the same line as the function header"
H A Den_GB.UTF-8.msg79 29 "POSIX requires the left brace be on the same line as the function header"
H A Den_IE.US_ASCII.msg79 29 "POSIX requires the left brace be on the same line as the function header"
H A Den_NZ.ISO8859-15.msg79 29 "POSIX requires the left brace be on the same line as the function header"
H A Den_NZ.utf8.msg79 29 "POSIX requires the left brace be on the same line as the function header"
H A Den_US.ISO8859-15.msg79 29 "POSIX requires the left brace be on the same line as the function header"

123