Searched refs:xprintf (Results 26 - 40 of 40) sorted by relevance

12

/freebsd-13-stable/contrib/tcsh/
H A Ded.term.c628 xprintf("%s%s", i != -1 ? "\n" : "",
641 xprintf("\n%*s", st, "");
647 xprintf("%c%s ", x, m->m_name);
649 xprintf("%s ", m->m_name);
1125 xprintf("%s ^%c ", m->m_name, s[i] + 'A' - 1);
H A Dsh.set.c1126 xprintf("%S\t", p->v_name);
1173 xprintf(CGETS(18, 2,
1204 xprintf(CGETS(18, 3,
1216 xprintf(CGETS(18, 4,
1223 xprintf(CGETS(18, 4,
H A Dsh.file.c330 xprintf("%S", items[i]);
444 xprintf("%S", recognized_part);
450 xprintf("%S", recognized_part);
H A Ded.chared.c1834 xprintf("\nHist_num = %d\n", Hist_num);
1835 xprintf("patlen = %d\n", (int)patbuf.len);
1836 xprintf("patbuf = \"%S\"\n", patbuf.s);
1837 xprintf("Cursor %d LastChar %d\n", Cursor - InputBuf, LastChar - InputBuf);
1855 xprintf("%s: e_up_search_hist(): Hist_num < 0; resetting.\n", progname);
1890 xprintf("Comparing with \"%S\"\n", hl);
1906 xprintf("not found\n");
1949 xprintf("Comparing with \"%S\"\n", hl);
1962 xprintf("not found\n");
2869 xprintf("di
[all...]
H A Dsh.misc.c102 xprintf("%S", *av);
104 xprintf(" ");
H A Dtw.color.c475 xprintf("%S", filename);
485 xprintf("%S", filename);
H A Dsh.exec.c750 xprintf(CGETS(13, 1, "hash=%-4d dir=%-2d prog=%s\n"),
784 xprintf(CGETS(13, 2, "%d hash buckets of %d bits each\n"),
787 xprintf(CGETS(13, 3, "debug mask = 0x%08x\n"), hashdebug);
791 xprintf(CGETS(13, 4, "%d hits, %d misses, %d%%\n"),
975 xprintf(CGETS(13, 5, "%S: shell built-in command.\n"),
991 xprintf(CGETS(13, 5, "%S: shell built-in command.\n"),
1045 xprintf(CGETS(13, 6, "%S: Command not found.\n"), sp->word);
1090 xprintf("%s", CGETS(13, 7, "where: / in command makes no sense\n"));
1098 xprintf(CGETS(13, 8, "%S is aliased to "), cmd);
1112 xprintf(CGET
[all...]
H A Dtc.decls.h228 extern int xprintf (const char *, ...)
H A Ded.defns.c1787 xprintf("CcKeyMap should be %u entries, but is %zu.\r\n",
1791 xprintf("CcAltMap should be %u entries, but is %zu.\r\n",
1795 xprintf("CcEmacsMap should be %u entries, but is %zu.\r\n",
1799 xprintf("CcViMap should be %u entries, but is %zu.\r\n",
1803 xprintf("CcViCmdMap should be %u entries, but is %zu.\r\n",
H A Dtc.printf.c384 xprintf(const char *fmt, ...) function
H A Dsh.exp.c1039 xprintf("%s=%lld\t", str, i);
1041 xprintf("%s=%ld\t", str, i);
1049 xprintf("%s=%S\t", str, cp);
H A Dsh.func.c232 xprintf("%S", res);
235 xprintf(" ");
237 xprintf("\n");
779 /* xprintf("? "), flush(); */
1145 xprintf("o->type %c o->a_seek %d o->f_seek %d\n",
1154 xprintf("start->type %c start->a_seek %d start->f_seek %d\n",
1157 xprintf("end->type %c end->a_seek %d end->f_seek %d\n",
1359 xprintf("%S\n", *ep);
1369 xprintf("%S\n", e);
1803 xprintf("
[all...]
H A Dsh.h698 # define _reset() xprintf("reset %s %zu\n", reslab.f, reslab.l), \
H A Dsh.sem.c660 xprintf(CGETS(17, 2, "Exit %d\n"), rv);
/freebsd-13-stable/lib/libc/stdio/
H A DMakefile.inc31 SRCS+= xprintf.c xprintf_float.c xprintf_int.c xprintf_str.c

Completed in 98 milliseconds

12