Symbol: syntax_error
sbin/cryptdisks/cryptdisks.c
114
syntax_error("at least %d tokens were expected but only %d "
sbin/cryptdisks/cryptdisks.c
147
syntax_error("stray opening quote not "
sbin/cryptdisks/cryptdisks.c
157
syntax_error("stray closing quote not "
sbin/cryptdisks/cryptdisks.c
207
syntax_error("The option 'tries' needs a parameter");
sbin/cryptdisks/cryptdisks.c
212
syntax_error("The option 'tries' expects an integer "
sbin/cryptdisks/cryptdisks.c
219
syntax_error("The option 'timeout' needs a parameter");
sbin/cryptdisks/cryptdisks.c
224
syntax_error("The option 'timeout' expects an integer "
sbin/cryptdisks/cryptdisks.c
233
syntax_error("The option 'keyscript' needs a parameter");
sbin/cryptdisks/cryptdisks.c
244
syntax_error("The 'keyscript' file could not be run");
sbin/cryptdisks/cryptdisks.c
248
syntax_error("The 'keyscript' program failed");
sbin/cryptdisks/cryptdisks.c
260
syntax_error("Unknown option: %s", option);
sbin/cryptdisks/cryptdisks.c
482
syntax_error("Invalid expression in options token");
sbin/cryptdisks/cryptdisks.c
63
static void syntax_error(const char *, ...) __printflike(1, 2);
sbin/devfsctl/devfsctl.c
153
syntax_error("could not stat %s on include, error: %s",
sbin/devfsctl/devfsctl.c
170
syntax_error("incorrect argument to 'jail'. Must be either y[es] or n[o]");
sbin/devfsctl/devfsctl.c
229
syntax_error("recursive group definition for group %s", gid->name);
sbin/devfsctl/devfsctl.c
262
syntax_error("invalid format for user/group (%s)", tokens[2]);
sbin/devfsctl/devfsctl.c
269
syntax_error("invalid user name %s", uname);
sbin/devfsctl/devfsctl.c
274
syntax_error("invalid group name %s", grname);
sbin/devfsctl/devfsctl.c
322
syntax_error("unknown group name '%s', you "
sbin/devfsctl/devfsctl.c
554
syntax_error("at least %d tokens were expected but only %d were found", num, i);
sbin/devfsctl/devfsctl.c
581
syntax_error("Maximum include depth (%d) exceeded, "
sbin/devfsctl/devfsctl.c
635
syntax_error("stray opening quote not at beginning of token");
sbin/devfsctl/devfsctl.c
641
syntax_error("stray closing quote not at end of token");
sbin/devfsctl/devfsctl.c
705
syntax_error("unknown verb/command %s", tokens[0]);
sbin/devfsctl/devfsctl.h
110
void syntax_error(const char *fmt, ...) __dead2 __printflike(1, 2);
usr.bin/dfregress/parser.c
109
syntax_error("stray opening quote not "
usr.bin/dfregress/parser.c
119
syntax_error("stray closing quote not "
usr.bin/dfregress/parser.c
190
syntax_error("Invalid expression in options token");
usr.bin/dfregress/parser.c
76
syntax_error("at least %d tokens were expected but only %d "
usr.bin/dfregress/parser.h
32
void syntax_error(const char *, ...) __dead2 __printflike(1, 2);
usr.bin/dfregress/testcase.c
645
syntax_error("The option 'timeout' needs a parameter");
usr.bin/dfregress/testcase.c
650
syntax_error("The option 'timeout' expects an integer "
usr.bin/dfregress/testcase.c
657
syntax_error("The option 'timeout' needs a parameter");
usr.bin/dfregress/testcase.c
662
syntax_error("The option 'timeout' expects an integer "
usr.bin/dfregress/testcase.c
673
syntax_error("The option 'pre' needs a parameter");
usr.bin/dfregress/testcase.c
680
syntax_error("The option 'post' needs a parameter");
usr.bin/dfregress/testcase.c
687
syntax_error("The option 'runas' needs a parameter");
usr.bin/dfregress/testcase.c
694
syntax_error("invalid user name for 'runas': %s",
usr.bin/dfregress/testcase.c
701
syntax_error("The option 'interpreter' needs a parameter");
usr.bin/dfregress/testcase.c
706
syntax_error("The option 'make' needs a parameter");
usr.bin/dfregress/testcase.c
713
syntax_error("Unknown option: %s", option);
usr.bin/dfregress/testcase.c
755
syntax_error("Unknown type: %s", tokens[1]);
usr.bin/dfregress/testcase.c
768
syntax_error("'intpre' and 'intpost' options are only valid "
usr.bin/dfregress/testcase.c
773
syntax_error("'nobuild' option is incompatible with type "