SEQ_ESCAPE

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

seq_escape - print string into buffer, escaping some characters  

SYNOPSIS

"SYNOPSIS"

int seq_escape (struct seq_file * m, const char * s, const char * esc);  

ARGUMENTS

m
target buffer
s
string
esc
set of characters that need escaping
 

DESCRIPTION

Puts string into buffer, replacing each occurrence of character from esc with usual octal escape. Returns 0 in case of success, -1 - in case of overflow.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:46 GMT, October 09, 2005