dpkg 1.21.11
Data Structures | Functions
Collaboration diagram for File globbing:

Data Structures

struct  glob_node
 

Functions

void glob_list_prepend (struct glob_node **list, char *pattern)
 
void glob_list_free (struct glob_node *head)
 

Detailed Description

Function Documentation

◆ glob_list_free()

void glob_list_free ( struct glob_node head)

◆ glob_list_prepend()

void glob_list_prepend ( struct glob_node **  list,
char *  pattern 
)

References m_malloc(), glob_node::next, and glob_node::pattern.

Here is the call graph for this function: