Searched refs:EF_FILE (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/logadm/ |
H A D | opts.c | 150 err(EF_FILE|EF_JMP, "Illegal option: dash by itself"); in opts_parse() 154 err(EF_FILE|EF_JMP, "Illegal option: -%s", ptr); in opts_parse() 163 err(EF_FILE|EF_JMP, "Illegal option: %c", *ptr); in opts_parse() 168 err(EF_FILE|EF_JMP, in opts_parse() 174 err(EF_FILE|EF_JMP, in opts_parse() 187 err(EF_FILE|EF_JMP, in opts_parse() 327 err(EF_FILE|EF_JMP, in opts_parse_ctime() 331 err(EF_FILE|EF_SYS|EF_JMP, "Option '%c' Illegal time", *o); in opts_parse_ctime() 348 err(EF_FILE|EF_JMP, in opts_parse_atopi() 383 err(EF_FILE|EF_JMP, in opts_parse_bytes() [all …]
|
H A D | err.h | 48 #define EF_FILE 0x02 /* prepend file:line from last err_fileline() call */ macro
|
H A D | glob.c | 102 err(EF_FILE|EF_JMP, "Missing }"); in glob_debrace() 256 err(EF_FILE|EF_JMP, "regcmp failed on <%s>", sp); in glob_reglob()
|
H A D | conf.c | 161 err(EF_FILE|EF_JMP, "Unbalanced %c quote", *quote); in nexttok() 189 err(EF_WARN|EF_FILE, "file %s doesn't end with newline, " in conf_scan() 269 err(EF_FILE, "cannot process invalid entry %s", in conf_scan()
|
H A D | err.c | 96 if (flags & EF_FILE) { in err()
|
H A D | main.c | 362 err(EF_FILE, "bailing out on logname \"%s\" " in main()
|