Home
last modified time | relevance | path

Searched refs:octal_deslash (Results 1 – 4 of 4) sorted by relevance

/external/toybox/toys/other/
Dswapoff.c34 octal_deslash(line); in swapoff_main()
/external/toybox/lib/
Dportability.c162 octal_deslash(mt->dir); in xgetmountlist()
163 octal_deslash(mt->device); in xgetmountlist()
Dlib.h274 void octal_deslash(char *s);
Dlib.c1532 void octal_deslash(char *s) in octal_deslash() function