dpkg 1.21.11
Functions
file-match.c File Reference

(affb86e43)

#include <config.h>
#include <compat.h>
#include <stdlib.h>
#include <dpkg/dpkg.h>
#include "file-match.h"
Include dependency graph for file-match.c:

Functions

struct match_nodematch_node_new (const char *name, const char *type, struct match_node *next)
 
void match_node_free (struct match_node *node)
 

Function Documentation

◆ match_node_free()

void match_node_free ( struct match_node node)

◆ match_node_new()

struct match_node * match_node_new ( const char *  name,
const char *  type,
struct match_node next 
)

References match_node::filename, match_node::filetype, m_malloc(), m_strdup(), and match_node::next.

Here is the call graph for this function: