Searched refs:postfix (Results 1 – 6 of 6) sorted by relevance
| /tools/iio/ |
| A D | lsiio.c | 34 static inline int check_postfix(const char *str, const char *postfix) in check_postfix() argument 36 return strlen(str) > strlen(postfix) && in check_postfix() 37 strcmp(str + strlen(str) - strlen(postfix), postfix) == 0; in check_postfix()
|
| /tools/thermal/thermometer/ |
| A D | thermometer.c | 42 char postfix[PATH_MAX]; member 212 strftime(options->postfix, sizeof(options->postfix), in options_init() 237 strcpy(options->postfix, optarg); in options_init() 374 thermometer->tz[i].name, options->postfix); in thermometer_start()
|
| /tools/testing/memblock/tests/ |
| A D | common.c | 154 void print_prefixes(const char *postfix) in print_prefixes() argument 158 test_print(postfix); in print_prefixes()
|
| /tools/perf/util/ |
| A D | data.h | 94 const char *postfix,
|
| A D | data.c | 412 const char *postfix, in perf_data__switch() argument 421 if (asprintf(new_filepath, "%s.%s", data->path, postfix) < 0) in perf_data__switch()
|
| /tools/perf/ |
| A D | builtin-record.c | 2908 const char *postfix = rec->timestamp_filename ? in __cmd_record() local 2919 data->path, postfix, samples); in __cmd_record()
|
Completed in 16 milliseconds