Searched refs:SLASH_STRING (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | defs.h | 1265 #ifndef SLASH_STRING 1266 #define SLASH_STRING "/" macro
|
| H A D | source.c | 498 name = concat (current_directory, SLASH_STRING, name, NULL); in add_path() 740 strcat (filename + len, SLASH_STRING); in openp() 769 ? "" : SLASH_STRING, in openp()
|
| H A D | utils.c | 2968 result = concat (real_path, SLASH_STRING, base_name, NULL); in xfullpath()
|
| /freebsd-12.1/contrib/gdb/gdb/cli/ |
| H A D | cli-cmds.c | 375 current_directory = concat (current_directory, SLASH_STRING, dir, NULL); in cd_command()
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | gdbint.texinfo | 5455 @findex SLASH_STRING 5456 @item SLASH_STRING 5459 @code{SLASH_STRING} is @code{"/"} on most systems, but might be
|