Home
last modified time | relevance | path

Searched defs:writestr (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/gcc/libstdc++-v3/libsupc++/
H A Dpure.cc37 # define writestr(str) write(2, str, sizeof(str) - 1) macro
45 # define writestr(str) std::fputs(str, stderr) macro
48 # define writestr(str) /* Empty */ macro
/openbsd/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Dpure.cc35 # define writestr(str) write(2, str, sizeof(str) - 1) macro
43 # define writestr(str) std::fputs(str, stderr) macro
/openbsd/usr.sbin/acme-client/
H A Dutil.c218 writestr(int fd, enum comm comm, const char *v) in writestr() function