Searched refs:m_type (Results 1 - 10 of 10) sorted by relevance
| /bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
| H A D | error.h | 44 const char *m_type; member in struct:atf_error
|
| H A D | error.c | 58 snprintf(buf, buflen, "Error '%s'", err->m_type); 72 err->m_type = type; 157 return strcmp(err->m_type, type) == 0;
|
| /bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
| H A D | fs.c | 76 int m_type; member in struct:invalid_umask_error_data 101 "umask %05o", stat_type_to_string(data->m_type), 113 data.m_type = type; 132 int m_type; member in struct:unknown_type_error_data 145 snprintf(buf, buflen, "Unknown file type %d of %s", data->m_type, 157 data.m_type = type; 562 case S_IFBLK: st->m_type = atf_fs_stat_blk_type; break; 563 case S_IFCHR: st->m_type = atf_fs_stat_chr_type; break; 564 case S_IFDIR: st->m_type = atf_fs_stat_dir_type; break; 565 case S_IFIFO: st->m_type [all...] |
| H A D | process.c | 110 return (sb->m_type == atf_process_stream_type_capture) || 111 (sb->m_type == atf_process_stream_type_connect) || 112 (sb->m_type == atf_process_stream_type_inherit) || 113 (sb->m_type == atf_process_stream_type_redirect_fd) || 114 (sb->m_type == atf_process_stream_type_redirect_path); 120 sb->m_type = atf_process_stream_type_capture; 134 sb->m_type = atf_process_stream_type_connect; 145 sb->m_type = atf_process_stream_type_inherit; 155 sb->m_type = atf_process_stream_type_redirect_fd; 166 sb->m_type [all...] |
| H A D | process.h | 47 int m_type; member in struct:atf_process_stream 49 /* Valid if m_type == connect. */ 53 /* Valid if m_type == redirect_fd. */ 56 /* Valid if m_type == redirect_path. */
|
| H A D | sanity_test.c | 57 enum type m_type; member in struct:test_data 69 switch (td->m_type) {
|
| H A D | fs.h | 80 int m_type; member in struct:atf_fs_stat
|
| H A D | process_test.c | 84 enum out_type m_type; member in struct:base_stream 90 .m_type = type } 138 switch (s->m_base.m_type) { 156 switch (s->m_base.m_type) { 191 switch (s->m_base.m_type) { 220 check_file(s->m_base.m_type); 245 switch (s->m_base.m_type) { 277 check_file(s->m_base.m_type); 321 switch (s->m_base.m_type) { 347 check_file(s->m_base.m_type); [all...] |
| /bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
| H A D | parser.cpp | 124 m_type(p_type), 140 return m_type;
|
| H A D | parser.hpp | 101 token_type m_type; member in struct:atf::parser::token
|
Completed in 58 milliseconds