Home
last modified time | relevance | path

Searched refs:open_brace (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/pkg_install/dist/admin/
H A Daudit.c431 const char *open_brace, *close_brace, *inner_brace, *suffix, *iter; in check_pkg_history1() local
435 open_brace = strchr(pattern, '{'); in check_pkg_history1()
436 if (open_brace == NULL) { in check_pkg_history1()
442 close_brace = strchr(open_brace, '}'); in check_pkg_history1()
447 while ((inner_brace = strchr(open_brace + 1, '{')) != NULL) { in check_pkg_history1()
450 open_brace = inner_brace; in check_pkg_history1()
455 prefix_len = open_brace - pattern; in check_pkg_history1()
460 ++open_brace; in check_pkg_history1()
463 iter = strchr(open_brace, ','); in check_pkg_history1()
467 middle_len = iter - open_brace; in check_pkg_history1()
[all …]
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dfunstack.awk580 function html_fonts(s, arg,control_word,k,level,n,open_brace)
582 open_brace = index(s,"{")
583 if (open_brace > 0) # important optimization
586 for (k = open_brace + 1; (level != 0) && (k <= length(s)); ++k)
597 if (substr(s,open_brace+1,length(control_word)+1) ~ \
600 n = open_brace + 1 + length(control_word)
606 return (substr(s,1,open_brace-1) arg html_fonts(substr(s,k)))
611 if (substr(s,open_brace - length(control_word),length(control_word)) ~ \
614 n = open_brace + 1
620 n = open_brace - length(control_word) - 1
/netbsd-src/usr.sbin/sysinst/
H A Dmsg_xlat.sh66 open_brace='{'
146 msg=$(printf %bz "${m#$open_brace}")
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c6698 bool open_brace = c_parser_next_token_is (parser, CPP_OPEN_BRACE); in c_parser_while_statement() local
6709 if (next_tinfo.type != CPP_SEMICOLON && !open_brace) in c_parser_while_statement()
7022 bool open_brace = c_parser_next_token_is (parser, CPP_OPEN_BRACE); in c_parser_for_statement() local
7040 if (next_tinfo.type != CPP_SEMICOLON && !open_brace) in c_parser_for_statement()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc6655 bool open_brace = c_parser_next_token_is (parser, CPP_OPEN_BRACE); in c_parser_while_statement() local
6665 if (next_tinfo.type != CPP_SEMICOLON && !open_brace) in c_parser_while_statement()
6978 bool open_brace = c_parser_next_token_is (parser, CPP_OPEN_BRACE); in c_parser_for_statement() local
6997 if (next_tinfo.type != CPP_SEMICOLON && !open_brace) in c_parser_for_statement()