dpkg 1.21.11
Data Structures | Functions
filters.c File Reference

(affb86e43)

#include <config.h>
#include <compat.h>
#include <fnmatch.h>
#include <dpkg/i18n.h>
#include <dpkg/dpkg.h>
#include <dpkg/dpkg-db.h>
#include <dpkg/db-fsys.h>
#include "main.h"
#include "filters.h"
Include dependency graph for filters.c:

Data Structures

struct  filter_node
 

Functions

void filter_add (const char *pattern, bool include)
 
bool filter_should_skip (struct tar_entry *ti)
 

Function Documentation

◆ filter_add()

void filter_add ( const char *  pattern,
bool  include 
)

References dbg_general, debug(), filter_node::include, m_malloc(), m_strdup(), filter_node::next, and filter_node::pattern.

Here is the call graph for this function:

◆ filter_should_skip()

bool filter_should_skip ( struct tar_entry ti)