Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/
HDnto-tdep.c91 char *path_fmt = "%s/lib:%s/usr/lib:%s/usr/photon/lib\ in nto_find_and_open_solib() local
114 buf = alloca (strlen (path_fmt) + strlen (arch_path) * 5 + 1); in nto_find_and_open_solib()
115 sprintf (buf, path_fmt, arch_path, arch_path, arch_path, arch_path, in nto_find_and_open_solib()
/trueos/lib/libdpv/
HDdpv.c106 const char *path_fmt; in dpv() local
566 path_fmt = fmtcheck(output, "%s"); in dpv()
567 if (path_fmt == output) in dpv()