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

/freebsd-9.3-release/lib/libc/nameser/
H A Dns_ttl.c43 static int fmt1(int t, char s, char **buf, size_t *buflen);
65 T(fmt1(weeks, 'W', &dst, &dstlen));
69 T(fmt1(days, 'D', &dst, &dstlen));
73 T(fmt1(hours, 'H', &dst, &dstlen));
77 T(fmt1(mins, 'M', &dst, &dstlen));
81 T(fmt1(secs, 'S', &dst, &dstlen));
149 fmt1(int t, char s, char **buf, size_t *buflen) { function
/freebsd-9.3-release/tools/regression/lib/libc/gen/
H A Dtest-fmtcheck.c39 char *fmt1; member in struct:test_fmt
85 f1 = test_fmts[i].fmt1;
/freebsd-9.3-release/usr.bin/ldd/
H A Dldd.c84 execldd32(char *file, char *fmt1, char *fmt2, int aflag, int vflag) argument
97 if (fmt1 != NULL) {
99 argv[i++] = strdup(fmt1);
136 char *fmt1, *fmt2; local
140 fmt1 = fmt2 = NULL;
148 if (fmt1 != NULL) {
153 fmt1 = optarg;
166 if (vflag && fmt1 != NULL)
204 rval |= execldd32(*argv, fmt1, fmt2, aflag, vflag);
218 if (fmt1 !
[all...]
/freebsd-9.3-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_prints.c190 char *fmt1, *k, *p;
193 fmt1 = fmt_buf;
195 strcpy (fmt1, fmt);
197 while ((k = is_there_reiserfs_struct(fmt1, &what, &skip)) != NULL) {
200 p += vsprintf (p, fmt1, args);
234 fmt1 = k + 2;
237 vsprintf(p, fmt1, args);
/freebsd-9.3-release/usr.sbin/boot0cfg/
H A Dboot0cfg.c96 static const char fmt1[] = "%d 0x%02x %4u:%3u:%2u 0x%02x" variable
419 printf(fmt1, 1 + i, part[i].dp_flag,
/freebsd-9.3-release/contrib/gcc/
H A Dtoplev.c1194 static const char fmt1[] = local
1207 file == stderr ? _(fmt1) : fmt1,
/freebsd-9.3-release/libexec/rtld-elf/
H A Drtld.c3974 char *fmt1, *fmt2, *fmt, *main_local, *list_containers; local
3980 if ((fmt1 = getenv(LD_ "TRACE_LOADED_OBJECTS_FMT1")) == NULL)
3981 fmt1 = "\t%o => %p (%x)\n";
4007 fmt = is_lib ? fmt1 : fmt2;

Completed in 85 milliseconds