/freebsd/contrib/bmake/unit-tests/ |
H A D | directive-for-escape.mk | 205 closing-brace= } # guard against an 206 ${closing-brace}= <closing-brace> # alternative interpretation
|
H A D | varmod-edge.mk | 24 INP= (paren-brace} ( 26 EXP= (paren-brace}
|
H A D | varmod-to-separator.mk | 59 . warning Colon followed by closing brace does not work. 64 . warning Empty separator before closing brace does not work.
|
/freebsd/usr.bin/rpcgen/ |
H A D | rpc_cout.c | 193 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 D | dir.c | 769 DirExpandCurly(const char *word, const char *brace, SearchPath *path, in DirExpandCurly() argument 777 middle = brace + 1; in DirExpandCurly() 785 prefix_len = (size_t)(brace - prefix); in DirExpandCurly() 892 const char *brace, *slash, *wildcard, *wildcardComponent; in SearchPath_Expand() local 899 brace = strchr(pattern, '{'); in SearchPath_Expand() 900 if (brace != NULL) { in SearchPath_Expand() 901 DirExpandCurly(pattern, brace, path, expansions); in SearchPath_Expand()
|
/freebsd/contrib/bc/src/ |
H A D | bc_parse.c | 951 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/sbin/pfctl/tests/files/ |
H A D | pf0092.in | 29 } # comment after closing brace
|
/freebsd/usr.bin/indent/tests/ |
H A D | elsecomment.0 | 36 /* before the left brace. */
|
H A D | elsecomment.0.stdout | 41 /* before the left brace. */
|
/freebsd/sbin/pfctl/ |
H A D | pfctl.c | 1102 int brace; in pfctl_show_eth_rules() local 1171 brace = 0; in pfctl_show_eth_rules() 1182 brace++; in pfctl_show_eth_rules() 1194 if (brace) in pfctl_show_eth_rules() 1199 if (brace) { in pfctl_show_eth_rules() 1856 int brace = 0; in pfctl_load_eth_ruleset() local 1866 brace++; in pfctl_load_eth_ruleset() 1895 if (brace && pf->opts & PF_OPT_VERBOSE) { in pfctl_load_eth_ruleset() 1955 int brace = 0; in pfctl_load_ruleset() local 1966 brace++; in pfctl_load_ruleset() [all …]
|
/freebsd/contrib/tcsh/ |
H A D | src.desc | 25 sh.glob.c: Wildcard matching. Also backquote, brace and tilde evaluation.
|
/freebsd/contrib/bc/locales/ |
H A D | en_AU.ISO8859-1.msg | 79 29 "POSIX requires the left brace be on the same line as the function header"
|
H A D | en_CA.ISO8859-1.msg | 79 29 "POSIX requires the left brace be on the same line as the function header"
|
H A D | en_CA.UTF-8.msg | 79 29 "POSIX requires the left brace be on the same line as the function header"
|
H A D | en_GB.UTF-8.msg | 79 29 "POSIX requires the left brace be on the same line as the function header"
|
H A D | en_IE.US_ASCII.msg | 79 29 "POSIX requires the left brace be on the same line as the function header"
|
H A D | en_NZ.ISO8859-15.msg | 79 29 "POSIX requires the left brace be on the same line as the function header"
|
H A D | en_NZ.utf8.msg | 79 29 "POSIX requires the left brace be on the same line as the function header"
|
H A D | en_US.ISO8859-15.msg | 79 29 "POSIX requires the left brace be on the same line as the function header"
|
H A D | en_US.US_ASCII.msg | 79 29 "POSIX requires the left brace be on the same line as the function header"
|
H A D | en_US.msg | 79 29 "POSIX requires the left brace be on the same line as the function header"
|
H A D | en_AU.ISO8859-15.msg | 79 29 "POSIX requires the left brace be on the same line as the function header"
|
H A D | en_AU.US-ASCII.msg | 79 29 "POSIX requires the left brace be on the same line as the function header"
|
H A D | en_AU.UTF-8.msg | 79 29 "POSIX requires the left brace be on the same line as the function header"
|
H A D | en_AU.utf8.msg | 79 29 "POSIX requires the left brace be on the same line as the function header"
|