Searched refs:FATAL (Results 1 - 9 of 9) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | main.c | 254 note(FATAL, "out of space"); 442 note(FATAL, "\ 465 note(FATAL|IDENTIFY, "You must specify direct recipients with -s, -c, or -b"); 471 note(FATAL|IDENTIFY, "Cannot give -f and people to send to");
|
H A D | imap.c | 565 note(FATAL|SYSTEM, "Out of space [imap token]"); 757 note(FATAL|SYSTEM, "Out of space [imap vm]"); 795 note(FATAL|SYSTEM, "Out of space [imap block]"); 805 note(FATAL|SYSTEM, "Out of space [imap block]"); 819 note(FATAL|SYSTEM, "Out of space [imap block]"); 901 note(FATAL, "out of space [imap part]"); 912 note(FATAL, "imap: multipart nesting too deep -- %d max", elementsof(bp->idstack)); 973 note(FATAL, "imap: message nesting too deep -- %d max", elementsof(bp->idstack)); 1041 note(FATAL, "imap: %d: unknown message -- expected %d max", op->count, state.msg.count); 1493 note(FATAL, "ima [all...] |
H A D | misc.c | 121 if (flags & (FATAL|PANIC)) 581 note(FATAL, "out of space");
|
H A D | proc.c | 249 note(FATAL|SYSTEM|ERROR|IDENTIFY, "\"%s\": temporary file error", b); 255 note(FATAL|SYSTEM|ERROR|IDENTIFY, "\"%s\": temporary file error", b);
|
H A D | vars.c | 514 note(FATAL|SYSTEM, "\"%s\"", state.var.news); 721 note(FATAL|IDENTIFY, "\"%s\": unknown user", state.var.user);
|
H A D | mailx.h | 308 #define FATAL (1<<2) /* message and exit(1) */ macro
|
H A D | quit.c | 91 note(ERROR|FATAL, "Out of space");
|
H A D | fio.c | 167 note(FATAL|SYSTEM, "Temporary file");
|
/ast/src/cmd/INIT/ |
H A D | regress.sh | 108 [+FATAL \b\amessage\a ...?\amessage\a is printed on the standard 210 function FATAL # message function 332 FATAL "line $LINE: no matching FI for IF on line ${COND_LINE[COND+1]}" 376 mkdir -p "$TEST_local" && ln -s "$TEST_local" "$TWD" || FATAL "$TWD": cannot create directory 378 else mkdir "$TWD" || FATAL "$TWD": cannot create directory 576 then FATAL $COMMAND: not found 578 then FATAL $cmd: not found 678 then mkdir -p "$@" && cd "$@" || FATAL cannot initialize working directory "$@" 1241 else FATAL $f: not found 1288 then FATAL lin [all...] |
Completed in 43 milliseconds