backup.c File Reference

#include "config.h"
#include <stdlib.h>
#include <string.h>
#include "backup.h"
#include "alpm_list.h"
#include "log.h"
#include "util.h"

Include dependency graph for backup.c:

Go to the source code of this file.

Functions

int _alpm_backup_split (const char *string, char **file, char **hash)
char * _alpm_backup_file (const char *string)
char * _alpm_backup_hash (const char *string)
char * _alpm_needbackup (const char *file, const alpm_list_t *backup)


Function Documentation

char* _alpm_backup_file ( const char *  string  ) 

Definition at line 61 of file backup.c.

References _alpm_backup_split().

Here is the call graph for this function:

char* _alpm_backup_hash ( const char *  string  ) 

Definition at line 68 of file backup.c.

References _alpm_backup_split().

Here is the call graph for this function:

int _alpm_backup_split ( const char *  string,
char **  file,
char **  hash 
)

Definition at line 35 of file backup.c.

References FREE.

Referenced by _alpm_backup_file(), _alpm_backup_hash(), and _alpm_needbackup().

Here is the caller graph for this function:

char* _alpm_needbackup ( const char *  file,
const alpm_list_t backup 
)

Definition at line 78 of file backup.c.

References _alpm_backup_split(), ALPM_LOG_FUNC, __alpm_list_t::data, FREE, and __alpm_list_t::next.

Here is the call graph for this function:


Generated on Mon Jan 14 23:54:24 2008 for libalpm by  doxygen 1.5.4