LALPulsar  6.1.0.1-c9a8ef6
FindFiles.c File Reference

Prototypes

static BOOLEAN is_pattern (const char *c)
 
static int amatch (char *str, char *p)
 
LALStringVectorXLALFindFiles (const CHAR *globstring)
 Returns a list of filenames matching the input argument, which may be one of the following: More...
 

Go to the source code of this file.

Macros

#define FILE_SEPARATOR   ';'
 
#define LIST_PREFIX   "list:"
 
#define FILE_PREFIX   "file://localhost/"
 
#define FILE_PREFIX   "file:///"
 
#define DIR_SEPARATOR   '/'
 
#define NEGATE   '^' /* std cset negation char */
 

Macro Definition Documentation

◆ FILE_SEPARATOR

#define FILE_SEPARATOR   ';'

◆ LIST_PREFIX

#define LIST_PREFIX   "list:"

◆ FILE_PREFIX [1/2]

#define FILE_PREFIX   "file://localhost/"

◆ FILE_PREFIX [2/2]

#define FILE_PREFIX   "file:///"

◆ DIR_SEPARATOR

#define DIR_SEPARATOR   '/'

◆ NEGATE

#define NEGATE   '^' /* std cset negation char */

Definition at line 438 of file FindFiles.c.

Function Documentation

◆ is_pattern()

static BOOLEAN is_pattern ( const char c)
static

Definition at line 400 of file FindFiles.c.

◆ amatch()

static int amatch ( char str,
char p 
)
static

Definition at line 442 of file FindFiles.c.