Home
last modified time | relevance | path

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

/third_party/toybox/toys/posix/
Dps.c217 int (*match_process)(long long *slot);
814 if (TT.match_process && !TT.match_process(slot)) return 0; in get_ps()
1358 TT.match_process = ps_match_process; in ps_main()
1753 TT.match_process = shared_match_process; in top_setup()
1912 TT.match_process = pgrep_match_process; in pgrep_main()
/third_party/toybox/porting/liteos_a/toys/posix/
Dps.c174 int (*match_process)(long long *slot);
771 if (TT.match_process && !TT.match_process(slot)) return 0; in get_ps()
1606 TT.match_process = shared_match_process; in top_setup()
1754 TT.match_process = pgrep_match_process; in pgrep_main()
/third_party/toybox/generated/
Dglobals.h1333 int (*match_process)(long long *slot); member