Home
last modified time | relevance | path

Searched refs:fmt1 (Results 1 – 6 of 6) sorted by relevance

/dragonfly/lib/libc/nameser/
H A Dns_ttl.c41 static int fmt1(int t, char s, char **buf, size_t *buflen);
63 T(fmt1(weeks, 'W', &dst, &dstlen)); in ns_format_ttl()
67 T(fmt1(days, 'D', &dst, &dstlen)); in ns_format_ttl()
71 T(fmt1(hours, 'H', &dst, &dstlen)); in ns_format_ttl()
75 T(fmt1(mins, 'M', &dst, &dstlen)); in ns_format_ttl()
79 T(fmt1(secs, 'S', &dst, &dstlen)); in ns_format_ttl()
147 fmt1(int t, char s, char **buf, size_t *buflen) { in fmt1() function
/dragonfly/usr.bin/ldd/
H A Dldd.c56 char *fmt1 = NULL, *fmt2 = NULL; in main() local
68 if (fmt1) { in main()
73 fmt1 = optarg; in main()
93 if (fmt1) { in main()
94 if (setenv("LD_TRACE_LOADED_OBJECTS_FMT1", fmt1, 1) == -1) in main()
95 err(1, "setenv: cannot set LD_TRACE_LOADED_OBJECTS_FMT1=%s", fmt1); in main()
170 else if (fmt1 == NULL && fmt2 == NULL) in main()
/dragonfly/usr.sbin/boot0cfg/
H A Dboot0cfg.c71 static const char fmt1[] = "%d 0x%02x %4u:%3u:%2u 0x%02x" variable
289 printf(fmt1, 1 + i, part[i].dp_flag, in display_mbr()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtoplev.c693 static const char fmt1[] = in print_version() local
710 file == stderr ? _(fmt1) : fmt1, in print_version()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtoplev.c627 static const char fmt1[] = in print_version() local
644 file == stderr ? _(fmt1) : fmt1, in print_version()
/dragonfly/libexec/rtld-elf/
H A Drtld.c4247 const char *fmt1, *fmt2, *fmt, *main_local, *list_containers; in trace_loaded_objects() local
4253 if ((fmt1 = _getenv_ld("LD_TRACE_LOADED_OBJECTS_FMT1")) == NULL) in trace_loaded_objects()
4254 fmt1 = "\t%o => %p (%x)\n"; in trace_loaded_objects()
4280 fmt = is_lib ? fmt1 : fmt2; in trace_loaded_objects()