Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dsource.c558 char tinybuf[2]; in add_path() local
560 tinybuf[0] = DIRNAME_SEPARATOR; in add_path()
561 tinybuf[1] = '\0'; in add_path()
571 temp = concat (old, tinybuf, name, NULL); in add_path()
579 *which_path = concat (name, (old[0] ? tinybuf : old), old, NULL); in add_path()