suse man page for seq_escape

Query: seq_escape

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SEQ_ESCAPE(9)							   The Linux VFS						     SEQ_ESCAPE(9)

NAME
seq_escape - print string into buffer, escaping some characters
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.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SEQ_ESCAPE(9)
Related Man Pages
ansi_code(n) - mojave
cgi_url_escape(3) - debian
regexp::common::delimited(3) - osx
regexp::common::delimited(3pm) - debian
text::delimmatch(3pm) - debian
Similar Topics in the Unix Linux Community
Change directory error
Getting command output to putty window title.
Cut command on RHEL 6.8 compatibility issues
Update kernel Linux without reboot?!
SOCKS proxy & PAM configuration exposure