| /src/crypto/external/bsd/openssl.old/dist/test/testutil/ |
| tap_bio.c | 73 static int write_string(BIO *b, const char *buf, size_t n) function 105 if (!write_string(next, " ", 1)) 107 if (!write_string(next, "# ", 2)) 110 if (!write_string(next, buf + i, 1))
|
| /src/games/rogue/ |
| save.c | 69 static void write_string(char *, FILE *); 131 write_string(hunger_str, fp); 132 write_string(login_name, fp); 335 write_string(id_table[i].title, fp); 346 write_string(char *s, FILE *fp) function
|
| /src/libexec/atrun/ |
| atrun.c | 70 static int write_string(int, const char *); 118 write_string(int fd, const char *a) function 278 write_string(fd_out, "To: "); 279 write_string(fd_out, mailname); 280 write_string(fd_out, "\nSubject: Output from your job "); 281 write_string(fd_out, filename); 282 write_string(fd_out, "\n\n");
|
| /src/crypto/external/apache2/openssl/dist/crypto/ui/ |
| ui_openssl.c | 192 static int write_string(UI *ui, UI_STRING *uis); 203 static int write_string(UI *ui, UI_STRING *uis) function 701 write_string,
|
| /src/crypto/external/bsd/openssl/dist/crypto/ui/ |
| ui_openssl.c | 192 static int write_string(UI *ui, UI_STRING *uis); 203 static int write_string(UI *ui, UI_STRING *uis) function 703 write_string,
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ui/ |
| ui_openssl.c | 196 static int write_string(UI *ui, UI_STRING *uis); 207 static int write_string(UI *ui, UI_STRING *uis) function 727 write_string,
|
| /src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| GCDAProfiling.c | 146 static void write_string(const char *s) { function 374 write_string(function_name);
|
| /src/sbin/sysctl/ |
| sysctl.c | 132 static void write_string(int *, u_int, struct sysctlnode *, char *, bool); 949 write_string(&name[0], namelen, node, value, optional); 1836 write_string(int *name, u_int namelen, struct sysctlnode *node, char *value, function
|
| /src/external/mpl/bind/dist/lib/isc/ |
| mem.c | 189 write_string(int fd, const char *str) { function 213 write_string(fd, str); 223 write_string(fd, buf); 242 write_string(fd, "Out of memory (trying to allocate "); 244 write_string(fd, ", total "); 246 write_string(fd, "): "); 248 write_string(fd, "\n");
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| mangle.cc | 259 #define write_string(STRING) \ macro 376 write_string ("Do"); 381 write_string ("DO"); 388 write_string ("Dw"); 702 write_string ("St"); 731 write_string (abbr); 805 write_string (IDENTIFIER_POINTER (DECL_NAME (decl))); 813 write_string ("_Z"); 819 write_string ("_Z"); 826 write_string (".pre") [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| mangle.cc | 259 #define write_string(STRING) \ macro 365 write_string ("Do"); 370 write_string ("DO"); 377 write_string ("Dw"); 681 write_string ("St"); 710 write_string (abbr); 784 write_string (IDENTIFIER_POINTER (DECL_NAME (decl))); 792 write_string ("_Z"); 798 write_string ("_Z"); 864 write_string (JOIN_STR "actor") [all...] |