Home
last modified time | relevance | path

Searched refs:new_s (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-util.c226 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 Dctf-util.c226 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 Durl.c473 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 Durl.c472 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 Ddirectory_iterator.cpp299 __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 Dgram.y110 #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 DQLParser.yy304 char *new_s = (char *) realloc (str, maxsz);
305 str = new_s;
H A DQLParser.tab.cc1390 char *new_s = (char *) realloc (str, maxsz); in yylex() local
1391 str = new_s; in yylex()
H A DExperiment.cc2049 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 DQLParser.yy304 char *new_s = (char *) realloc (str, maxsz);
305 str = new_s;
H A DExperiment.cc2047 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 Dgenrecog.c3730 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 Dgenrecog.cc3728 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 Dcoroutines.cc3478 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 Dcoroutines.cc3635 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 Dobjdump.c4443 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 Dreadelf.c15644 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 Dobjdump.c4712 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 Dreadelf.c16326 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()