Home
last modified time | relevance | path

Searched refs:filters (Results 1 – 25 of 96) sorted by relevance

1234

/openbsd/gnu/usr.bin/perl/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 ;
/openbsd/regress/usr.sbin/pkg_add/newcups/cups-2.2.8/
H A D+CONTENTS9 @depend print/cups-filters:cups-filters-*:cups-filters-1.20.3
/openbsd/regress/usr.sbin/pkg_add/oldcups/cups-2.2.7p1/
H A D+CONTENTS9 @depend print/cups-filters:cups-filters-*:cups-filters-1.20.3
/openbsd/regress/usr.sbin/pkg_add/newcups/cups-filters-1.20.3/
H A D+DESC1 OpenPrinting CUPS filters
2 This package provides additional CUPS filters which are not provided by
3 the CUPS project itself. This includes filters for a PDF based printing
H A D+CONTENTS2 @name cups-filters-1.20.3
3 @comment pkgpath=print/cups-filters ftp=yes
/openbsd/regress/usr.sbin/pkg_add/oldcups/cups-filters-1.20.3/
H A D+DESC1 OpenPrinting CUPS filters
2 This package provides additional CUPS filters which are not provided by
3 the CUPS project itself. This includes filters for a PDF based printing
H A D+CONTENTS2 @name cups-filters-1.20.3
3 @comment pkgpath=print/cups-filters ftp=yes
/openbsd/lib/libpcap/
H A DREADME35 and the BPF filters are evaluated in the libpcap library, incurring
36 added overhead (especially, for selective filters). Ideally, libpcap
37 would translate BPF filters into a filter program that is compatible
42 filters (which libpcap utilizes). Also, you can add BPF filter support
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBTypeCategory.i199 filters = []
201 filters.append(self.GetFilterAtIndex(idx))
202 return filters
208filters = property(get_filters_array, None, doc='''A read only property that returns a list() of l…
/openbsd/regress/usr.sbin/bgpd/unittests/
H A Drde_community_test.c142 r = community_set(&comm, &filters[f->in[l]], p); in test_filter()
152 r = community_match(&comm, &filters[f->match], p); in test_filter()
161 community_delete(&comm, &filters[f->delete], p); in test_filter()
163 if (community_match(&comm, &filters[f->delete], p) != 0) { in test_filter()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlfilter.pod8 I<source filters>. Source filters alter the program text of a module
11 about what source filters are, how they work, and how to write your
14 The original purpose of source filters was to let you encrypt your
103 module. All source filters work this way. The use statement is compiled
172 Data flows through filters in the same order they appear in the source
205 All decryption filters work on the principle of "security through
218 potential reader, see the file I<decrypt.pm> in the source filters
259 consider one of the other options for creating source filters.
299 All Perl source filters are implemented as Perl classes and have the
337 source filters.
[all …]
H A Dperldbmfilter.pod114 Hopefully the contents of each of the filters should be
115 self-explanatory. Both "fetch" filters remove the terminating NULL,
116 and both "store" filters add a terminating NULL.
154 This time only two filters have been used; we only need to manipulate
156 filters.
/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dsupport.py152 self._filters = self._module.filters
153 self._module.filters = self._filters[:]
170 self._module.filters = self._filters
/openbsd/usr.sbin/bgpd/
H A Dconfig.c47 if ((conf->filters = calloc(1, sizeof(struct filter_head))) == NULL) in new_config()
69 TAILQ_INIT(conf->filters); in new_config()
263 filterlist_free(conf->filters); in free_config()
328 filterlist_free(xconf->filters); in merge_config()
329 xconf->filters = conf->filters; in merge_config()
330 conf->filters = NULL; in merge_config()
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DSearch.pod53 C<OpenBSD::PkgSpec> filters.
65 filters package list through further tests.
/openbsd/usr.sbin/lpr/
H A DMakefile3 SUBDIR= lpc lpd lpq lpr lprm filters
/openbsd/usr.sbin/smtpd/
H A Dlka_filter.c109 static struct dict filters; variable
334 dict_init(&filters); in lka_filter_init()
346 dict_set(&filters, name, filter); in lka_filter_init()
356 dict_set(&filters, name, filter); in lka_filter_init()
379 filter->chain[i] = dict_xget(&filters, filter_config->chain[i]); in lka_filter_init()
386 dict_set(&filters, name, filter); in lka_filter_init()
417 while (dict_iter(&filters, &iter, &filter_name, (void **)&filter)) in lka_filter_register_hook()
436 while (dict_iter(&filters, &iter, &filter_name, (void **)&filter)) { in lka_filter_ready()
480 filter = dict_get(&filters, fs->filter_name); in lka_filter_proc_in_session()
714 filter = dict_get(&filters, filter_entry->name); in filter_protocol_internal()
[all …]
/openbsd/usr.sbin/pkg_add/OpenBSD/PackageRepository/
H A DInstalled.pm128 sub match_locations($self, $search, @filters)
131 while (my $filter = (shift @filters)) {
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dconfiguration.py68 filters = [] variable
/openbsd/regress/usr.sbin/btrace/
H A DMakefile17 BT_KERN_SCRIPTS= argn empty-stmts filters mapoverwrite multiprobe
/openbsd/gnu/llvm/llvm/utils/UpdateTestChecks/
H A Dcommon.py411 def apply_filters(line, filters): argument
413 for f in filters:
422 def do_filter(body, filters): argument
423 return body if not filters else '\n'.join(filter(
424 lambda line: apply_filters(line, filters), body.splitlines()))
493 flags.filters)) if flags.filters else []
/openbsd/gnu/usr.bin/perl/cpan/Archive-Tar/t/
H A D05_iter.t55 ### do a full test vs individual filters
/openbsd/gnu/llvm/lldb/docs/
H A Dpython_api.rst5 The long list of "skip" filters out several global functions that are
/openbsd/gnu/llvm/clang/utils/
H A Dcreduce-clang-crash.py156 filters = ["PrintStackTrace", "RunSignalHandlers", "CleanupOnSignal",
159 return any(name in func_name for name in filters)
/openbsd/usr.sbin/smtpd/smtpd/
H A DMakefile79 MAN= sendmail.8 smtpd.8 smtpd-filters.7 smtpd-tables.7

1234