HomeSort by: relevance | last modified time | path
    Searched defs:command_seterr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/ia64/stand/common/
commands.c 41 command_seterr(const char *fmt, ...) function in typeref:typename:int
170 command_seterr("usage is 'help <topic> [<subtopic>]");
216 command_seterr("no help available for '%s'", topic);
286 command_seterr("variable '%s' not found", argv[1]);
300 command_seterr("wrong number of arguments");
304 command_seterr("%s", strerror(err));
318 command_seterr("wrong number of arguments");
322 command_seterr("%s", strerror(err));
392 command_seterr("bad timeout '%s'", optarg);
460 command_seterr("error showing %s", filename)
    [all...]

Completed in 712 milliseconds