/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | mangle.cc | 259 #define write_string(STRING) \ macro 365 write_string ("Do"); in write_exception_spec() 370 write_string ("DO"); in write_exception_spec() 377 write_string ("Dw"); in write_exception_spec() 681 write_string ("St"); in find_substitution() 710 write_string (abbr); in find_substitution() 784 write_string (IDENTIFIER_POINTER (DECL_NAME (decl))); in write_mangled_name() 792 write_string ("_Z"); in write_mangled_name() 798 write_string ("_Z"); in write_mangled_name() 864 write_string (JOIN_STR "actor"); in write_encoding() [all …]
|
H A D | ChangeLog-2009 | 3443 write_string ("dt") instead of using operators.def.
|
H A D | ChangeLog-2004 | 2637 (write_string): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | mangle.c | 255 #define write_string(STRING) \ macro 369 write_string ("Do"); in write_exception_spec() 374 write_string ("DO"); in write_exception_spec() 381 write_string ("Dw"); in write_exception_spec() 677 write_string ("St"); in find_substitution() 705 write_string (abbr); in find_substitution() 775 write_string (IDENTIFIER_POINTER (DECL_NAME (decl))); in write_mangled_name() 783 write_string ("_Z"); in write_mangled_name() 789 write_string ("_Z"); in write_mangled_name() 856 write_string (JOIN_STR "actor"); in write_encoding() [all …]
|
/netbsd-src/libexec/atrun/ |
H A D | atrun.c | 70 static int write_string(int, const char *); 118 write_string(int fd, const char *a) in write_string() function 278 write_string(fd_out, "To: "); in run_file() 279 write_string(fd_out, mailname); in run_file() 280 write_string(fd_out, "\nSubject: Output from your job "); in run_file() 281 write_string(fd_out, filename); in run_file() 282 write_string(fd_out, "\n\n"); in run_file()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/testutil/ |
H A D | tap_bio.c | 73 static int write_string(BIO *b, const char *buf, size_t n) in write_string() function 105 if (!write_string(next, " ", 1)) in tap_write_ex() 107 if (!write_string(next, "# ", 2)) in tap_write_ex() 110 if (!write_string(next, buf + i, 1)) in tap_write_ex()
|
/netbsd-src/games/rogue/ |
H A D | save.c | 69 static void write_string(char *, FILE *); 131 write_string(hunger_str, fp); in save_into_file() 132 write_string(login_name, fp); in save_into_file() 327 write_string(id_table[i].title, fp); in rw_id() 338 write_string(char *s, FILE *fp) in write_string() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ui/ |
H A D | ui_openssl.c | 192 static int write_string(UI *ui, UI_STRING *uis); 203 static int write_string(UI *ui, UI_STRING *uis) in write_string() function 703 write_string,
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ui/ |
H A D | ui_openssl.c | 196 static int write_string(UI *ui, UI_STRING *uis); 207 static int write_string(UI *ui, UI_STRING *uis) in write_string() function 727 write_string,
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
H A D | GCDAProfiling.c | 146 static void write_string(const char *s) { in write_string() function 374 write_string(function_name); in llvm_gcda_emit_function()
|
/netbsd-src/sbin/sysctl/ |
H A D | sysctl.c | 132 static void write_string(int *, u_int, struct sysctlnode *, char *, bool); 949 write_string(&name[0], namelen, node, value, optional); in parse() 1836 write_string(int *name, u_int namelen, struct sysctlnode *node, char *value, in write_string() function
|