Lines Matching refs:name
180 char *name; in post_get_env_flags() local
193 name = list; in post_get_env_flags()
195 while (*name == ' ') in post_get_env_flags()
196 name++; in post_get_env_flags()
197 if (*name == 0) in post_get_env_flags()
199 s = name + 1; in post_get_env_flags()
208 if (strcmp(post_list[j].cmd, name) == 0) { in post_get_env_flags()
215 printf("No such test: %s\n", name); in post_get_env_flags()
217 name = s + 1; in post_get_env_flags()
301 int post_run(char *name, int flags) in post_run() argument
308 if (name == NULL) { in post_run()
348 if (strcmp(post_list[i].cmd, name) == 0) in post_run()
368 " %s\n", test->cmd, test->name, test->desc); in post_info_single()
370 printf(" %-15s - %s\n", test->cmd, test->name); in post_info_single()
378 int post_info(char *name) in post_info() argument
382 if (name == NULL) { in post_info()
389 if (strcmp(post_list[i].cmd, name) == 0) in post_info()