Searched refs:IDENTIFY (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | main.c | 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 | 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 | misc.c | 104 if (flags & IDENTIFY)
|
H A D | mailx.h | 309 #define IDENTIFY (1<<3) /* prefix with command name */ macro
|
H A D | vars.c | 721 note(FATAL|IDENTIFY, "\"%s\": unknown user", state.var.user);
|
Completed in 48 milliseconds