HomeSort by: relevance | last modified time | path
    Searched refs:open_brace (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/pkg_install/dist/admin/
audit.c 431 const char *open_brace, *close_brace, *inner_brace, *suffix, *iter; local
435 open_brace = strchr(pattern, '{');
436 if (open_brace == NULL) {
442 close_brace = strchr(open_brace, '}');
447 while ((inner_brace = strchr(open_brace + 1, '{')) != NULL) {
450 open_brace = inner_brace;
455 prefix_len = open_brace - pattern;
460 ++open_brace;
463 iter = strchr(open_brace, ',');
467 middle_len = iter - open_brace;
    [all...]
  /src/external/historical/nawk/dist/testdir/
funstack.awk 580 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)
594 # {...} is now found at open_brace ... (k-1)
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 +
    [all...]
  /src/usr.sbin/sysinst/
msg_xlat.sh 66 open_brace='{'
128 l=${line#*$open_brace}
133 l=${line#$open_brace}
146 msg=$(printf %bz "${m#$open_brace}")
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 6657 bool open_brace = c_parser_next_token_is (parser, CPP_OPEN_BRACE);
6667 if (next_tinfo.type != CPP_SEMICOLON && !open_brace)
6980 bool open_brace = c_parser_next_token_is (parser, CPP_OPEN_BRACE);
6999 if (next_tinfo.type != CPP_SEMICOLON && !open_brace)
6655 bool open_brace = c_parser_next_token_is (parser, CPP_OPEN_BRACE); local
6978 bool open_brace = c_parser_next_token_is (parser, CPP_OPEN_BRACE); local
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 8152 bool open_brace = c_parser_next_token_is (parser, CPP_OPEN_BRACE);
8163 if (next_tinfo.type != CPP_SEMICOLON && !open_brace)
8503 bool open_brace = c_parser_next_token_is (parser, CPP_OPEN_BRACE);
8522 if (next_tinfo.type != CPP_SEMICOLON && !open_brace)
8150 bool open_brace = c_parser_next_token_is (parser, CPP_OPEN_BRACE); local
8501 bool open_brace = c_parser_next_token_is (parser, CPP_OPEN_BRACE); local

Completed in 58 milliseconds