Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dcrontab.c243 static void do_replace(char *name) in do_replace() function
351 do_replace(pwd->pw_name); in crontab_main()
358 do_replace(pwd->pw_name); in crontab_main()
/external/opencv3/3rdparty/jinja2/
Dfilters.py101 def do_replace(eval_ctx, s, old, new, count=None): function
937 'replace': do_replace,