Searched refs:dirsep (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/procmail-14/procmail/src/
H A Dlastdirsep.c14 extern const char dirsep[];
18 while(p=strpbrk(filename,dirsep))
H A Dprocmail.h58 #define MCDIRSEP (dirsep+STRLEN(dirsep)-1) /* most common DIRSEP */
59 #define MCDIRSEP_ (dirsep+STRLEN(DIRSEP)-1)
93 *const*restargv,*sgetcp,pmrc[],*rcfile,dirsep[],devnull[],empty[],lgname[],
H A Drecommend.c11 const char dirsep[]=DIRSEP, variable
H A Dcstdio.c126 if(!strchr(dirsep,*name)&&
128 strchr(dirsep,*md)&&
130 { strcpy(buf2,md);*(md=buf2+len)= *dirsep;strcpy(++md,name);
H A Dcomsat.c35 if(strchr(dirsep,*folder)) /* absolute filename? */
H A Dlockfile.c33 const char dirsep[]=DIRSEP; variable
221 !strchr(dirsep,cp[permanent-1]))
H A Dprocmail.c50 pmrc[]=PROCMAILRC,*rcfile,dirsep[]=DIRSEP,devnull[]=DevNull,empty[]="", variable
349 chp=strpbrk(chp,dirsep))
351 (chp+=STRLEN(pardir),strchr(dirsep,*chp)))
453 if(strchr(dirsep,*rcfile)) /* absolute? */
455 else if(*rcfile==chCURDIR&&strchr(dirsep,rcfile[1])) /* ./ prefix? */
484 { rctype=strchr(dirsep,*rcfile)?rct_ABSOLUTE:rct_CURRENT;
H A Dlocking.c84 if(0<(i=strlen(name)-1)&&!strchr(dirsep,name[i-1]))
H A Dfoldinfo.c46 while(chp-1>buf&&strchr(dirsep,chp[-1])) /* chop extra /s */
H A Dmanconf.c13 const char dirsep[]=DIRSEP; variable
H A Dmisc.c147 if(!strchr(dirsep,buf[0]))
/macosx-10.10.1/ruby-106/ruby/
H A Ddir.c1179 int dirsep = 0; /* pattern is terminated with '/' */ local
1190 dirsep = 1;
1215 dirsep = 1;
1219 dirsep = 0;
1234 tmp->type = dirsep ? MATCH_DIR : MATCH_ALL;
1255 join_path(const char *path, int dirsep, const char *name, size_t namlen) argument
1258 char *buf = GLOB_ALLOC_N(char, len+namlen+(dirsep?1:0)+1);
1262 if (dirsep) {
1305 int dirsep, /* '/' should be placed before appending child entry's name to 'path'. */
1371 char *tmp = join_path(path, dirsep, "",
1303 glob_helper( const char *path, int dirsep, enum answer exist, enum answer isdir, struct glob_pattern **beg, struct glob_pattern **end, int flags, ruby_glob_func *func, VALUE arg, rb_encoding *enc) argument
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsmcl.vim44 syn keyword smclCCLword dirsep contained

Completed in 239 milliseconds