table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
MANGLE_PATH(9) | The Linux VFS | MANGLE_PATH(9) |
NAME¶
mangle_path - mangle and copy path to buffer beginningSYNOPSIS¶
char *
mangle_path(char * s,
const char * p,
const char * esc);
ARGUMENTS¶
sbuffer 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¶
February 2017 | Kernel Hackers Manual 3.16 |