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

  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
validate.h 57 char * output_type; member in struct:candidate
pickfilter.c 90 char * output_type; local
112 output_type = (char *) NULL;
281 pc->output_type = 0;
354 (output_type = *pl),
384 (output_type = *pl),
456 output_type,
478 pc->output_type = Strdup (output_type);
nodes.h 179 char *output_type; member in struct:rstat_node
  /onnv/onnv-gate/usr/src/cmd/lp/lib/filters/
insfilter.c 63 TYPE output_type; member in struct:S
95 PARM_OUTPUT, X_FIXED, &S.output_type.name,
120 char *output_type,
127 insfilter(pipes, input_type, output_type, printer_type, printer, parms, flagsp)
130 *output_type,
144 S.output_type.name = output_type;
145 S.output_type.info = isterminfo(output_type);
262 if (!instantiate(&pipeline, &S.input_type, &S.output_type,
    [all...]
  /onnv/onnv-gate/usr/src/tools/stabs/
main.c 85 char *output_type = NULL; local
96 output_type = "forth";
102 output_type = optarg;
122 if (strcmp(ops->type, output_type) == 0)
149 "{-t output_type} files\n", program);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
defs.h 563 enum output_type {OUT_QUERY, OUT_UNICAST, OUT_BROADCAST, OUT_MULTICAST, enum
572 enum output_type type;
638 extern int output(enum output_type, struct sockaddr_in *,
644 enum output_type, int, int, boolean_t);

Completed in 4089 milliseconds