Searched defs:all (Results 1 - 2 of 2) sorted by relevance

/system/core/sh/
H A Dmiscbltin.c179 /* Last variable needs all IFS chars */
346 int set, all = 0; local
360 all = 1;
375 if (all || argptr[1])
393 if (all) {
/system/extras/librank/
H A Dlibrank.c75 struct library_info *get_library(const char *name, bool all) { argument
79 if (!all) {
220 bool all; local
233 all = false;
240 {"all", 0, 0, 'a'},
262 all = true;
354 li = get_library(pm_map_name(maps[j]), all);
433 " -a Show all mappings, including stack, heap and anon.\n"

Completed in 160 milliseconds