strftime           58 samples/vfs/test-statx.c 	len = strftime(buffer, 100, "%F %T", &tm);
strftime           66 samples/vfs/test-statx.c 	len = strftime(buffer, 100, "%z", &tm);
strftime           75 tools/bpf/bpftool/prog.c 		strftime(buf, size, "%s", &load_tm);
strftime           77 tools/bpf/bpftool/prog.c 		strftime(buf, size, "%FT%T%z", &load_tm);
strftime          598 tools/perf/builtin-kvm.c 		strftime(date, sizeof(date), "%H:%M:%S", &ltime);
strftime          147 tools/perf/jvmti/jvmti_agent.c 	strftime(str, sizeof(str), JIT_LANG"-jit-%Y%m%d", &tm);
strftime          553 tools/perf/util/time-utils.c 	if (!strftime(dt, sizeof(dt), "%Y%m%d%H%M%S", &tm))
strftime          109 tools/testing/selftests/net/nettest.c 	if (strftime(timebuf, buflen, "%T", localtime(&now)) == 0) {
strftime          163 tools/testing/selftests/timers/threadtest.c 	strftime(buf, 255, "%a, %d %b %Y %T %z", localtime(&start));
strftime          176 tools/testing/selftests/timers/threadtest.c 			strftime(buf, 255, "%a, %d %b %Y %T %z", localtime(&now));
strftime          943 tools/vm/page-types.c 	strftime(atime, sizeof(atime), "%c", localtime(&st->st_atime));
strftime          944 tools/vm/page-types.c 	strftime(mtime, sizeof(mtime), "%c", localtime(&st->st_mtime));