mangle_path(9) [centos man page]
MANGLE_PATH(9) The Linux VFS MANGLE_PATH(9) NAME
mangle_path - mangle and copy path to buffer beginning SYNOPSIS
char * mangle_path(char * s, const char * p, const char * esc); ARGUMENTS
s buffer start p beginning of path in above buffer esc set of characters that need escaping DESCRIPTION
Copy the path from p to s, replacing each occurrence of character from esc with usual octal escape. Returns pointer past last written character in s, or NULL in case of failure. COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 MANGLE_PATH(9)
Check Out this Related Man Page
term::ansi::code(n) Terminal control term::ansi::code(n) __________________________________________________________________________________________________________________________________________________ NAME
term::ansi::code - Helper for control sequences SYNOPSIS
package require Tcl 8.4 package require term::ansi::code ?0.1? ::term::ansi::code::esc str ::term::ansi::code::escb str ::term::ansi::code::define name escape code ::term::ansi::code::const name code _________________________________________________________________ DESCRIPTION
This package provides commands enabling the definition of control sequences in an easy manner. ::term::ansi::code::esc str This command returns the argument string, prefixed with the ANSI escape character, "