Searched refs:SNPRINTF (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | top.c | 17 #define SNPRINTF(buf, size, fmt, args...) \ macro 46 ret = SNPRINTF(bf, size, in perf_top__header_snprintf() 56 ret = SNPRINTF(bf, size, in perf_top__header_snprintf() 75 ret += SNPRINTF(bf + ret, size - ret, "%" PRIu64 "%s ", in perf_top__header_snprintf() 80 ret += SNPRINTF(bf + ret, size - ret, "%s", evsel__name(top->sym_evsel)); in perf_top__header_snprintf() 82 ret += SNPRINTF(bf + ret, size - ret, "], "); in perf_top__header_snprintf() 85 ret += SNPRINTF(bf + ret, size - ret, " (target_pid: %s", in perf_top__header_snprintf() 88 ret += SNPRINTF(bf + ret, size - ret, " (target_tid: %s", in perf_top__header_snprintf() 91 ret += SNPRINTF(bf + ret, size - ret, " (uid: %s", in perf_top__header_snprintf() 94 ret += SNPRINTF(bf + ret, size - ret, " (all"); in perf_top__header_snprintf() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/texinfo/texinfo/ |
| H A D | 0001-gnulib-Update.patch | 7122 - /* SNPRINTF or sprintf failed. Save and use the errno 7126 + /* SNPRINTF or sprintf failed. Use the errno that it
|