OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MATCH_LIST
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
match_list.h
1
/* $NetBSD:
match_list
.h,v 1.2 2017/02/14 01:16:49 christos Exp $ */
8
/*
match_list
3h
12
/* #include <
match_list
.h>
25
typedef struct
MATCH_LIST
MATCH_LIST
;
27
typedef int (*MATCH_LIST_FN) (
MATCH_LIST
*, const char *, const char *);
29
struct
MATCH_LIST
{
45
extern
MATCH_LIST
*match_list_init(const char *, int, const char *, int,...);
46
extern int match_list_match(
MATCH_LIST
*,...);
47
extern void match_list_free(
MATCH_LIST
*);
[
all
...]
match_list.c
1
/* $NetBSD:
match_list
.c,v 1.4 2026/05/09 18:49:22 christos Exp $ */
5
/*
match_list
3
9
/* #include <
match_list
.h>
11
/*
MATCH_LIST
*match_list_init(pname, flags, pattern_list, count, func,...)
19
/*
MATCH_LIST
*list;
23
/*
MATCH_LIST
*list;
76
/* Fatal error: unable to open or read a
match_list
file; invalid
77
/*
match_list
pattern; casefold error (UTF-8 mode only).
110
#include <
match_list
.h>
119
static ARGV *match_list_parse(
MATCH_LIST
*match_list, ARGV *pat_list
[
all
...]
match_ops.c
9
/* #include <
match_list
.h>
12
/*
MATCH_LIST
*list;
17
/*
MATCH_LIST
*list;
22
/*
MATCH_LIST
*list;
84
#include <
match_list
.h>
93
static int match_error(
MATCH_LIST
*list, const char *fmt,...)
115
int match_string(
MATCH_LIST
*list, const char *string, const char *pattern)
153
int match_hostname(
MATCH_LIST
*list, const char *name, const char *pattern)
223
int match_hostaddr(
MATCH_LIST
*list, const char *addr, const char *pattern)
/src/external/ibm-public/postfix/dist/src/global/
domain_list.h
19
#include <
match_list
.h>
24
#define DOMAIN_LIST
MATCH_LIST
namadr_list.h
19
#include <
match_list
.h>
24
#define NAMADR_LIST
MATCH_LIST
string_list.h
19
#include <
match_list
.h>
24
#define STRING_LIST
MATCH_LIST
addr_match_list.h
19
#include <
match_list
.h>
24
#define ADDR_MATCH_LIST
MATCH_LIST
Completed in 27 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026