ARPDAS_QNX6 1.0
Defines | Functions
ascii_esc.c File Reference
#include <ctype.h>
#include "nortlib.h"
Include dependency graph for ascii_esc.c:

Go to the source code of this file.

Defines

#define ESC_BUF_SIZE   80

Functions

const char * ascii_escape (const char *ibuf)

Define Documentation

#define ESC_BUF_SIZE   80
Returns:
Pointer to a static buffer containing a NUL-terminated rendition of the input string in printable characters. The output string is limited to 82 characters, and is truncated if necessary.

Definition at line 9 of file ascii_esc.c.

Referenced by ascii_escape().


Function Documentation

const char* ascii_escape ( const char *  ibuf)

Definition at line 10 of file ascii_esc.c.

References ESC_BUF_SIZE.

Referenced by ascii_esc(), ascii_escape(), dequeue_request(), Ser_Sel::not_str(), process_response(), and Ser_Sel::report_err().

Here is the caller graph for this function:

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines