Home
last modified time | relevance | path

Searched refs:bslash (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/binutils/binutils/
HDar.c284 char *bslash = strrchr (file, '\\'); in normalize() local
285 if (filename == NULL || (bslash != NULL && bslash > filename)) in normalize()
286 filename = bslash; in normalize()
376 char *bslash = strrchr (program_name, '\\'); in main() local
377 if (temp == NULL || (bslash != NULL && bslash > temp)) in main()
378 temp = bslash; in main()
HDbucomm.c404 char *bslash = strrchr (path, '\\'); in template_in_dir() local
406 if (slash == NULL || (bslash != NULL && bslash > slash)) in template_in_dir()
407 slash = bslash; in template_in_dir()
/NextBSD/contrib/binutils/gas/
HDstabs.c542 char *bslash = strchr (tmp, '\\'); in generate_asm_file() local
543 size_t len = (bslash) ? (size_t) (bslash - tmp + 1) : strlen (tmp); in generate_asm_file()
553 if (bslash != NULL) in generate_asm_file()
/NextBSD/contrib/binutils/bfd/
HDarchive.c1176 char *bslash = strrchr (file, '\\'); in normalize() local
1177 if (filename == NULL || (bslash != NULL && bslash > filename)) in normalize()
1178 filename = bslash; in normalize()
1545 char *bslash = strrchr (pathname, '\\'); in bfd_bsd_truncate_arname() local
1546 if (filename == NULL || (bslash != NULL && bslash > filename)) in bfd_bsd_truncate_arname()
1547 filename = bslash; in bfd_bsd_truncate_arname()
1593 char *bslash = strrchr (pathname, '\\'); in bfd_gnu_truncate_arname() local
1594 if (filename == NULL || (bslash != NULL && bslash > filename)) in bfd_gnu_truncate_arname()
1595 filename = bslash; in bfd_gnu_truncate_arname()
/NextBSD/contrib/binutils/ld/emultempl/
HDspuelf.em273 char *bslash = strrchr (path, '\\\\');
275 if (file == NULL || (bslash != NULL && bslash > file))
276 file = bslash;
/NextBSD/contrib/binutils/ld/
HDldmain.c743 char *bslash = strrchr (program_name, '\\'); in set_scripts_dir() local
745 if (end == NULL || (bslash != NULL && bslash > end)) in set_scripts_dir()
746 end = bslash; in set_scripts_dir()
/NextBSD/gnu/usr.bin/grep/
HDgrep.c1385 char *bslash = strrchr (argv[0], '\\'); in main() local
1387 if (bslash && bslash >= program_name) /* for mixed forward/backslash case */ in main()
1388 program_name = bslash + 1; in main()
/NextBSD/contrib/libstdc++/
DChangeLog-20021591 than 'quote' and 'bslash'.