OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 14:10:14 GMT 2025