recutils
Macros | Functions
rec-field-name.c File Reference
#include <config.h>
#include <stdlib.h>
#include <string.h>
#include <regex.h>
#include <ctype.h>
#include <gettext.h>
#include <rec-utils.h>
#include <rec.h>

Macros

#define _(str)   dgettext (PACKAGE, str)
 

Functions

const char * rec_std_field_name (enum rec_std_field_e std_field)
 
bool rec_field_name_p (const char *str)
 
char * rec_field_name_normalise (const char *str)
 
bool rec_field_name_equal_p (const char *name1, const char *name2)
 

Macro Definition Documentation

◆ _

#define _ (   str)    dgettext (PACKAGE, str)

Function Documentation

◆ rec_field_name_equal_p()

bool rec_field_name_equal_p ( const char *  name1,
const char *  name2 
)

◆ rec_field_name_normalise()

char* rec_field_name_normalise ( const char *  str)

◆ rec_field_name_p()

bool rec_field_name_p ( const char *  str)

◆ rec_std_field_name()

const char* rec_std_field_name ( enum rec_std_field_e  std_field)