*
* Will not stop at NULL.
* Will print NULL.
- * Will print up to length 1-byte characters.
+ * Will print up to the specified range within 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.
+ * 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 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 specified range within 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.
*
* @param string
* The string to output.
- * @param length
- * The total number of characters to print.
* @param file
* The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
*
*
* 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 specified range within 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 specified range within 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.
*