Searched refs:filters (Results 1 - 25 of 32) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/lp/lib/filters/
H A Dtrash.c32 #include "filters.h"
42 if (filters) {
43 for (pf = filters; pf->name; pf++)
45 Free ((char *)filters);
47 filters = 0;
H A Dputfilter.c34 #include "filters.h"
82 if (!filters && get_and_load() == -1 && errno != ENOENT) {
87 if (filters) {
93 filters = (_FILTER *)Realloc(
94 (char *)filters,
97 if (!filters) {
102 filters[nfilters].name = 0;
103 pf = filters + nfilters - 1;
109 pf = filters = (_FILTER *)Malloc(
112 if (!filters) {
[all...]
H A Ddelfilter.c34 #include "filters.h"
67 if (!filters && get_and_load() == -1 /* && errno != ENOENT */ )
80 filters = (_FILTER *)Realloc(
81 (char *)filters, (nfilters + 1) * sizeof(_FILTER)
83 if (!filters) {
88 /* filters[nfilters].name = 0; */ /* last for loop above did this */
H A Dloadfilters.c42 #include "filters.h"
44 _FILTER *filters; variable
64 if (filters) {
75 * Our guess is the number of filters previously read in,
78 filters = (_FILTER *)Malloc((nalloc + 1) * sizeof(_FILTER));
79 if (!filters) {
86 pf = filters, nfilters = 0;
98 filters = (_FILTER *)Realloc(
99 filters,
102 if (!filters) {
[all...]
H A Dsearch.c32 #include "filters.h"
50 for (pf = filters; pf->name; pf++)
H A Dgetfilter.c34 #include "filters.h"
64 if (!filters && get_and_load() == -1 /* && errno != ENOENT */ )
72 pf = filters;
92 * filters from the beginning.
H A Ddumpfilters.c41 #include "filters.h"
66 if (filters) for (pf = filters; pf->name; pf++) {
H A Dinsfilter.c40 #include "filters.h"
151 * If the filters have't been loaded yet, do so now.
156 if (!filters && loadfilters((char *)0) == -1)
237 * Preview the list of filters, to rule out those that
243 for (pf = filters; pf->name; pf++) {
387 * Conceptually this is just a list of filters, with the pipeline to
405 * pairs of filters where one in the pair can accept the input-type
476 for (f = filters; f->name; f++) \
519 * We're done when we've added filters on the left and right
546 * Each time we search the list of filters, w
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/filtdesc/
H A DREADME30 that will install the PostScript filters under lp.
/opensolaris-onvv-gate/usr/src/cmd/lp/lib/
H A DMakefile36 filters \
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDBM_Filter.pm134 my %filters = %Filters ;
143 { $filters{Fetch_Key} = $filters{Fetch_Value} = $v }
145 { $filters{Fetch_Key} = $v }
147 { $filters{Fetch_Value} = $v }
152 { $filters{Store_Key} = $filters{Store_Value} = $v }
154 { $filters{Store_Key} = $v }
156 { $filters{Store_Value} = $v }
171 push @{ $LayerStack{$this} }, \%filters ;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libmilter/
H A DREADME41 Note that since filters use threads, it may be necessary to alter per
59 specifies three filters. Filters can be specified in your .mc file using
76 in case of filter errors as if the failing filters were not present.
79 talking to the filters using the T= equate. There are four fields inside
97 Which filters are invoked and their sequencing is handled by the
98 InputMailFilters option. Note: if InputMailFilters is not defined no filters
106 This options causes the three filters to be called in the same order
/opensolaris-onvv-gate/usr/src/cmd/lp/
H A DMakefile.lp65 LIBFLT = $(LPLIB)/filters/liblpflt.a
77 LINTFLT = $(LPLIB)/filters/llib-llpflt.ln
/opensolaris-onvv-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.h31 #include <ipp/ipgpc/filters.h>
H A Dtable.c29 #include <ipp/ipgpc/filters.h>
151 * the number of found filters that match the input key are returned
H A Dtrie.c30 #include <ipp/ipgpc/filters.h>
690 * returns the number of found filters that match the input key
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/
H A D_BSMparse.pm51 my $filters = shift; # options for filtering
74 'classFilter' => $filters->{'classFilter'},
78 'eventFilter' => $filters->{'eventFilter'},
79 'idFilter' => $filters->{'idFilter'},
/opensolaris-onvv-gate/usr/src/cmd/lp/include/
H A Dfilters.h171 * Null terminated list (filters[i].name == NULL).
173 extern _FILTER *filters;
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dlgrp.c239 int filters = 0; local
259 filters++;
261 filters++;
263 filters++;
317 if (filters) {
/opensolaris-onvv-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymprof.pl419 # filters is that they contain NO CODE AT ALL.
1050 my ($line, $filters, $neededs, $rest);
1081 $filters .=
1133 $ret .= $filters if (defined($filters));
1451 # Set LD_NOAUXFLTR to avoid auxiliary filters (e.g. libc_psr)
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h314 * action representation, with parameters, and lists of filters and classes
321 ipqos_conf_filter_t *filters; member in struct:ipqos_conf_action_s
H A Dipqosconf.c886 /* max ipgpc filters/classes */
890 ipqos_msg(MT_ERROR, gettext("Max number of filters "
947 /* add 'modify filter' config type to filters nvlist */
1270 * mark all the filters and classes in parameter action either
1283 /* mark all non-permanent filters for del and permanent to modify */
1284 for (flt = action->filters; flt; flt = flt->next) {
1315 * mark all classes and filters either new (non-permanent) or modified.
1327 /* mark all permanent filters as modified and all others new */
1329 for (flt = action->filters; flt; flt = flt->next) {
1436 * differences action old against action new, comparing its classes, filters
2354 add_filters( ipqos_conf_filter_t *filters, char *action, int module_version, boolean_t rem_undo) argument
6396 filterexist( char *filter_nm, int instance, ipqos_conf_filter_t *filters) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.pm198 See the filters at the end of this documents for examples of using
199 context information using both I<method filters> and I<closure
200 filters>.
215 blessed into the filter's package. See the example filters later on for
225 Although C<$_> doesn't actually appear explicitly in the sample filters
254 aren't any other filters.
297 The C<examples> sub-directory has copies of all these filters
298 implemented both as I<method filters> and as I<closure filters>.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm308 C<no>. Effectively this limits source code filters to line-by-line
397 By default, the installed filter only filters up to a line consisting of one of
524 (and possibly multiple) filters that act on only parts of the source code.
535 subroutine only filters Perl quotelikes (including here documents).
573 the component filters is called repeatedly, once for each component
594 component filter behaves slightly differently from the other partial filters
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2ph.PL763 If run with no arguments, filters standard input to standard output.

Completed in 191 milliseconds

12