Searched refs:fmt1 (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/lib/libc/nameser/
H A Dns_ttl.c45 static int fmt1(int t, char s, char **buf, size_t *buflen);
67 T(fmt1(weeks, 'W', &dst, &dstlen));
71 T(fmt1(days, 'D', &dst, &dstlen));
75 T(fmt1(hours, 'H', &dst, &dstlen));
79 T(fmt1(mins, 'M', &dst, &dstlen));
83 T(fmt1(secs, 'S', &dst, &dstlen));
151 fmt1(int t, char s, char **buf, size_t *buflen) { function
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fmtcheck.c42 const char *fmt1; member in struct:test_fmt
94 f1 = test_fmts[i].fmt1;
/freebsd-11-stable/lib/libc/tests/gen/
H A Dfmtcheck_test.c42 char *fmt1; member in struct:test_fmt
85 f1 = test_fmts[i].fmt1;
/freebsd-11-stable/usr.bin/ldd/
H A Dldd.c91 execldd32(char *file, char *fmt1, char *fmt2, int aflag, int vflag) argument
104 if (fmt1 != NULL) {
106 argv[i++] = strdup(fmt1);
143 char *fmt1, *fmt2; local
147 fmt1 = fmt2 = NULL;
155 if (fmt1 != NULL) {
160 fmt1 = optarg;
173 if (vflag && fmt1 != NULL)
211 rval |= execldd32(*argv, fmt1, fmt2, aflag, vflag);
225 if (fmt1 !
[all...]
/freebsd-11-stable/contrib/libxo/tests/core/
H A Dtest_12.c70 const char *fmt1 = "The {C:fg-red}{k:name}{C:reset} is " local
77 xo_emit_f(flags, fmt1, "thing", "green", "green", 2, 15);
/freebsd-11-stable/usr.sbin/boot0cfg/
H A Dboot0cfg.c98 static const char fmt1[] = "%d 0x%02x %4u:%3u:%2u 0x%02x" variable
453 printf(fmt1, 1 + i, part[i].dp_flag,
/freebsd-11-stable/contrib/gcc/
H A Dtoplev.c1194 static const char fmt1[] = local
1207 file == stderr ? _(fmt1) : fmt1,
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c4609 char *fmt1, *fmt2, *fmt, *main_local, *list_containers; local
4615 if ((fmt1 = getenv(_LD("TRACE_LOADED_OBJECTS_FMT1"))) == NULL)
4616 fmt1 = "\t%o => %p (%x)\n";
4644 fmt = is_lib ? fmt1 : fmt2;

Completed in 259 milliseconds