Home
last modified time | relevance | path

Searched refs:tablist (Results 1 - 2 of 2) sorted by relevance

/third_party/toybox/toys/posix/
H A Dexpand.c89 // Parse -t options to fill out unsigned array in tablist (if not NULL)
90 // return number of entries in tablist
91 static int parse_tablist(unsigned *tablist) in parse_tablist() argument
101 unsigned x, *t = tablist ? tablist+tabcount : &x; in parse_tablist()
105 if (tabcount++ && tablist && *(t-1) >= *t) break; in parse_tablist()
110 if (*s) error_exit("bad tablist"); in parse_tablist()
120 // Determine size of tablist, allocate memory, fill out tablist in expand_main()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 23 milliseconds