Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Daiocp.c56 static const char *dstname = NULL; variable
216 if (dstname && dest_open_flag & O_CREAT) in io_error()
217 unlink(dstname); in io_error()
420 if ((dstfd = open(dstname = *argv, dest_open_flag, 0666)) < 0) { in main()
421 perror(dstname); in main()
442 int dst_alignment = dev_block_size_by_path(dstname); in main()
479 dstfd2 = open(dstname, flag); in main()
481 perror(dstname); in main()
/third_party/python/Doc/includes/
Dtzinfo_examples.py112 def __init__(self, hours, reprname, stdname, dstname): argument
116 self.dstname = dstname
123 return self.dstname
/third_party/python/Lib/ctypes/test/
Dtest_find.py92 dstname = os.path.join(d, 'lib%s.so' % libname)
97 cmd = ['gcc', '-o', dstname, '--shared',
100 self.assertTrue(os.path.exists(dstname))
/third_party/mesa3d/src/freedreno/rnn/
Dheadergen2.c443 char *dstname = malloc(strlen(db->files[i]) + 3); in main() local
445 strcpy(dstname, db->files[i]); in main()
446 strcat(dstname, ".h"); in main()
447 struct fout f = { db->files[i], fopen(dstname, "w") }; in main()
449 perror(dstname); in main()
452 free(dstname); in main()
/third_party/python/Lib/
Dshutil.py465 dstname = os.path.join(dst, srcentry.name)
481 os.symlink(linkto, dstname)
482 copystat(srcobj, dstname, follow_symlinks=not symlinks)
489 copytree(srcobj, dstname, symlinks, ignore,
492 copy_function(srcobj, dstname)
494 copytree(srcobj, dstname, symlinks, ignore, copy_function,
498 copy_function(srcobj, dstname)
504 errors.append((srcname, dstname, str(why)))
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dlocaltime.c926 const char * dstname; in tzparse() local
935 INITIALIZE(dstname); in tzparse()
967 dstname = ++name; in tzparse()
971 dstlen = name - dstname; in tzparse()
974 dstname = name; in tzparse()
976 dstlen = name - dstname; /* length of DST zone name */ in tzparse()
1161 (void) strncpy(cp, dstname, dstlen); in tzparse()
/third_party/icu/icu4c/source/tools/tzcode/
Dlocaltime.c926 const char * dstname; in tzparse() local
935 INITIALIZE(dstname); in tzparse()
967 dstname = ++name; in tzparse()
971 dstlen = name - dstname; in tzparse()
974 dstname = name; in tzparse()
976 dstlen = name - dstname; /* length of DST zone name */ in tzparse()
1161 (void) strncpy(cp, dstname, dstlen); in tzparse()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dlocaltime.c926 const char * dstname; in tzparse() local
935 INITIALIZE(dstname); in tzparse()
967 dstname = ++name; in tzparse()
971 dstlen = name - dstname; in tzparse()
974 dstname = name; in tzparse()
976 dstlen = name - dstname; /* length of DST zone name */ in tzparse()
1161 (void) strncpy(cp, dstname, dstlen); in tzparse()
/third_party/tzdata/
Dlocaltime.c1072 const char * dstname; in tzparse() local
1113 dstname = ++name; in tzparse()
1117 dstlen = name - dstname; in tzparse()
1120 dstname = name; in tzparse()
1122 dstlen = name - dstname; /* length of DST abbr. */ in tzparse()
1316 memcpy(cp, dstname, dstlen); in tzparse()
/third_party/libdrm/intel/
Dintel_decode.c623 i915_get_instruction_dst(uint32_t *data, int i, char *dstname, int do_mask) in i915_get_instruction_dst() argument
661 sprintf(dstname, "R%d%s%s", dst_nr, dstmask, sat); in i915_get_instruction_dst()
666 sprintf(dstname, "oC%s%s", dstmask, sat); in i915_get_instruction_dst()
671 sprintf(dstname, "oD%s%s", dstmask, sat); in i915_get_instruction_dst()
676 sprintf(dstname, "U%d%s%s", dst_nr, dstmask, sat); in i915_get_instruction_dst()
679 sprintf(dstname, "RESERVED"); in i915_get_instruction_dst()
/third_party/python/Doc/library/
Dshutil.rst439 (*srcname*, *dstname*, *exception*).
483 dstname = os.path.join(dst, name)
487 os.symlink(linkto, dstname)
489 copytree(srcname, dstname, symlinks)
491 copy2(srcname, dstname)
494 errors.append((srcname, dstname, str(why)))
/third_party/python/Lib/test/
Dtest_shutil.py132 dstname = None
140 dstname = dst.name
152 if dstname is not None:
153 os_helper.unlink(dstname)
2408 dstname = TESTFN + 'dst'
2410 self.addCleanup(lambda: os_helper.unlink(dstname))
2415 with open(dstname, "wb") as dst:
2418 self.assertEqual(read_file(dstname, binary=True), b"")
Dtest_tarfile.py1266 dstname = os.path.abspath(tmpname)
1269 self.assertEqual(tar.name, dstname,
1271 tar.add(dstname)
1276 tar.add(dstname)
Ddatetimetester.py4750 def __init__(self, hours, reprname, stdname, dstname): argument
4754 self.dstname = dstname
4761 return self.dstname
5171 def __init__(self, hours, reprname, stdname, dstname): argument
5175 self.dstname = dstname
5182 return self.dstname