Query: mangle_path
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MANGLE_PATH(9) The Linux VFS MANGLE_PATH(9)NAMEmangle_path - mangle and copy path to buffer beginningSYNOPSISchar * mangle_path(char * s, const char * p, const char * esc);ARGUMENTSs buffer start p beginning of path in above buffer esc set of characters that need escapingDESCRIPTIONCopy 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 MANGLE_PATH(9)