Searched refs:write_string (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/runtime/libprofile/
H A DGCDAProfiling.c56 static void write_string(const char *s) { function
175 write_string(function_name);
/macosx-10.10/system_cmds-643.1.1/atrun.tproj/
H A Datrun.c96 write_string(int fd, const char* a) function
264 write_string(fd_out, "Subject: Output from your job ");
265 write_string(fd_out, filename);
266 write_string(fd_out, "\n\n");
/macosx-10.10/OpenSSL098-52/src/crypto/ui/
H A Dui_openssl.c311 static int write_string(UI *ui, UI_STRING *uis);
322 write_string,
337 static int write_string(UI *ui, UI_STRING *uis) function
/macosx-10.10/emacs-93/emacs/src/
H A Dprocess.c1394 write_string ("Proc", -1);
1395 Findent_to (i_status, minspace); write_string ("Status", -1);
1396 Findent_to (i_buffer, minspace); write_string ("Buffer", -1);
1399 Findent_to (i_tty, minspace); write_string ("Tty", -1);
1401 Findent_to (i_command, minspace); write_string ("Command", -1);
1402 write_string ("\n", -1);
1404 write_string ("----", -1);
1405 Findent_to (i_status, minspace); write_string ("------", -1);
1406 Findent_to (i_buffer, minspace); write_string ("------", -1);
1409 Findent_to (i_tty, minspace); write_string ("
[all...]
H A Deval.c3448 write_string (backlist->debug_on_exit ? "* " : " ", 2);
3452 write_string ("\n", -1);
3458 write_string ("(", -1);
3465 if (i) write_string (" ", -1);
3473 if (i) write_string (" ", -1);
3477 write_string (")\n", -1);
H A Dminibuf.c2495 write_string ("There are no possible completions of what you have typed.",
2499 write_string ("Possible completions are:", -1);
2558 write_string (" ", -1);
H A Dprint.c584 write_string (data, size)
582 write_string (data, size) function
H A Dlisp.h2642 extern void write_string P_ ((char *, int));

Completed in 664 milliseconds