openenvutils/commandshell/shell/inc/glob.pro
author William Roberts <williamr@symbian.org>
Fri, 23 Apr 2010 14:37:17 +0100
branchRCL_3
changeset 22 c82a39b81a38
parent 0 2e3d3ce01487
permissions -rw-r--r--
Rework addition of Symbian splash screen to reduce the source impact (uses SVG from Bug 2414) Notes: by using the OPTION SOURCEDIR parameter in the mifconv extension instructions, I can arrange to use the same source file name in sfimage, without having to export over the original Nokia file. This means that the name inside splashscreen.mbg is the same, which removes the need for the conditional compilation in SplashScreen.cpp, and gets rid of sf_splashscreen.mmp.

/* Generated automatically */
static void addpath _((char*s,int l));
static int statfullpath _((const char*s,struct stat*st,int l));
static void insert _((char*s,int checked));
static void scanner _((Complist q));
static Complist parsecomplist _((char*instr));
static Complist parsepat _((char*str));
static off_t qgetnum _((char**s));
static zlong qgetmodespec _((char**s));
static char*get_match_ret _((char*s,int b,int e,int fl,char*replstr));
static void set_pat_start _((Patprog p,int offs));
static void set_pat_end _((Patprog p,char null_me));
static int igetmatch _((char**sp,Patprog p,int fl,int n,char*replstr));
static void zshtokenize _((char*s,int shglob));
static int qualdev _((UNUSED(char*name),struct stat*buf,off_t dv,UNUSED(char*dummy)));
static int qualnlink _((UNUSED(char*name),struct stat*buf,off_t ct,UNUSED(char*dummy)));
static int qualuid _((UNUSED(char*name),struct stat*buf,off_t uid,UNUSED(char*dummy)));
static int qualgid _((UNUSED(char*name),struct stat*buf,off_t gid,UNUSED(char*dummy)));
static int qualisdev _((UNUSED(char*name),struct stat*buf,UNUSED(off_t junk),UNUSED(char*dummy)));
static int qualisblk _((UNUSED(char*name),struct stat*buf,UNUSED(off_t junk),UNUSED(char*dummy)));
static int qualischr _((UNUSED(char*name),struct stat*buf,UNUSED(off_t junk),UNUSED(char*dummy)));
static int qualisdir _((UNUSED(char*name),struct stat*buf,UNUSED(off_t junk),UNUSED(char*dummy)));
static int qualisfifo _((UNUSED(char*name),struct stat*buf,UNUSED(off_t junk),UNUSED(char*dummy)));
static int qualislnk _((UNUSED(char*name),struct stat*buf,UNUSED(off_t junk),UNUSED(char*dummy)));
static int qualisreg _((UNUSED(char*name),struct stat*buf,UNUSED(off_t junk),UNUSED(char*dummy)));
static int qualissock _((UNUSED(char*name),struct stat*buf,UNUSED(off_t junk),UNUSED(char*dummy)));
static int qualflags _((UNUSED(char*name),struct stat*buf,off_t mod,UNUSED(char*dummy)));
static int qualmodeflags _((UNUSED(char*name),struct stat*buf,off_t mod,UNUSED(char*dummy)));
static int qualiscom _((UNUSED(char*name),struct stat*buf,UNUSED(off_t mod),UNUSED(char*dummy)));
static int qualsize _((UNUSED(char*name),struct stat*buf,off_t size,UNUSED(char*dummy)));
static int qualtime _((UNUSED(char*name),struct stat*buf,off_t days,UNUSED(char*dummy)));
static int qualsheval _((char*name,UNUSED(struct stat*buf),UNUSED(off_t days),char*str));
static int qualnonemptydir _((char*name,struct stat*buf,UNUSED(off_t days),UNUSED(char*str)));