Lines Matching defs:sep
2083 char* sep;2092 sep = strrchr(exepath, '/');2093 if (sep == NULL)2094 sep = strrchr(exepath, '\\');2095 ASSERT_NOT_NULL(sep);2098 memmove(sep + 2, sep, 1 + strlen(sep));2099 sep[0] = '\0';2100 sep[1] = '.';2101 sep[2] = '/';2104 options.file = options.args[0] = sep + 1;