Searched defs:Err (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/tsort/common/ |
H A D | Err.c | 29 * Set default values in Err global structure. 43 struct Err Err = { variable in typeref:struct:Err
|
H A D | errmsg.h | 81 struct Err { struct 103 extern struct Err Err;
|
/illumos-gate/usr/src/cmd/audio/audioconvert/ |
H A D | main.cc | 142 Err(MGET("can't use -p with -o\n")); 158 Err(MGET("can't specify an offset with -f\n")); 164 Err(MGET("can't use -o with -p\n")); 222 Err(MGET("can't use %s with -p flag\n"), 228 Err(MGET("already used stdin for input\n")); 249 Err(MGET("open error on input file %s - %s\n"), 308 Err(MGET("cannot rewrite in place\n")); 316 Err(MGET("out of memory\n")); 331 Err(MGET( 369 Err(MGE 405 Err(char *format, ...) function [all...] |
/illumos-gate/usr/src/cmd/rexd/ |
H A D | on.c | 90 int Err; /* socket for stderr */ variable 445 rst.rst_port2 = makeport(&Err); 545 doaccept(&Err); 546 shutdown(Err, 1); /* 1=> further sends disallowed */ 549 FD_SET(Err, &remmask); 567 while (FD_ISSET(InOut, &remmask) || FD_ISSET(Err, &remmask)) { 572 if (FD_ISSET(Err, &remmask)) 573 FD_SET(Err, &selmask); 575 FD_CLR(Err, &selmask); 598 if (!Only2 && FD_ISSET(Err, [all...] |
/illumos-gate/usr/src/cmd/pr/ |
H A D | pr.c | 161 static ERR *Err = NULL; variable 162 static ERR *Lasterr = (ERR *)&Err; 1394 for (; Err != NULL; Err = Err->e_nextp) { 1395 cerror(Err->e_mess);
|
Completed in 54 milliseconds