Home
last modified time | relevance | path

Searched refs:write_string (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dmangle.c577 write_string ("Ss"); in find_substitution()
585 write_string ("Sb"); in find_substitution()
1138 write_string ("cv"); in write_conversion_operator_name()
1376 write_string ("C2"); in write_special_name_constructor()
2086 write_string ("sr"); in write_expression()
2332 write_string ("_Z"); in write_template_arg()
2634 write_string ("_Z"); in mangle_special_for_type()
2635 write_string (code); in mangle_special_for_type()
2702 write_string ("_Z"); in mangle_ctor_vtbl_for_type()
2703 write_string ("TC"); in mangle_ctor_vtbl_for_type()
[all …]
H A DChangeLog-20042637 (write_string): Likewise.
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/
H A D13_write_string.t12 # Generally, write_string can be tested with .tml files in t/tml-local/*
18 subtest 'write_string as class method' => sub {
19 my $got = eval { CPAN::Meta::YAML->write_string };
20 is( $@, '', "write_string lives" );
H A D20_subclass.t53 is( $object->write_string, "---\noof: bar\n", 'Subclassing works' );
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dmangle.c527 write_string ("Ss");
535 write_string ("Sb");
1038 write_string ("cv"); in write_conversion_operator_name()
1290 write_string ("C1");
1292 write_string ("C2");
1970 write_string ("sr");
2486 write_string ("_Z");
2487 write_string (code);
2560 write_string ("_Z");
2561 write_string ("TC");
[all …]
/openbsd/gnu/llvm/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp45 static void write_string(int error_fd, const char *str) { in write_string() function
53 write_string(error_fd, operation); in ExitWithError()
54 write_string(error_fd, " failed: "); in ExitWithError()
56 write_string(error_fd, strerror(err)); in ExitWithError()
/openbsd/usr.sbin/tcpdump/
H A Dprivsep.c492 write_string(fd, hp->h_name); in impl_gethostbyaddr()
508 write_string(fd, hostname); in impl_ether_ntohost()
524 write_string(fd, rpce->r_name); in impl_getrpcbynumber()
540 write_string(fd, sp->s_name); in impl_getserventries()
542 write_string(fd, sp->s_proto); in impl_getserventries()
561 write_string(fd, pe->p_name); in impl_getprotoentries()
593 write_string(fd, lt->tm_zone); in impl_localtime()
906 write_string(int fd, const char *str) in write_string() function
H A Dprivsep.h95 void write_string(int, const char *);
H A Dprivsep_pcap.c108 write_string(sock, hpcap.errbuf); in setfilter()
254 write_string(priv_fd, dev); in priv_pcap_live()
/openbsd/lib/libcrypto/ui/
H A Dui_openssl.c149 static int write_string(UI *ui, UI_STRING *uis);
159 .ui_write_string = write_string,
175 write_string(UI *ui, UI_STRING *uis) in write_string() function
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/
H A DTestBridge.pm152 my $output = eval { $expected->write_string };
195 my $result = eval { CPAN::Meta::YAML->new( @$input )->write_string };
226 my $result = eval { CPAN::Meta::YAML->new( @$input )->write_string };
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/lib/CPAN/Meta/
H A DYAML.pm96 sub write_string { subroutine