GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
clean_temp.c File Reference
#include <stdlib.h>
#include <signal.h>
#include <unistd.h>
#include <time.h>
#include <sys/types.h>
#include <dirent.h>
#include <sys/stat.h>
#include <grass/gis.h>
#include "local_proto.h"
#include <limits.h>
#include <string.h>
#include <errno.h>
Include dependency graph for clean_temp.c:

Go to the source code of this file.

Macros

#define BUF_MAX   4096
 
#define SLEEP   30 /* 30 seconds */
 

Functions

void clean_dir (const char *pathname, uid_t uid, pid_t pid, time_t now, int max_age)
 
int main (int argc, char *argv[])
 
int find_process (int pid)
 

Variables

int errno
 

Macro Definition Documentation

#define BUF_MAX   4096

Definition at line 31 of file clean_temp.c.

Referenced by clean_dir(), and main().

#define SLEEP   30 /* 30 seconds */

Definition at line 36 of file clean_temp.c.

Referenced by main().

Function Documentation

void clean_dir ( const char *  pathname,
uid_t  uid,
pid_t  pid,
time_t  now,
int  max_age 
)

Definition at line 40 of file clean_temp.c.

References buf, BUF_MAX, errno, find_process(), G_fatal_error(), G_snprintf(), G_strcasecmp(), G_warning(), n, NULL, opendir(), readdir(), and stat.

Referenced by main().

int find_process ( int  pid)

Definition at line 172 of file clean_temp.c.

Referenced by clean_dir(), and main().

int main ( int  argc,
char *  argv[] 
)

Variable Documentation