*
* Will not stop at NULL.
* Will print NULL.
- * Will print up to length 1-byte characters.
+ * Will print up to the length of the buffer.
*
* All UTF-8 characters, invalid or not, are printed as is.
*
*
* Will not stop at NULL.
* Will print NULL.
- * Will print up to length 1-byte characters.
+ * Will print up to the length of the buffer.
*
* All UTF-8 characters, invalid or not, are printed as is.
*
*
* Will not stop at NULL.
* Will print NULL.
- * Will print up to length 1-byte characters.
+ * Will print up to the length of the buffer.
*
* This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called.
*
*
* Will not stop at NULL.
* Will not print NULL.
- * Will print up to length 1-byte characters.
*
* This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called.
*
* Will not stop at NULL.
* Will print NULL.
* Will not print any 1-byte character at a location specified in except array.
- * Will print up to length 1-byte characters.
+ * Will print up to the length of the buffer.
*
* All UTF-8 characters, invalid or not, are printed as is.
*
* Will not stop at NULL.
* Will print NULL.
* Will not print any 1-byte character at a location specified in except array.
- * Will print up to length 1-byte characters.
+ * Will print up to the length of the buffer.
*
* This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called.
*
* Will not stop at NULL.
* Will not print NULL.
* Will not print any 1-byte character at a location specified in except array.
- * Will print up to length 1-byte characters.
+ * Will print up to the length of the buffer.
*
* This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called.
*
* Will print NULL.
* Will not print any 1-byte character at a location specified in except_at array.
* Will not print any 1-byte character within the ranges specified in except_in array.
- * Will print up to length 1-byte characters.
+ * Will print up to the length of the buffer.
*
* All UTF-8 characters, invalid or not, are printed as is.
*
* Will print NULL.
* Will not print any 1-byte character at a location specified in except_at array.
* Will not print any 1-byte character within the ranges specified in except_in array.
- * Will print up to length 1-byte characters.
+ * Will print up to the length of the buffer.
*
* All UTF-8 characters, invalid or not, are printed as is.
*
*
* Will stop at NULL.
* Will not print NULL.
- * Will print up to length 1-byte characters.
*
* This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called.
*
*
* Will stop at NULL.
* Will not print NULL (even as a control character symbol).
- * Will print up to length 1-byte characters.
*
* This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called.
*
*
* Will stop at NULL.
* Will not print NULL.
- * Will print up to length 1-byte characters.
*
* This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called.
*
*
* Will not stop at NULL.
* Will not print NULL.
- * Will print up to length 1-byte characters.
+ * Will print up to the length of the buffer.
*
* @param buffer
* The string to output.
*
* Will not stop at NULL.
* Will print NULL.
- * Will print up to length 1-byte characters.
+ * Will print up to the length of the buffer.
*
* All UTF-8 characters, invalid or not, are printed as is.
*
*
* Will not stop at NULL.
* Will print NULL.
- * Will print up to length 1-byte characters.
+ * Will print up to the length of the buffer.
*
* This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called.
*
*
* Will not stop at NULL.
* Will not print NULL.
- * Will print up to length 1-byte characters.
+ * Will print up to the length of the buffer.
*
* @param buffer
* The string to output.
* Will not stop at NULL.
* Will print NULL.
* Will not print any 1-byte character at a location specified in except array.
- * Will print up to length 1-byte characters.
+ * Will print up to the length of the buffer.
*
* This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called.
*
* Will print NULL.
* Will not print any 1-byte character at a location specified in except_at array.
* Will not print any 1-byte character within the ranges specified in except_in array.
- * Will print up to length 1-byte characters.
+ * Will print up to the length of the buffer.
*
* All UTF-8 characters, invalid or not, are printed as is.
*
* Will print NULL.
* Will not print any 1-byte character at a location specified in except_at array.
* Will not print any 1-byte character within the ranges specified in except_in array.
- * Will print up to length 1-byte characters.
+ * Will print up to the length of the buffer.
*
* All UTF-8 characters, invalid or not, are printed as is.
*
*
* Will stop at NULL.
* Will not print NULL.
- * Will print up to length 1-byte characters.
*
* This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called.
*
.PP
Similar to a c-library printf, except that this will only print a specific range in a given dynamic string.
.PP
-Will not stop at NULL. Will print NULL. Will print up to length 1-byte characters.
+Will not stop at NULL. Will print NULL. Will print up to the specified range within the buffer.
.PP
All UTF-8 characters, invalid or not, are printed as is.
.PP
.PP
Similar to a c-library printf, except that this prints a given dynamic string.
.PP
-Will not stop at NULL. Will print NULL. Will print up to length 1-byte characters.
+Will not stop at NULL. Will print NULL. Will print up to the length of the buffer.
.PP
All UTF-8 characters, invalid or not, are printed as is.
.PP
.PP
Control characters are converted to the Unicode control character symbols, excluding NULL. UTF-8 sequences with invalid widths are converted to the unknown character '�'.
.PP
-Will not stop at NULL. Will print NULL. Will print up to length 1-byte characters.
+Will not stop at NULL. Will print NULL. Will print up to the length of the buffer.
.PP
This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called.
.SH PARAMETERS
.PP
Control characters are converted to the Unicode control character symbols, excluding NULL. UTF-8 sequences with invalid widths are converted to the unknown character '�'.
.PP
-Will not stop at NULL. Will not print NULL. Will print up to length 1-byte characters.
+Will not stop at NULL. Will not print NULL. Will print up to the length of the buffer.
.PP
This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called.
.SH PARAMETERS
.PP
Similar to a c-library printf, except that this prints a given dynamic string.
.PP
-Will not stop at NULL. Will print NULL. Will not print any 1-byte character at a location specified in except array. Will print up to length 1-byte characters.
+Will not stop at NULL. Will print NULL. Will not print any 1-byte character at a location specified in except array. Will print up to the length of the buffer.
.PP
All UTF-8 characters, invalid or not, are printed as is.
.PP
.PP
Control characters are converted to the Unicode control character symbols, excluding NULL. UTF-8 sequences with invalid widths are converted to the unknown character '�'.
.PP
-Will not stop at NULL. Will print NULL. Will not print any 1-byte character at a location specified in except array. Will print up to length 1-byte characters.
+Will not stop at NULL. Will print NULL. Will not print any 1-byte character at a location specified in except array. Will print up to the length of the buffer.
.PP
This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called.
.SH PARAMETERS
.PP
Control characters are converted to the Unicode control character symbols, excluding NULL. UTF-8 sequences with invalid widths are converted to the unknown character '�'.
.PP
-Will not stop at NULL. Will not print NULL. Will not print any 1-byte character at a location specified in except array. Will print up to length 1-byte characters.
+Will not stop at NULL. Will not print NULL. Will not print any 1-byte character at a location specified in except array. Will print up to the length of the buffer.
.PP
This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called.
.SH PARAMETERS
.PP
Similar to a c-library printf, except that this will only print a specific range in a given dynamic string.
.PP
-Will not stop at NULL. Will print NULL. Will not print any 1-byte character at a location specified in except_at array. Will not print any 1-byte character within the ranges specified in except_in array. Will print up to length 1-byte characters.
+Will not stop at NULL. Will print NULL. Will not print any 1-byte character at a location specified in except_at array. Will not print any 1-byte character within the ranges specified in except_in array. Will print up to the specified range within the buffer.
.PP
All UTF-8 characters, invalid or not, are printed as is.
.PP
.PP
Similar to a c-library printf, except that this prints a given dynamic string.
.PP
-Will not stop at NULL. Will print NULL. Will not print any 1-byte character at a location specified in except_at array. Will not print any 1-byte character within the ranges specified in except_in array. Will print up to length 1-byte characters.
+Will not stop at NULL. Will print NULL. Will not print any 1-byte character at a location specified in except_at array. Will not print any 1-byte character within the ranges specified in except_in array. Will print up to the length of the buffer.
.PP
All UTF-8 characters, invalid or not, are printed as is.
.PP
.PP
Similar to a c-library printf.
.PP
-Will stop at NULL. Will not print NULL. Will print up to length 1-byte characters.
+Will stop at NULL. Will not print NULL.
.PP
This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called.
.SH PARAMETERS
.PP
Control characters are converted to the Unicode control character symbols, excluding NULL. UTF-8 sequences with invalid widths are converted to the unknown character '�'.
.PP
-Will stop at NULL. Will not print NULL (even as a control character symbol). Will print up to length 1-byte characters.
+Will stop at NULL. Will not print NULL (even as a control character symbol).
.PP
This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called.
.SH PARAMETERS
.PP
Similar to a c-library printf.
.PP
-Will stop at NULL. Will not print NULL. Will print up to length 1-byte characters.
+Will stop at NULL. Will not print NULL.
.PP
This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called.
.SH PARAMETERS
.PP
Similar to a c-library dprintf, except that this prints a given dynamic string.
.PP
-Will not stop at NULL. Will print NULL. Will print up to length 1-byte characters.
+Will not stop at NULL. Will print NULL. Will print up to the length of the buffer.
.PP
All UTF-8 characters, invalid or not, are printed as is.
.SH PARAMETERS
.PP
Control characters are converted to the Unicode control character symbols, excluding NULL. UTF-8 sequences with invalid widths are converted to the unknown character '�'.
.PP
-Will not stop at NULL. Will print NULL. Will print up to length 1-byte characters.
+Will not stop at NULL. Will print NULL. Will print up to the length of the buffer.
.PP
This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called.
.SH PARAMETERS
.PP
Control characters are converted to the Unicode control character symbols, excluding NULL. UTF-8 sequences with invalid widths are converted to the unknown character '�'.
.PP
-Will not stop at NULL. Will not print NULL. Will print up to length 1-byte characters.
+Will not stop at NULL. Will not print NULL. Will print up to the length of the buffer.
.SH PARAMETERS
.TP
.B buffer
.PP
Control characters are converted to the Unicode control character symbols, excluding NULL. UTF-8 sequences with invalid widths are converted to the unknown character '�'.
.PP
-Will not stop at NULL. Will print NULL. Will not print any 1-byte character at a location specified in except array. Will print up to length 1-byte characters.
+Will not stop at NULL. Will print NULL. Will not print any 1-byte character at a location specified in except array. Will print up to the length of the buffer.
.PP
This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called.
.SH PARAMETERS
.PP
Similar to a c-library printf, except that this will only print a specific range in a given dynamic string.
.PP
-Will not stop at NULL. Will print NULL. Will not print any 1-byte character at a location specified in except_at array. Will not print any 1-byte character within the ranges specified in except_in array. Will print up to length 1-byte characters.
+Will not stop at NULL. Will print NULL. Will not print any 1-byte character at a location specified in except_at array. Will not print any 1-byte character within the ranges specified in except_in array. Will print up to the specified range within the buffer.
.PP
All UTF-8 characters, invalid or not, are printed as is.
.PP
.PP
Similar to a c-library printf, except that this prints a given dynamic string.
.PP
-Will not stop at NULL. Will print NULL. Will not print any 1-byte character at a location specified in except_at array. Will not print any 1-byte character within the ranges specified in except_in array. Will print up to length 1-byte characters.
+Will not stop at NULL. Will print NULL. Will not print any 1-byte character at a location specified in except_at array. Will not print any 1-byte character within the ranges specified in except_in array. Will print up to the length of the buffer.
.PP
All UTF-8 characters, invalid or not, are printed as is.
.PP
.PP
Similar to a c-library printf.
.PP
-Will stop at NULL. Will not print NULL. Will print up to length 1-byte characters.
+Will stop at NULL. Will not print NULL.
.PP
This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called.
.SH PARAMETERS