Searched refs:bslash (Results 1 – 4 of 4) sorted by relevance
127 char *bslash = strrchr (sf->name, '\\'); in annotate_source() local128 if (name_only == NULL || (bslash != NULL && bslash > name_only)) in annotate_source()129 name_only = bslash; in annotate_source()182 char *bslash = strrchr (sf->name, '\\'); in annotate_source() local183 if (filename == NULL || (bslash != NULL && bslash > filename)) in annotate_source()184 filename = bslash; in annotate_source()
462 char *bslash = strrchr (path, '\\'); in template_in_dir() local464 if (slash == NULL || (bslash != NULL && bslash > slash)) in template_in_dir()465 slash = bslash; in template_in_dir()
546 char *bslash = strchr (tmp, '\\'); in generate_asm_file() local547 size_t len = (bslash) ? (size_t) (bslash - tmp + 1) : strlen (tmp); in generate_asm_file()557 if (bslash != NULL) in generate_asm_file()
460 char *bslash = strrchr (path, '\\\\');462 if (file == NULL || (bslash != NULL && bslash > file))463 file = bslash;