| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ctf-util.c | 226 char *new_s; in ctf_str_append_noerr() local 228 new_s = ctf_str_append (s, append); in ctf_str_append_noerr() 229 if (!new_s) in ctf_str_append_noerr() 231 return new_s; in ctf_str_append_noerr()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | ctf-util.c | 226 char *new_s; in ctf_str_append_noerr() local 228 new_s = ctf_str_append (s, append); in ctf_str_append_noerr() 229 if (!new_s) in ctf_str_append_noerr() 231 return new_s; in ctf_str_append_noerr()
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/ |
| H A D | url.c | 473 host_state_t new_s = http_parse_host_char(s, *p); in http_parse_host() local 475 if (new_s == s_http_host_dead) { in http_parse_host() 479 switch (new_s) { in http_parse_host() 525 s = new_s; in http_parse_host()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
| H A D | url.c | 472 host_state_t new_s = http_parse_host_char(s, *p); in http_parse_host() local 474 if (new_s == s_http_host_dead) { in http_parse_host() 478 switch (new_s) { in http_parse_host() 524 s = new_s; in http_parse_host()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
| H A D | directory_iterator.cpp | 299 __dir_stream new_s(p, opt, m_ec); in recursive_directory_iterator() local 302 if (m_ec || !new_s.good()) in recursive_directory_iterator() 307 __imp_->__stack_.push(move(new_s)); in recursive_directory_iterator()
|
| /netbsd-src/usr.bin/config/ |
| H A D | gram.y | 110 #define new_s(s) new0(NULL, s, NULL, 0, NULL) macro 517 /* empty */ { $$ = new_s("DEVNODE_DONTBOTHER"); } 524 SINGLE { $$ = new_s("DEVNODE_SINGLE"); } 525 | VECTOR '=' devnode_dims { $$ = nvcat(new_s("DEVNODE_VECTOR"), $3); } 542 LINKZERO { $$ = new_s("DEVNODE_FLAG_LINKZERO");}
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | QLParser.yy | 304 char *new_s = (char *) realloc (str, maxsz); 305 str = new_s;
|
| H A D | QLParser.tab.cc | 1390 char *new_s = (char *) realloc (str, maxsz); in yylex() local 1391 str = new_s; in yylex()
|
| H A D | Experiment.cc | 2049 char *new_s = dbe_sprintf (NTXT ("%s %s"), s, str); in append_string() local 2051 return new_s; in append_string()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | QLParser.yy | 304 char *new_s = (char *) realloc (str, maxsz); 305 str = new_s;
|
| H A D | Experiment.cc | 2047 char *new_s = dbe_sprintf (NTXT ("%s %s"), s, str); in append_string() local 2049 return new_s; in append_string()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | genrecog.c | 3730 state *new_s = new state; in merge_into_decision() local 3732 new_d->push_back (new transition (new_trans->labels, new_s, in merge_into_decision() 3736 new_s->push_back (r); in merge_into_decision() 3761 state *new_s = new state; in merge_into_decision() local 3762 new_s->push_back (new_d); in merge_into_decision() 3764 new_trans = new transition (*combined, new_s, true); in merge_into_decision()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | genrecog.cc | 3728 state *new_s = new state; in merge_into_decision() local 3730 new_d->push_back (new transition (new_trans->labels, new_s, in merge_into_decision() 3734 new_s->push_back (r); in merge_into_decision() 3759 state *new_s = new state; in merge_into_decision() local 3760 new_s->push_back (new_d); in merge_into_decision() 3762 new_trans = new transition (*combined, new_s, true); in merge_into_decision()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | coroutines.cc | 3478 tree new_s = build2_loc (sloc, INIT_EXPR, boolean_type_node, in await_statement_walker() local 3480 finish_expr_stmt (new_s); in await_statement_walker() 3663 tree new_s = build2_loc (sloc, INIT_EXPR, sw_type, newvar, in await_statement_walker() local 3665 finish_expr_stmt (new_s); in await_statement_walker()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | coroutines.cc | 3635 tree new_s = build2_loc (sloc, MODIFY_EXPR, boolean_type_node, in await_statement_walker() local 3637 finish_expr_stmt (new_s); in await_statement_walker() 3813 tree new_s = build2_loc (sloc, INIT_EXPR, sw_type, newvar, in await_statement_walker() local 3815 finish_expr_stmt (new_s); in await_statement_walker()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | objdump.c | 4443 char *new_s; in dump_ctf_indent_lines() local 4445 if (asprintf (&new_s, "%s%s", blanks, s) < 0) in dump_ctf_indent_lines() 4447 return new_s; in dump_ctf_indent_lines()
|
| H A D | readelf.c | 15644 char *new_s; in dump_ctf_indent_lines() local 15646 if (asprintf (&new_s, "%s%s", blanks, s) < 0) in dump_ctf_indent_lines() 15648 return new_s; in dump_ctf_indent_lines()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | objdump.c | 4712 char *new_s; in dump_ctf_indent_lines() local 4714 if (asprintf (&new_s, "%s%s", blanks, s) < 0) in dump_ctf_indent_lines() 4716 return new_s; in dump_ctf_indent_lines()
|
| H A D | readelf.c | 16326 char *new_s; in dump_ctf_indent_lines() local 16328 if (asprintf (&new_s, "%s%s", blanks, s) < 0) in dump_ctf_indent_lines() 16330 return new_s; in dump_ctf_indent_lines()
|