Searched refs:dst_path (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/dst/
H A Dsupport.c293 * Open a file in the dst_path directory. If perm is specified, the
309 if (strlen(filename) + strlen(dst_path) >= sizeof(pathname))
312 if (*dst_path != '\0') {
313 strcpy(pathname, dst_path);
H A Ddst_internal.h103 extern const char *dst_path;
H A Ddst_api.c66 const char *dst_path = ""; variable
119 dst_path = tmp;
845 filename, dst_path[0] ? dst_path :

Completed in 17 milliseconds