Home
last modified time | relevance | path

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

/third_party/toybox/lib/
Dportability.h328 struct xnotify *xnotify_init(int max);
Dportability.c194 struct xnotify *xnotify_init(int max) in xnotify_init() function
241 struct xnotify *xnotify_init(int max) in xnotify_init() function
/third_party/toybox/toys/posix/
Dtail.c230 if (FLAG(f)) TT.not = xnotify_init(toys.optc); in tail_main()