Home
last modified time | relevance | path

Searched refs:do_truncate (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/other/
Dtruncate.c33 static void do_truncate(int fd, char *name)
64 0666, do_truncate); in truncate_main()
/external/libmojo/third_party/jinja2/
Dfilters.py448 def do_truncate(s, length=255, killwords=False, end='...'): function
965 'truncate': do_truncate,