Home
last modified time | relevance | path

Searched refs:write_chars (Results 1 – 7 of 7) sorted by relevance

/openbsd/regress/usr.sbin/syslogd/
H A Dargs-bufsize-native.pl24 write_chars($self, MAXLINE);
H A Dfuncs.pl137 write_chars($self, $length, " $_");
145 write_chars($self, $lengths, $tail);
165 sub write_chars { subroutine
/openbsd/gnu/gcc/gcc/cp/
H A Dmangle.c239 #define write_chars(CHAR, LEN) \ macro
1206 write_chars (buffer + sizeof (buffer) - count, count); in write_number()
1267 write_chars (ptr, count); in write_integer_cst()
1330 write_chars (buffer, 8); in write_real_cst()
H A DChangeLog-20012173 * mangle.c (write_chars): New macro.
H A DChangeLog-20042636 (write_chars): Likewise.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dmangle.c216 #define write_chars(CHAR, LEN) \ macro
1112 write_chars (buffer + sizeof (buffer) - count, count);
1174 write_chars (ptr, count);
1238 write_chars (buffer, 8);
H A DChangeLog8150 * mangle.c (write_chars): New macro.