HomeSort by: relevance | last modified time | path
    Searched refs:filters (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.sbin/lpr/
Makefile 4 SUBDIR= common_source .WAIT lp lpc lpd lpq lpr lprm lptest pac filters
  /src/usr.bin/make/unit-tests/
export.mk 33 # shell filters it out. To reach consistent output for each shell, the
varmod-indirect.mk 109 # expands to a sequence of ':N' modifiers, each of which filters one of the
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 119 Specify a comma-separated list of category-filters to apply: only
120 error messages whose category names pass the filters will be printed.
122 "[whitespace/indent]".) Filters are evaluated left to right.
557 # filters to apply when emitting error messages
558 self.filters = _DEFAULT_FILTERS[:]
581 def SetFilters(self, filters):
582 """Sets the error-message filters.
584 These filters are applied when deciding whether to emit a given
588 filters: A string of comma-separated filters (eg "+whitespace/indent")
    [all...]
  /src/libexec/identd/
identd.c 77 /* Packet filters. */
81 } filters[] = { variable in typeref:struct:__anon577
238 for (i = 0; filters[i].name != NULL; i++) {
239 if (strcasecmp(filter, filters[i].name) == 0) {
240 nat_lookup = filters[i].fn;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_tvmodesnv17.c 325 uint32_t (*filters[])[4][7] = {&tv_enc->state.hfilter,
352 (*filters[k])[j][i] = (c + id5/2) >> 39
  /src/sys/dev/pci/cxgb/
cxgb_adapter.h 347 struct filter_info *filters; member in struct:adapter
cxgb_main.c 561 free(sc->filters, M_DEVBUF);

Completed in 22 milliseconds