SURFEX v8.1
General documentation of Surfex
Functions
lfi_util.h File Reference

Go to the source code of this file.

Functions

character_len lfi_fstrlen (const character *, const character_len)
 
char * lfi_fstrdup (const character *, const character_len, char *)
 
int lfi_fstrcmp (const character *, const character *, character_len, character_len)
 
char * lfi_fdirname (const character *, const character_len)
 
int lfi_copy (const char *, const char *)
 
int lfi_fcopy (const character *, const character *, character_len, character_len)
 
int lfi_smartcopy (const char *, const char *, int)
 
int lfi_fsmartcopy (const character *, const character *, int, character_len, character_len)
 
int lfi_mkdir (const char *)
 
const char * lfi_cleanup_path (char *)
 
char * lfi_make_relative_path (const char *, char *)
 
int lfi_rmdir (const char *)
 
const char * lfi_dirname (const char *)
 

Function Documentation

◆ lfi_cleanup_path()

const char* lfi_cleanup_path ( char *  )

Definition at line 169 of file lfi_util.c.

Here is the caller graph for this function:

◆ lfi_copy()

int lfi_copy ( const char *  ,
const char *   
)

Definition at line 83 of file lfi_util.c.

Here is the caller graph for this function:

◆ lfi_dirname()

const char* lfi_dirname ( const char *  )

Definition at line 278 of file lfi_util.c.

Here is the caller graph for this function:

◆ lfi_fcopy()

int lfi_fcopy ( const character ,
const character ,
character_len  ,
character_len   
)

Definition at line 125 of file lfi_util.c.

Here is the call graph for this function:

◆ lfi_fdirname()

char* lfi_fdirname ( const character ,
const character_len   
)

Definition at line 66 of file lfi_util.c.

◆ lfi_fsmartcopy()

int lfi_fsmartcopy ( const character ,
const character ,
int  ,
character_len  ,
character_len   
)

Definition at line 132 of file lfi_util.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ lfi_fstrcmp()

int lfi_fstrcmp ( const character ,
const character ,
character_len  ,
character_len   
)

Definition at line 49 of file lfi_util.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ lfi_fstrdup()

char* lfi_fstrdup ( const character ,
const character_len  ,
char *   
)

Definition at line 30 of file lfi_util.c.

Here is the caller graph for this function:

◆ lfi_fstrlen()

character_len lfi_fstrlen ( const character ,
const character_len   
)

Definition at line 20 of file lfi_util.c.

Here is the caller graph for this function:

◆ lfi_make_relative_path()

char* lfi_make_relative_path ( const char *  ,
char *   
)

Definition at line 207 of file lfi_util.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ lfi_mkdir()

int lfi_mkdir ( const char *  )

Definition at line 157 of file lfi_util.c.

Here is the caller graph for this function:

◆ lfi_rmdir()

int lfi_rmdir ( const char *  )

Definition at line 272 of file lfi_util.c.

Here is the caller graph for this function:

◆ lfi_smartcopy()

int lfi_smartcopy ( const char *  ,
const char *  ,
int   
)

Definition at line 140 of file lfi_util.c.

Here is the call graph for this function:
Here is the caller graph for this function: