Home
last modified time | relevance | path

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

/busybox-1.35.0/findutils/
Dfind.c513 static int exec_actions(action ***appp, const char *fileName, const struct stat *statbuf) in exec_actions() function
884 return exec_actions(ap->subexpr, fileName, statbuf); in ACTF()
1016 r = exec_actions(G.actions, fileName, statbuf); in fileAction()