Searched refs:lprintf (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/usr.bin/csup/
H A Dmain.c57 lprintf(-1, "Usage: %s [options] supfile\n", basename(argv0));
58 lprintf(-1, " Options:\n");
59 lprintf(-1, USAGE_OPTFMT, "-1", "Don't retry automatically on failure "
61 lprintf(-1, USAGE_OPTFMT, "-4", "Force usage of IPv4 addresses");
62 lprintf(-1, USAGE_OPTFMT, "-6", "Force usage of IPv6 addresses");
63 lprintf(-1, USAGE_OPTFMT, "-a",
65 lprintf(-1, USAGE_OPTFMT, "-A addr",
67 lprintf(-1, USAGE_OPTFMT, "-b base",
69 lprintf(-1, USAGE_OPTFMT, "-c collDir",
71 lprintf(
[all...]
H A Dauth.c101 lprintf(2, "MD5 authentication started\n");
110 lprintf(-1, "Invalid server reply to USER\n");
119 lprintf(-1, "Authentication required, but not enabled on server\n");
146 lprintf(-1, "Server failed to authenticate itself to client\n");
149 lprintf(2, "MD5 authentication successful\n");
156 lprintf(-1, "Server error: %s\n", msg);
160 lprintf(-1, "Invalid server reply to AUTHMD5\n");
173 lprintf(-1, "Environment variable \"HOME\" is not set\n");
179 lprintf(-1, "Could not open file %s\n", authfile);
190 lprintf(
[all...]
H A Drcsfile.c168 lprintf(-1, "%s\n", line);
171 lprintf(-1, "\n");
215 lprintf(-1, "Cannot open \"%s\": %s\n", path, strerror(errno));
222 lprintf(-1, "Error parsing \"%s\"\n", name);
411 lprintf(2, "Empty branch!\n");
618 lprintf(-1, "Error applying reverse diff: %d\n", error);
689 lprintf(-1, "Error applying diff: %d\n", error);
708 lprintf(1, "\n");
710 lprintf(1, "name: '%s'\n", rf->name);
712 lprintf(
[all...]
H A Dproto.c147 lprintf(0, "Name lookup failure for \"%s\": %s\n", config->host,
173 lprintf(0, "Cannot connect to %s: %s\n", addrbuf,
177 lprintf(1, "Connected to %s\n", addrbuf);
206 lprintf(-1, "Rejected by server: %s\n", msg);
210 lprintf(2, "Server software version: %s\n",
214 lprintf(-1, "Invalid greeting from server\n");
235 lprintf(-1, "Protocol negotiation failed: %s\n", msg);
245 lprintf(-1, "Server protocol version %d.%d not supported "
251 lprintf(-1, "Invalid PROTO command from server\n");
267 lprintf(
[all...]
H A Dtoken.l77 lprintf(-1, "Parse error line %d: %s: %s\n", lineno, s, yytext);
H A Dconfig.c90 lprintf(-1, "Cannot open \"%s\": %s\n", file, strerror(errno));
101 lprintf(-1, "Empty supfile\n");
171 lprintf(-1,"Nonexistent prefix \"%s\" for "
256 lprintf(-1, "Read failure from \"%s\": %s\n", path,
437 lprintf(-1, "Release not specified for collection "
442 lprintf(-1, "Host not specified for collection "
449 lprintf(-1, "All \"host\" fields in the supfile "
538 lprintf(-1, "Parse error in \"%s\": \"list\" suffix "
550 lprintf(-1, "Parse error in \"%s\": Invalid "
H A Dupdater.c307 lprintf(1, "Updating collection %s/%s\n", coll->co_name,
367 lprintf(1, "Applying fixups for collection %s/%s\n",
583 lprintf(1, " Create %s -> Attic\n", name);
585 lprintf(1, " Create %s\n", name);
637 lprintf(1, " Mkdir %s\n", name);
692 lprintf(1, " Rmdir %s\n", name);
795 lprintf(1, " Fixup %s\n", name);
816 lprintf(1, " Append to %s\n", name);
826 lprintf(-1, "Server warning: %s\n", msg);
848 lprintf(
[all...]
H A Dmisc.h111 int lprintf(int, const char *, ...) __printflike(2, 3);
H A Ddetailer.c338 lprintf(-1, "Server warning: %s\n", msg);
376 lprintf(-1, "Error reading \"%s\"\n", name);
H A Dmisc.c85 lprintf(int level, const char *fmt, ...) function
H A Dfattr.c760 lprintf(-1, "Character devices not supported!\n");
762 lprintf(-1, "Block devices not supported!\n");
H A Dmux.c723 lprintf(-1, "%s\n", errmsg);
725 lprintf(-1, "%s: %s\n", name, errmsg);
/freebsd-10-stable/sys/pc98/cbus/
H A Dolpt.c130 #define lprintf(args) macro
132 #define lprintf(args) do { \ macro
388 lprintf(("lp: still open %x\n", sc->sc_state));
402 lprintf(("lp flags 0x%x\n", sc->sc_flags));
418 lprintf(("irq %x\n", sc->sc_irq));
425 lprintf(("opened.\n"));
435 lprintf(("T %x ", inb(sc->sc_port+lpt_status)));
480 lprintf(("closed.\n"));
499 lprintf(("p"));
570 lprintf(("
[all...]
/freebsd-10-stable/sys/dev/ppbus/
H A Dlpt.c90 #define lprintf(args) macro
92 #define lprintf(args) \ macro
247 lprintf(("out=%x\tin=%x\ttout=%d\n", data, temp, timeout));
406 lprintf(("irq %x\n", sc->sc_irq));
454 lprintf(("T %x ", ppb_rstr(ppbus)));
499 lprintf(("%s: still open %x\n", device_get_nameunit(lptdev),
523 lprintf(("%s flags 0x%x\n", device_get_nameunit(lptdev),
549 lprintf(("status %x\n", ppb_rstr(ppbus)));
586 lprintf(("irq %x\n", sc->sc_irq));
597 lprintf(("opene
[all...]
H A Dif_plip.c141 #define lprintf if (lptflag) printf macro
474 lprintf("LP:ioctl(0x%lx)\n", cmd);
652 lprintf("R");
709 lprintf("&");
771 lprintf("X");
782 lprintf("^");
790 lprintf("&");
817 lprintf("X");
828 lprintf("^");

Completed in 186 milliseconds