HomeSort by: relevance | last modified time | path
    Searched refs:dst_path (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libresolv/
support.c 298 * Open a file in the dst_path directory. If perm is specified, the
314 if (strlen(filename) + strlen(dst_path) >= sizeof(pathname))
317 if (*dst_path != '\0') {
318 strcpy(pathname, dst_path);
dst_internal.h 113 extern const char *dst_path;
dst_api.c 70 const char *dst_path = ""; variable in typeref:typename:const char *
125 dst_path = tmp;
855 __func__, filename, dst_path[0] ? dst_path :
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
sancov.py 175 dst_path = module_path + '.' + os.path.basename(path)[:-4]
176 sys.stderr.write("%s: writing %d PCs to %s\n" % (prog_name, len(pc_list), dst_path))
179 with open(dst_path, 'ab+') as f2:

Completed in 15 milliseconds