HomeSort by relevance Sort by last modified time
    Searched defs:STDERR (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/lib/libfsmgt/common/
cmd.c 42 #define STDERR 2
52 * stdout and stderr in two separate file descriptors to be read by the caller.
61 * - int *err_filedes - The file descriptor to which the stderr output
123 * Close stderr and dup to error[1]
125 if (close(STDERR) == -1) {
168 * output as it is written to stdout and stderr in the return string.
176 * char * - The output of the command to stderr and stdout.
221 * Close stderr and dup to output[1]
223 if (close(STDERR) == -1) {
  /onnv/onnv-gate/usr/src/cmd/devinfo/
devinfo.c 60 #define STDERR 2 /* Standard error */
102 (void) fprintf(stderr, "devinfo: %s: %s\n",
240 (void) write(STDERR, myname, (uint_t)strlen(myname));
241 (void) write(STDERR, between, (uint_t)strlen(between));
242 (void) write(STDERR, what, (uint_t)strlen(what));
243 (void) write(STDERR, between, (uint_t)strlen(between));
244 (void) write(STDERR, why, (uint_t)strlen(why));
245 (void) write(STDERR, after, (uint_t)strlen(after));
252 (void) fprintf(stderr, "Usage: devinfo -p device\n"
  /onnv/onnv-gate/usr/src/cmd/mkmsgs/
mkmsgs.c 85 #define STDERR 2
190 (void)fprintf(stderr, "%s: malloc error (size = %d)\n",
207 (void)fprintf(stderr, "%s: Message file \"%s\" already exists;\ndid not overwrite it\n", cmdname, pathoutp);
215 (void)fprintf(stderr, "%s: Message file \"%s\" already exists;\ndid not overwrite it\n", cmdname, ofilep);
224 (void)fprintf(stderr, "%s: %s: %s\n",
232 (void)fprintf(stderr, "%s: malloc error (size = %d)\n",
245 (void)fprintf(stderr, "%s: %s: %s\n", cmdname, workp, syserr());
260 (void)fprintf(stderr,"%s: %s: %s\n",
270 (void)fprintf(stderr, "%s: %s: data base file: error on line %d\n", cmdname, ifilep, num_msgs);
279 (void)fprintf(stderr, "%s: %s: %s\n"
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/fmtopo/common/
fmtopo.c 43 #define STDERR "stderr"
190 (void) fprintf(stderr, "%s: failed to get fmri for %s=%d: %s\n",
197 (void) fprintf(stderr, "%s: failed to find %s for %s=%d\n",
212 (void) fprintf(stderr, "%s: failed to get "
223 (void) fprintf(stderr, "%s: instance %s does not "
254 (void) fprintf(stderr, "%s: malformed property name\n",
265 (void) fprintf(stderr, "%s: malformed property type for %s\n",
297 (void) fprintf(stderr, "%s: malformed property value\n",
472 (void) fprintf(stderr, " unknown data type (%d)"
    [all...]

Completed in 120 milliseconds