/third_party/ltp/testcases/commands/ln/ |
D | ln_tests.sh | 24 local dname="$1" 28 ROD ls "$dname" > dname.out 30 if diff lname.out dname.out; then 36 cat dname.out
|
/third_party/musl/src/network/ |
D | res_mkquery.c | 5 int __res_mkquery(int op, const char *dname, int class, int type, in __res_mkquery() argument 12 size_t l = strnlen(dname, 255); in __res_mkquery() 15 if (l && dname[l-1]=='.') l--; in __res_mkquery() 24 memcpy((char *)q+13, dname, l); in __res_mkquery()
|
/third_party/flutter/skia/infra/bots/ |
D | test_utils.py | 24 def mkdir(self, dname, mode=0755): argument 26 dname = os.path.join(self._cwd, dname) 27 os.mkdir(dname) 28 os.chmod(dname, mode)
|
/third_party/skia/infra/bots/ |
D | test_utils.py | 24 def mkdir(self, dname, mode=0o755): argument 26 dname = os.path.join(self._cwd, dname) 27 os.mkdir(dname) 28 os.chmod(dname, mode)
|
/third_party/pulseaudio/src/pulse/ |
D | client-conf-x11.c | 39 const char *dname; in pa_client_conf_from_x11() local 54 if (!(dname = getenv("DISPLAY"))) in pa_client_conf_from_x11() 57 if (*dname == 0) in pa_client_conf_from_x11() 60 if (!(xcb = xcb_connect(dname, NULL))) { in pa_client_conf_from_x11()
|
/third_party/ltp/testcases/kernel/syscalls/chdir/ |
D | chdir04.c | 71 char *dname; member 118 TEST(chdir(TC[i].dname)); in main() 154 TC[2].dname = bad_addr; in setup()
|
/third_party/pulseaudio/src/modules/ |
D | module-zeroconf-discover.c | 146 char *device = NULL, *dname, *module_name, *args; in resolver_cb() local 204 dname = pa_sprintf_malloc("tunnel.%s.%s", host_name, device); in resolver_cb() 206 dname = pa_sprintf_malloc("tunnel.%s", host_name); in resolver_cb() 208 if (!pa_namereg_is_valid_name(dname)) { in resolver_cb() 209 pa_log("Cannot construct valid device name from credentials of service '%s'.", dname); in resolver_cb() 211 pa_xfree(dname); in resolver_cb() 238 t, dname, in resolver_cb() 250 pa_xfree(dname); in resolver_cb()
|
/third_party/pulseaudio/src/modules/raop/ |
D | module-raop-discover.c | 167 char *device = NULL, *nicename, *dname, *vname, *args; in resolver_cb() local 268 dname = pa_sprintf_malloc("raop_output.%s.%s", host_name, device); in resolver_cb() 270 dname = pa_sprintf_malloc("raop_output.%s", host_name); in resolver_cb() 272 if (!(vname = pa_namereg_make_valid_name(dname))) { in resolver_cb() 273 pa_log("Cannot construct valid device name from '%s'.", dname); in resolver_cb() 275 pa_xfree(dname); in resolver_cb() 287 pa_xfree(dname); in resolver_cb()
|
/third_party/jerryscript/tools/ |
D | check-license.py | 74 for dname in INCLUDE_DIRS: 75 for root, _, files in os.walk(dname):
|
/third_party/pulseaudio/src/utils/ |
D | pax11publish.c | 42 …const char *dname = NULL, *sink = NULL, *source = NULL, *server = NULL, *cookie_file = PA_NATIVE_C… in main() local 55 dname = optarg; in main() 96 if (!(xcb = xcb_connect(dname, &screen))) { in main()
|
/third_party/uboot/u-boot-2020.01/tools/env/ |
D | fw_env.c | 1233 static int flash_open_tempfile(const char **dname, const char **target_temp) in flash_open_tempfile() argument 1242 *dname = dirname(dup_name); in flash_open_tempfile() 1243 if (!*dname) in flash_open_tempfile() 1246 rc = asprintf(&temp_name, "%s/XXXXXX", *dname); in flash_open_tempfile() 1274 const char *dname, *target_temp = NULL; in flash_io_write() local 1295 fd_target = flash_open_tempfile(&dname, &target_temp); in flash_io_write() 1328 dir_fd = open(dname, O_DIRECTORY | O_RDONLY); in flash_io_write() 1332 dname, strerror(errno)); in flash_io_write() 1345 dname, strerror(errno)); in flash_io_write() 1350 dname, strerror(errno)); in flash_io_write()
|
/third_party/uboot/u-boot-2020.01/fs/ext4/ |
D | ext4_common.h | 62 int ext4fs_get_parent_inode_num(const char *dirname, char *dname, int flags);
|
/third_party/node/deps/icu-small/source/common/ |
D | servls.cpp | 34 ICULocaleService::ICULocaleService(const UnicodeString& dname) in ICULocaleService() argument 35 : ICUService(dname) in ICULocaleService()
|
D | serv.cpp | 757 UnicodeString dname; in getDisplayNames() local 758 f->getDisplayName(*id, locale, dname); in getDisplayNames() 759 if (dname.isBogus()) { in getDisplayNames() 762 dnCache->cache.put(dname, (void*)id, status); // share pointer with visibleIDMap in getDisplayNames()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | servls.cpp | 34 ICULocaleService::ICULocaleService(const UnicodeString& dname) in ICULocaleService() argument 35 : ICUService(dname) in ICULocaleService()
|
D | serv.cpp | 770 UnicodeString dname; in getDisplayNames() local 771 f->getDisplayName(*id, locale, dname); in getDisplayNames() 772 if (dname.isBogus()) { in getDisplayNames() 775 dnCache->cache.put(dname, (void*)id, status); // share pointer with visibleIDMap in getDisplayNames()
|
/third_party/icu/icu4c/source/common/ |
D | servls.cpp | 34 ICULocaleService::ICULocaleService(const UnicodeString& dname) in ICULocaleService() argument 35 : ICUService(dname) in ICULocaleService()
|
D | serv.cpp | 770 UnicodeString dname; in getDisplayNames() local 771 f->getDisplayName(*id, locale, dname); in getDisplayNames() 772 if (dname.isBogus()) { in getDisplayNames() 775 dnCache->cache.put(dname, (void*)id, status); // share pointer with visibleIDMap in getDisplayNames()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | servls.cpp | 35 ICULocaleService::ICULocaleService(const UnicodeString& dname) in ICULocaleService() argument 36 : ICUService(dname) in ICULocaleService()
|
D | serv.cpp | 770 UnicodeString dname; in getDisplayNames() local 771 f->getDisplayName(*id, locale, dname); in getDisplayNames() 772 if (dname.isBogus()) { in getDisplayNames() 775 dnCache->cache.put(dname, (void*)id, status); // share pointer with visibleIDMap in getDisplayNames()
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | run_cold.dart | 177 final String dname = device.device.name; 180 printStatus('An Observatory debugger and profiler on $dname is available at $uri');
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | ICUServiceThreadTest.java | 289 String dname = (String)e.getKey(); in iterate() local 299 " dname: " + dname + in iterate()
|
/third_party/libdrm/ |
D | xf86drm.c | 2940 char dname[SPECNAMELEN]; in drmGetMinorNameForFD() 2954 if (!devname_r(sbuf.st_rdev, S_IFCHR, dname, sizeof(dname))) in drmGetMinorNameForFD() 2969 if (isalpha(dname[i]) == 0 && dname[i] != '/') in drmGetMinorNameForFD() 2972 if (dname[i] == '\0') in drmGetMinorNameForFD() 2975 id = (int)strtol(&dname[i], NULL, 10); in drmGetMinorNameForFD() 3152 char dname[SPECNAMELEN]; in get_sysctl_pci_bus_info() local 3160 if (!devname_r(rdev, S_IFCHR, dname, sizeof(dname))) in get_sysctl_pci_bus_info() 3163 if (sscanf(dname, "drm/%d\n", &id) != 1) in get_sysctl_pci_bus_info()
|
/third_party/python/Lib/test/ |
D | test_zipimport.py | 103 dname = os.path.dirname(path) 104 if not os.path.isdir(dname): 105 os.makedirs(dname)
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-source.c | 201 static int reserve_init(struct userdata *u, const char *dname) { in reserve_init() argument 205 pa_assert(dname); in reserve_init() 213 if (!(rname = pa_alsa_get_reserve_name(dname))) in reserve_init() 260 static int reserve_monitor_init(struct userdata *u, const char *dname) { in reserve_monitor_init() argument 264 pa_assert(dname); in reserve_monitor_init() 269 if (!(rname = pa_alsa_get_reserve_name(dname))) in reserve_monitor_init()
|