Searched refs:colon (Results 1 – 1 of 1) sorted by relevance
57 char* colon = strchr(argv[i], ':'); in ParsePatchArgs() local58 if (colon == nullptr) { in ParsePatchArgs()62 *colon = '\0'; in ParsePatchArgs()63 ++colon; in ParsePatchArgs()71 if (LoadFileContents(colon, &fc) != 0) { in ParsePatchArgs()