Searched refs:fmt2 (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dvsyslog.c64 char *fmt2; local
73 fmt2 = malloc (fmt_len + 1);
74 if (fmt2 == NULL) {
79 for (p = fmt, p2 = fmt2; *p != '\0'; ++p) {
86 pos = p2 - fmt2;
88 tmp = realloc (fmt2, fmt2_len + 1);
90 free (fmt2);
94 fmt2 = tmp;
95 p2 = fmt2 + pos;
104 ret = vasprintf (&buf, fmt2, a
[all...]
/freebsd-10.0-release/tools/regression/lib/libc/gen/
H A Dtest-fmtcheck.c40 char *fmt2; member in struct:test_fmt
86 f2 = test_fmts[i].fmt2;
/freebsd-10.0-release/usr.bin/ldd/
H A Dldd.c84 execldd32(char *file, char *fmt1, char *fmt2, int aflag, int vflag) argument
101 if (fmt2 != NULL) {
103 argv[i++] = strdup(fmt2);
136 char *fmt1, *fmt2; local
140 fmt1 = fmt2 = NULL;
149 if (fmt2 != NULL)
151 fmt2 = optarg;
204 rval |= execldd32(*argv, fmt1, fmt2, aflag, vflag);
220 if (fmt2 != NULL)
221 LDD_SETENV("TRACE_LOADED_OBJECTS_FMT2", fmt2,
[all...]
/freebsd-10.0-release/contrib/atf/atf-report/
H A Dintegration_test.sh221 'atf-report -o csv:fmt.out -o csv:fmt2.out <tps.out'
223 atf_check -s eq:0 -o empty -e empty cmp -s fmt.out fmt2.out
224 rm -f fmt.out fmt2.out
228 'atf-report -o csv:fmt.out -o ticker:fmt2.out <tps.out'
230 atf_check -s eq:1 -o empty -e empty cmp -s fmt.out fmt2.out
231 atf_check -s eq:0 -o ignore -e empty grep "test cases" fmt2.out
232 atf_check -s eq:0 -o ignore -e empty grep "Failed test cases" fmt2.out
233 atf_check -s eq:0 -o ignore -e empty grep "Summary for" fmt2.out
234 rm -f fmt.out fmt2.out
/freebsd-10.0-release/contrib/gcc/
H A Dtoplev.c1165 static const char fmt2[] = local
1176 file == stderr ? _(fmt2) : fmt2,
/freebsd-10.0-release/libexec/rtld-elf/
H A Drtld.c3969 char *fmt1, *fmt2, *fmt, *main_local, *list_containers; local
3978 if ((fmt2 = getenv(LD_ "TRACE_LOADED_OBJECTS_FMT2")) == NULL)
3979 fmt2 = "\t%o (%x)\n";
4002 fmt = is_lib ? fmt1 : fmt2;

Completed in 108 milliseconds