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

12

/freebsd-11-stable/contrib/tcsh/
H A Dsh.time.c368 xprintf("es->tms_utime %lu bs->tms_utime %lu\n",
370 xprintf("es->tms_stime %lu bs->tms_stime %lu\n",
372 xprintf("ms %llu e %p b %p\n", (unsigned long long)ms, e, b);
373 xprintf("t %llu\n", (unsigned long long)t);
438 xprintf("%ld.%01ld%%", i / 10, i % 10); /* nn.n% */
448 xprintf("%ld", i);
456 xprintf("%lu", (unsigned long)memtmp);
465 xprintf("%lu", (unsigned long)memtmp);
476 xprintf("%lu", (unsigned long)memtmp);
481 xprintf("
[all...]
H A Dtc.bind.c126 xprintf(CGETS(20, 1, "Invalid key name `%S'\n"), v[no]);
190 xprintf(CGETS(20, 2, "Bad key name: %S\n"), in.buf);
237 xprintf("%s\t->\t%s\n", unparsed, fp->name);
256 xprintf(CGETS(20, 3, "Bad command name: %S\n"), str);
264 xprintf(CGETS(20, 4, "Bad key spec %S\n"), str);
381 xprintf("%s", CGETS(20, 5, "Null string specification\n"));
414 xprintf("%s", CGETS(20, 6, "Standard key bindings\n"));
424 xprintf("%s", CGETS(20, 7, "Alternative key bindings\n"));
433 xprintf("%s", CGETS(20, 8, "Multi-character bindings\n"));
435 xprintf("
[all...]
H A Dtw.comp.c73 xprintf("tw_find(%s) \n", short2str(strip(p)));
117 xprintf("%s\t", short2str(p->v_name));
252 xprintf("G%smatch(%s, ", exact ? "" : "n", short2str(str));
253 xprintf("%s, ", short2str(pat));
254 xprintf("%s) = %d [%" TCSH_PTRDIFF_T_FMT "d]\n", short2str(estr), rv,
496 xprintf("'%s' ", short2str(wl[i]));
497 xprintf("\n");
510 xprintf("\r\n");
511 xprintf(" w#: %lu\n", (unsigned long)wordno);
512 xprintf("lin
[all...]
H A Dsh.print.c53 xprintf("%d:", i);
59 xprintf("%d", i / 60);
62 xprintf(":");
83 xprintf("%d:", i);
89 xprintf("%d", i / 60);
92 xprintf(":");
94 xprintf(".");
102 xprintf("%u%u", i / 10, i % 10);
H A Dtc.alloc.c163 xprintf(str, p); \
164 xprintf(" (memtop = %p membot = %p)\n", memtop, membot); \
170 xprintf(str, p); \
171 xprintf(" (memtop = %p membot = %p)\n", memtop, membot); \
219 xprintf(CGETS(19, 1, "nbytes=%zu: Out of memory\n"), nbytes);
615 xprintf(CGETS(19, 8, "%s current memory allocation:\nfree:\t"), progname);
619 xprintf(" %4zd", j);
622 xprintf("\n%s:\t", CGETS(19, 9, "used"));
624 xprintf(" %4d", nmalloc[i]);
627 xprintf(CGET
[all...]
H A Ded.xmap.c215 xprintf("%s", CGETS(9, 1, "AddXkey: Null extended-key not allowed.\n"));
220 xprintf("%s",
318 xprintf("%s",
452 xprintf(CGETS(9, 4, "Unbound extended key \"%S\"\n"), cs.buf);
512 xprintf(CGETS(9, 6, "Enumerate: BUG!! Null ptr passed\n!"));
546 xprintf("%-15S-> ", key);
555 xprintf(fmt, p);
562 xprintf(fmt, fp->name);
569 xprintf(fmt, CGETS(9, 7, "no input"));
616 xprintf(CGET
[all...]
H A Dtc.who.c250 xprintf(CGETS(26, 1,
266 xprintf(CGETS(26, 2,
463 xprintf("%s/%s -> ", a->who_name, a->who_tty);
466 xprintf("TAIL\n");
468 xprintf(CGETS(26, 3, "BUG! last element is not whotail!\n"));
472 xprintf(CGETS(26, 4, "backward: "));
474 xprintf("%s/%s -> ", a->who_name, a->who_tty);
477 xprintf("HEAD\n");
479 xprintf(CGETS(26, 5, "BUG! first element is not whohead!\n"));
483 xprintf(CGET
[all...]
H A Ded.inputl.c158 xprintf("Cursor > LastChar\r\n");
160 xprintf("Cursor < InputBuf\r\n");
162 xprintf("Cursor > InputLim\r\n");
164 xprintf("LastChar > InputLim\r\n");
166 xprintf("InputLim != &InputBuf[INBUFSIZE-2]\r\n");
168 xprintf("(!DoingArg) && (Argument != 1)\r\n");
170 xprintf("CcKeyMap[0] == 0 (maybe not inited)\r\n");
180 xprintf(CGETS(6, 1, "ERROR: illegal command from key 0%o\r\n"), ch);
263 xprintf("%s", CGETS(6, 2, "yes\n"));
269 xprintf("
[all...]
H A Dma.setp.c121 if (eflag) xprintf(CGETS(10, 1, \
128 if (eflag) xprintf(CGETS(10, 2, \
242 xprintf(CGETS(10, 3,
421 xprintf(CGETS(10, 4, "setpath: %s not found in %s\n"),
437 xprintf(CGETS(10, 4, "setpath: %s not found in %s\n"),
488 xprintf(CGETS(10, 4, "setpath: %s not found in %s\n"),
502 xprintf(CGETS(10, 5,
534 xprintf(CGETS(10, 4, "setpath: %s not found in %s\n"),
548 xprintf(CGETS(10, 5,
H A Ded.screen.c382 xprintf("%s", CGETS(7, 1, "\n\tTcsh thinks your terminal has the\n"));
383 xprintf("%s", CGETS(7, 2, "\tfollowing characteristics:\n\n"));
384 xprintf(CGETS(7, 3, "\tIt has %d columns and %d lines\n"),
389 xprintf(CGETS(7, 4, "\tIt has %s meta key\n"), s);
392 xprintf(CGETS(7, 7, "\tIt can%s use tabs\n"), s);
396 xprintf(CGETS(7, 9, "\tIt %s automatic margins\n"), s);
401 xprintf(CGETS(7, 12, "\tIt %s magic margins\n"), s);
406 xprintf("\t%36s (%s) == %s\n", t->long_name, t->name, s);
556 xprintf(fmts, T_Tabs ? CGETS(7, 14, "yes") :
561 xprintf(fmt
[all...]
H A Dsh.proc.c80 # define jobdebug_xprintf(s) xprintf s
495 xprintf("%s", CGETS(17, 1, "BUG: waiting for background job!\n"));
576 xprintf(CGETS(17, 2, "Exit %d\n"), reason);
672 xprintf("%s", CGETS(17, 3, "BUG: process flushed twice"));
961 xprintf("[%d]", pp->p_index);
964 xprintf(" %d", pp->p_procid);
1050 xprintf("[%d]%s %c ", pp->p_index,
1055 xprintf(" ");
1058 xprintf("%5d ", pp->p_procid);
1060 xprintf("
[all...]
H A Dtc.disc.c106 xprintf(CGETS(21, 1, "Couldn't get local chars.\n"));
115 xprintf(CGETS(21, 2, "Couldn't set local chars.\n"));
H A Dtw.parse.c237 xprintf(CGETS(30, 1, "starting_a_command %d\n"), looking);
238 xprintf("\ncmd_start:%S:\n", qline.s + cmd_start);
239 xprintf("qline:%S:\n", qline.s);
240 xprintf("qline:");
242 xprintf("%c", *p & QUOTE ? '-' : ' ');
243 xprintf(":\n");
244 xprintf("word:%S:\n", qline.s + word);
245 xprintf("word:");
247 xprintf("%c", *p & QUOTE ? '-' : ' ');
248 xprintf("
[all...]
H A Dtc.os.c200 xprintf("%s\n", xvers);
295 xprintf(local);
297 xprintf("%s ", st->sf_ctype);
302 xprintf("%s ", xc);
304 xprintf("*cpu %d* ", (int) (p[i] & SPATH_MASK));
314 xprintf(local);
316 xprintf("%s ", st->sf_sname);
318 xprintf("*site %d* ", (int) (p[i] & SPATH_MASK));
391 xprintf("%d: %s\n", pid, strerror(errno));
397 xprintf(CGET
[all...]
H A Ded.init.c132 xprintf("ed_set_tty_eight_bit: tty_getty: %s\n", strerror(errno));
186 xprintf("ed_Setup: tty_getty: %s\n", strerror(errno));
251 xprintf("ed_Setup: tty_setty: %s\n", strerror(errno));
271 xprintf("rst received in ed_Setup() %d\n", rst);
376 xprintf("Rawmode: tty_getty: %s\n", strerror(errno));
536 xprintf("Rawmode: tty_setty: %s\n", strerror(errno));
571 xprintf("Cookedmode: tty_setty: %s\n", strerror(errno));
682 xprintf("QuoteModeOn: tty_setty: %s\n", strerror(errno));
699 xprintf("QuoteModeOff: tty_setty: %s\n", strerror(errno));
H A Dglob.c263 xprintf("%s", pre);
265 xprintf("%c", *p & 0xff);
266 xprintf("\n%s", pre);
268 xprintf("%c", *p & M_PROTECT ? '"' : ' ');
269 xprintf("\n%s", pre);
271 xprintf("%c", *p & M_META ? '_' : ' ');
272 xprintf("\n");
H A Dsh.lex.c229 xprintf("%S", sp->word);
1359 xprintf("readc\n");
1371 xprintf("alvecp %c\n", *alvecp & 0xff);
1489 xprintf(CGETS(16, 1, "Reset tty pgrp from %d to %d\n"),
1515 xprintf("%s", CGETS(16, 2,
1518 xprintf(CGETS(16, 3,
1743 xprintf(CGETS(16, 4, "seek to eval %x %x\n"), evalvec, evalp);
1750 xprintf(CGETS(16, 5, "seek to alias %x %x\n"), alvec, alvecp);
1755 xprintf(CGETS(16, 6, "seek to file %x\n"), fseekp);
1782 xprintf(CGET
[all...]
H A Dsh.hist.c493 xprintf("Hash %d (%d Char %u words) with %s: %d nsec/hash, %d mcps\n",
541 xprintf("Occupancy of %d buckets by %d hashes %d Chars %d word with %s\n",
544 xprintf(" %d buckets (%d%%) with %d hits\n",
578 xprintf("Rehash collision figure of merit %u (ideal=100), run lengths:\n",
582 xprintf(" %d runs of length %d buckets\n", bins[i], i);
651 xprintf(" found len %u occupied %u deleted %u\n",
664 xprintf("%s history hash table len %u count %u (deleted %d)\n", reason,
666 xprintf(" inserts %u rehashes %u%% each\n",
670 xprintf(" removes %u net %u\n",
782 xprintf("Growin
[all...]
H A Dsh.err.c635 xprintf("Can't load history: ");/*FIXRESET*/
637 xprintf("%s: ", bname);/*FIXRESET*/
640 xprintf("%s.\n", seterr);/*FIXRESET*/
643 xprintf(".\n");/*FIXRESET*/
H A Dtw.help.c106 xprintf(CGETS(29, 1, "No help file for %S\n"), name);
H A Dsh.c889 xprintf("%S\n", varval(STRversion));
893 xprintf("%S\n\n", varval(STRversion));
894 xprintf("%s", CGETS(11, 8, HELP_STRING));
1236 xprintf("setpgid:");
1240 xprintf("tcsetpgrp:");
1253 xprintf("setpgid:");
1273 xprintf(CGETS(11, 1, "Warning: no access to tty (%s).\n"),
1275 xprintf("%s",
1440 xprintf("logout\n");
1449 xprintf("exi
[all...]
H A Dsh.dir.c90 xprintf(CGETS(12, 1, "%s: Trying to start from \"%s\"\n"), progname, from);
105 xprintf("%s: %s\n", progname, strerror(errno));
275 xprintf("%d\t", idx++);
291 xprintf("~%S", user);
292 xprintf("%-S%c", s, (dflag & DIR_VERT) ? '\n' : ' ');
303 xprintf("~%-S%S", user, dir);
305 xprintf("%S", dir);
908 xprintf("%s: %s\n", progname, strerror(errno));
1402 xprintf("cd %S\n", quote_meta(&qname, dp->di_name));
1405 xprintf("push
[all...]
/freebsd-11-stable/usr.bin/sockstat/
H A Dsockstat.c124 xprintf(const char *fmt, ...) function
854 return (xprintf("%.*s", sun->sun_len - off, sun->sun_path));
863 return xprintf("%s:*", addrstr);
865 return xprintf("%s:%d", addrstr, port);
988 pos += xprintf(" ");
989 pos += xprintf("%s", s->protoname);
991 pos += xprintf("4");
993 pos += xprintf("6");
995 pos += xprintf(" ");
1001 pos += xprintf(" ");
[all...]
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c361 static int xprintf(FILE *, char const *, ...) NTP_PRINTF(2, 3);
393 xprintf( function
440 xprintf(stderr,
493 xprintf(stderr, "Variable list full\n");
529 (void) xprintf(stderr, "Variable `%s' not found\n",
593 xprintf(stderr,
650 xprintf(fp, "No variables on list\n");
655 xprintf(fp, "%s\n", vlist[n].name);
657 xprintf(fp, "%s=%s\n", vlist[n].name,
751 xprintf(f
[all...]
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_table.c68 static void xprintf(int, const char *, ...);
101 xprintf(opts, "%d table created", nadd); \
163 xprintf(opts, "%d tables deleted", ndel);
195 xprintf(opts, "%d table deleted", ndel);
200 xprintf(opts, "%d addresses deleted", ndel);
210 xprintf(opts, "%d/%d addresses added", nadd, b.pfrb_size);
224 xprintf(opts, "%d/%d addresses deleted", ndel, b.pfrb_size);
249 xprintf(opts, "%d addresses added", nadd);
251 xprintf(opts, "%d addresses deleted", ndel);
253 xprintf(opt
561 xprintf(int opts, const char *fmt, ...) function
[all...]

Completed in 217 milliseconds

12