Searched refs:create_args_list (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/pools/poolstat/ |
H A D | poolstat.c | 155 create_args_list(char *, poolstat_list_element_t *, const char *); 220 pnames = create_args_list(optarg, pnames, in main() 225 rtypes = create_args_list(optarg, rtypes, in main() 288 rtypes = create_args_list("pset", NULL, " \t,"); in main() 324 create_args_list(char *arg, poolstat_list_element_t *le, const char *delim) in create_args_list() function
|