Home
last modified time | relevance | path

Searched refs:UTDIRSEP_STRING (Results 1 – 3 of 3) sorted by relevance

/dports/devel/datadraw/datadraw3.1.1/util/
H A Duttypes.h115 #define UTDIRSEP_STRING "\\" macro
119 #define UTDIRSEP_STRING "/" macro
H A Dutcygwin.c69 while(!strncmp(fileName, ".." UTDIRSEP_STRING, 3)) { in utFullPath()
H A Dutunix.c80 while(!strncmp(fileName, ".." UTDIRSEP_STRING, 3)) { in utFullPath()