Home
last modified time | relevance | path

Searched refs:dname (Results 1 – 3 of 3) sorted by relevance

/support/
A Dsupport_format_dns_packet.c82 struct dname struct
88 extract_name (struct in_buffer full, struct in_buffer *in, struct dname *value) in extract_name() argument
133 struct dname qname; in support_format_dns_packet()
157 struct dname rname; in support_format_dns_packet()
211 struct dname name; in support_format_dns_packet()
A Dshell-container.c95 char *dname = argv[1]; in copy_func() local
115 dfd = open (dname, O_WRONLY | O_TRUNC | O_CREAT, 0600); in copy_func()
119 dname, strerror (errno)); in copy_func()
126 sname, dname, strerror (errno)); in copy_func()
131 chmod (dname, st.st_mode & 0777); in copy_func()
A Dtest-container.c408 copy_one_file (const char *sname, const char *dname) in copy_one_file() argument
421 dfd = open (dname, O_WRONLY | O_TRUNC | O_CREAT, 0600); in copy_one_file()
423 FAIL_EXIT1 ("unable to open %s for writing\n", dname); in copy_one_file()
430 if (chmod (dname, st.st_mode & 0777) < 0) in copy_one_file()
431 FAIL_EXIT1 ("chmod %s: %s\n", dname, strerror (errno)); in copy_one_file()
435 if (utime (dname, &times) < 0) in copy_one_file()
436 FAIL_EXIT1 ("utime %s: %s\n", dname, strerror (errno)); in copy_one_file()

Completed in 8 milliseconds