Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dps.c261 int (*match_process)(long long *slot);
639 if (TT.match_process && !TT.match_process(slot)) return 0; in get_ps()
1061 TT.match_process = ps_match_process; in ps_main()
1417 TT.match_process = shared_match_process; in top_setup()
1567 TT.match_process = pgrep_match_process; in pgrep_main()
/external/toybox/generated/
Dglobals.h1183 int (*match_process)(long long *slot); member