/src/tests/lib/libc/gen/ |
t_fmtcheck.c | 43 const char *fmt2; member in struct:test_fmt 99 f2 = test_fmts[i].fmt2;
|
/src/usr.bin/ldd/ |
ldd.c | 124 const char *fmt1 = NULL, *fmt2 = NULL; local in function:main 136 if (fmt2) 138 fmt2 = optarg; 143 if (fmt1 || fmt2) 182 if (elf_ldd(fd, *argv, path, fmt1, fmt2) == -1) { 190 if (elf32_ldd(fd, *argv, path, fmt1, fmt2) == -1) { 198 if (elf32_ldd_compat(fd, *argv, path, fmt1, fmt2) == -1) {
|
/src/usr.bin/mail/ |
send.c | 399 fmt2(const char *str, FILE *fo) function in typeref:typename:void 462 fmt2(np->n_name, fo);
|
/src/sys/arch/m68k/include/ |
cpuframe.h | 55 struct fmt2 { struct in union:frame::F_u
|
/src/usr.bin/stat/ |
stat.c | 587 char *fmt2 = NULL; /* replacement fmt (if not NULL) */ local in function:fmttime 589 char *f2p = NULL; /* ptr into fmt2 - last added */ 604 if (fmt2 == NULL) { 608 if ((fmt2 = calloc(flen, 1)) == NULL) { 612 f2p = fmt2; 616 fmt = fmt2; 637 if (fmt2 != NULL) { 646 free(fmt2);
|