Home
last modified time | relevance | path

Searched refs:DIRSLASH (Results 1 – 9 of 9) sorted by relevance

/dports/biology/wise/wise2.4.1/src/HMMer2/
H A Dfile.c27 #define DIRSLASH '/' /* UNIX directory paths have /foo/bar */ macro
56 lastslash = strrchr(file, DIRSLASH); in FileDirname()
60 else if (*file != DIRSLASH) { *dirname = '.'; len = 1; } in FileDirname()
61 else { *dirname = DIRSLASH; len = 1; } in FileDirname()
89 lastslash = strrchr(file, DIRSLASH); in FileTail()
115 if (*file == DIRSLASH) strcpy(full, file); /* file = "/foo", ignore directory. */ in FileConcat()
116 else sprintf(full, "%s%c%s", dir, DIRSLASH, file); in FileConcat()
159 sprintf(full, "%s%c%s", s, DIRSLASH, fname); in EnvFileOpen()
/dports/biology/clustal-omega/clustal-omega-1.2.4/src/squid/
H A Dfile.c39 #define DIRSLASH '/' /* UNIX directory paths have /foo/bar */ macro
68 lastslash = strrchr(file, DIRSLASH); in FileDirname()
72 else if (*file != DIRSLASH) { *dirname = '.'; len = 1; } in FileDirname()
73 else { *dirname = DIRSLASH; len = 1; } in FileDirname()
101 lastslash = strrchr(file, DIRSLASH); in FileTail()
168 if (*file == DIRSLASH) strcpy(full, file); /* file = "/foo", ignore directory. */ in FileConcat()
169 else sprintf(full, "%s%c%s", dir, DIRSLASH, file); in FileConcat()
243 sprintf(full, "%s%c%s", s, DIRSLASH, fname); in EnvFileOpen()
/dports/japanese/xtr/xtr1.50e-0.2/src/
H A Ddosio.c359 return *s == DIRSLASH ? *(s+1) != '\0' : in IsFileName()
364 return (*s == DIRSLASH || *s == ALTDIRSLASH) ? *(s+1) != '\0' : in IsFileName()
396 if (p && (jstrchr(p, DIRSLASH) || jstrchr(p, ALTDIRSLASH))) in FNameExt()
398 if (p && strchr((const char *)p, DIRSLASH)) in FNameExt()
413 p2 = jstrrchr(p, DIRSLASH); in FNameName()
421 p = (const uchar *)strrchr((const char *)fname, DIRSLASH); in FNameName()
432 fname[0] == DIRSLASH || in FNameHasPath()
436 return fname[0] == '.' || fname[0] == DIRSLASH; in FNameHasPath()
451 if (c != DIRSLASH && c != ALTDIRSLASH) in PathCat()
453 if (c != DIRSLASH) in PathCat()
H A Ddosio.c.sjis357 return *s == DIRSLASH ? *(s+1) != '\0' :
362 return (*s == DIRSLASH || *s == ALTDIRSLASH) ? *(s+1) != '\0' :
394 if (p && (jstrchr(p, DIRSLASH) || jstrchr(p, ALTDIRSLASH)))
396 if (p && strchr((const char *)p, DIRSLASH))
411 p2 = jstrrchr(p, DIRSLASH);
419 p = (const uchar *)strrchr((const char *)fname, DIRSLASH);
430 fname[0] == DIRSLASH ||
434 return fname[0] == '.' || fname[0] == DIRSLASH;
449 if (c != DIRSLASH && c != ALTDIRSLASH)
451 if (c != DIRSLASH)
H A Dxtr.h603 #define DIRSLASH '\\' /* ɸ��ǥ��쥯�ȥ���ڤ�� '\\' */ macro
608 #define DIRSLASH '/' /* '/' ��ɸ�� */ macro
H A Dexpr.c1593 if (*(dstp - 1) != DIRSLASH && *(dstp - 1) != ALTDIRSLASH) in EvalPcForm()
1594 *dstp++ = DIRSLASH; in EvalPcForm()
H A Dexpr.c.sjis1593 if (*(dstp - 1) != DIRSLASH && *(dstp - 1) != ALTDIRSLASH)
1594 *dstp++ = DIRSLASH;
H A Dxtr.h.sjis601 #define DIRSLASH '\\' /* �W���f�B���N�g����؂�� '\\' */
606 #define DIRSLASH '/' /* '/' ���W�� */
/dports/editors/vim/vim-8.2.3745/src/
H A DMake_cyg_ming.mak184 DIRSLASH = / macro
212 DIRSLASH = / macro
216 DIRSLASH = \\ macro
1116 -$(DEL) $(OUTDIR)$(DIRSLASH)*.o
1117 -$(DEL) $(OUTDIR)$(DIRSLASH)*.res
1118 -$(DEL) $(OUTDIR)$(DIRSLASH)pathdef.c
1124 -$(DEL) auto$(DIRSLASH)if_perl.c