| /netbsd-src/external/bsd/am-utils/dist/fsinfo/ |
| H A D | fsi_analyze.c | 184 lwarning(mp->m_ioloc, "%s has duplicate exportfs data", mp->m_name); in check_exportfs() 187 set_mount(mp, DM_VOLNAME, xstrdup(mp->m_name)); in check_exportfs() 203 lerror(mp->m_ioloc, "%s has a volname but no exportfs data", mp->m_name); in check_exportfs() 219 fsi_log("Mount %s:", mp->m_name); in analyze_dkmount_tree() 222 xsnprintf(n, sizeof(n), "%s/%s", parent->m_name, mp->m_name); in analyze_dkmount_tree() 223 if (*mp->m_name == '/') in analyze_dkmount_tree() 224 lerror(mp->m_ioloc, "sub-directory %s of %s starts with '/'", mp->m_name, parent->m_name); in analyze_dkmount_tree() 225 else if (STREQ(mp->m_name, "default")) in analyze_dkmount_tree() 226 lwarning(mp->m_ioloc, "sub-directory of %s is named \"default\"", parent->m_name); in analyze_dkmount_tree() 227 fsi_log("Changing name %s to %s", mp->m_name, n); in analyze_dkmount_tree() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| H A D | LDAPAttribute.cpp | 27 m_name=string(); in LDAPAttribute() 34 m_name=attr.m_name; in LDAPAttribute() 53 m_name=name; in LDAPAttribute() 153 return m_name; in getName() 159 m_name.erase(); in setName() 160 m_name=name; in setName() 168 ret->mod_type= (char*) malloc(sizeof(char) * (m_name.size()+1)); in toLDAPMod() 169 m_name.copy(ret->mod_type,string::npos); in toLDAPMod() 170 ret->mod_type[m_name.size()]=0; in toLDAPMod() 189 s << attr.m_name << "="; in operator <<()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | analyzer-logging.h | 85 const char *m_name; variable 100 m_name (name) in log_scope() 105 m_logger->enter_scope (m_name); in log_scope() 112 m_name (name) in log_scope() 119 m_logger->enter_scope (m_name, fmt, &ap); in log_scope() 133 m_logger->exit_scope (m_name); in ~log_scope()
|
| H A D | bar-chart.h | 45 : m_name (xstrdup (name)), m_strlen (strlen (name)) , m_value (value) {} in item() 46 ~item () { free (m_name); } in ~item() 48 char *m_name; member
|
| H A D | state-purge.cc | 105 : m_points_needing_name (), m_name (name), m_fun (fun) in state_purge_per_ssa_name() 260 logger->log_partial ("' for worklist for %qE", m_name); in add_to_worklist() 271 logger->log ("already seen for %qE", m_name); in add_to_worklist() 276 logger->log ("not seen; adding to worklist for %qE", m_name); in add_to_worklist() 297 logger->log_partial ("' for %qE", m_name); in process_point() 301 gimple *def_stmt = SSA_NAME_DEF_STMT (m_name); in process_point()
|
| H A D | sm.h | 45 : log_user (logger), m_name (name) {} in state_machine() 56 const char *get_name () const { return m_name; } in get_name() 100 const char *m_name; variable
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | analyzer-logging.h | 87 const char *m_name; variable 102 m_name (name) in log_scope() 107 m_logger->enter_scope (m_name); in log_scope() 114 m_name (name) in log_scope() 121 m_logger->enter_scope (m_name, fmt, &ap); in log_scope() 135 m_logger->exit_scope (m_name); in ~log_scope()
|
| H A D | bar-chart.h | 45 : m_name (xstrdup (name)), m_strlen (strlen (name)) , m_value (value) {} in item() 46 ~item () { free (m_name); } in ~item() 48 char *m_name; member
|
| H A D | sm.h | 47 state (const char *name, unsigned id) : m_name (name), m_id (id) {} in state() 50 const char *get_name () const { return m_name; } in get_name() 57 const char *m_name; 86 const char *get_name () const { return m_name; } in get_name() 156 const char *m_name; variable
|
| H A D | sm.cc | 74 pp_string (pp, m_name); in dump_to_pp() 93 : log_user (logger), m_name (name), m_next_state_id (0), in state_machine() 150 sm_obj->set ("name", new json::string (m_name)); in to_json()
|
| H A D | sm-malloc.cc | 163 const char *m_name; member 476 : m_name (name), in deallocator() 491 pp_printf (pp, "%qs", m_name); in dump_to_pp() 615 pp_string (pp, m_deallocator.m_name); in dump_to_pp() 778 m_arg, expected_dealloc->m_name, in emit() 779 m_actual_dealloc->m_name); in emit() 784 m_actual_dealloc->m_name, m_arg); in emit() 797 expected_dealloc->m_name); in describe_state_change() 813 m_actual_dealloc->m_name, &m_alloc_event, in describe_final_event() 814 expected_dealloc->m_name); in describe_final_event() [all …]
|
| /netbsd-src/external/bsd/atf/dist/atf-c++/detail/ |
| H A D | exceptions.cpp | 130 const char* m_name; in throw_atf_error() member 141 while (h->m_name != NULL) { in throw_atf_error() 142 if (atf_error_is(err, h->m_name)) { in throw_atf_error() 154 INV(h->m_name == NULL && h->m_func != NULL); in throw_atf_error()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | jit-logging.h | 69 const char *m_name; variable 84 m_name (name) in log_scope() 89 m_logger->enter_scope (m_name); in log_scope() 101 m_logger->exit_scope (m_name); in ~log_scope()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | jit-logging.h | 69 const char *m_name; variable 84 m_name (name) in log_scope() 89 m_logger->enter_scope (m_name); in log_scope() 101 m_logger->exit_scope (m_name); in ~log_scope()
|
| /netbsd-src/external/bsd/elftosb/dist/common/ |
| H A D | StSRecordFile.h | 65 virtual void setName(const std::string & inName) { m_name = inName; } in setName() 66 virtual std::string getName() const { return m_name; } in getName() 97 std::string m_name; //!< File name. (optional) variable
|
| H A D | StExecutableImage.cpp | 23 : m_name(inOther.m_name), in StExecutableImage() 63 m_name = inName; in setName() 68 return m_name; in getName() 173 throw address_filter_exception(true, m_name, filter); in applyAddressFilters() 178 throw address_filter_exception(false, m_name, filter); in applyAddressFilters()
|
| H A D | StELFFile.h | 64 virtual void setName(const std::string & inName) { m_name = inName; } in setName() 65 virtual std::string getName() const { return m_name; } in getName() 155 std::string m_name; //!< File name. (optional) variable
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | digraph.cc | 53 test_node (const char *name, int index) : m_name (name), m_index (index) {} in test_node() 58 const char *m_name; member 70 gv->println ("%s -> %s;", m_src->m_name, m_dest->m_name); in dump_dot()
|
| /netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
| H A D | ElftosbAST.cpp | 948 : ASTNode(other), m_name() in SourceDefASTNode() 950 m_name = new std::string(*other.m_name); in SourceDefASTNode() 1165 : ASTNode(other), m_name() in SourceASTNode() 1167 m_name = new std::string(*other.m_name); in SourceASTNode() 1173 printf("%s(%s)\n", nodeName().c_str(), m_name->c_str()); in printTree() 1218 : ASTNode(other), m_name(), m_source() in SectionASTNode() 1222 if (other.m_name) in SectionASTNode() 1224 m_name = new std::string(*other.m_name); in SectionASTNode() 1250 printf("%s(%s:%s:%s)\n", nodeName().c_str(), actionName, m_name->c_str(), m_source->c_str()); in printTree() 1254 printf("%s(%s:%s)\n", nodeName().c_str(), actionName, m_name->c_str()); in printTree()
|
| H A D | ElftosbAST.h | 661 SourceDefASTNode(std::string * name) : m_name(name) {} in SourceDefASTNode() 664 inline std::string * getName() { return m_name; } in getName() 670 smart_ptr<std::string> m_name; 1010 SourceASTNode(std::string * name) : ASTNode(), m_name(name) {} in SourceASTNode() 1019 inline std::string * getSourceName() { return m_name; } in getSourceName() 1022 smart_ptr<std::string> m_name; 1075 : ASTNode(), m_action(kInclude), m_name(name), m_source() in SectionASTNode() 1080 : ASTNode(), m_action(action), m_name(name), m_source() in SectionASTNode() 1085 : ASTNode(), m_action(kInclude), m_name(name), m_source(source) in SectionASTNode() 1098 inline std::string * getSectionName() { return m_name; } in getSectionName() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ |
| H A D | NodeIntrospection.h | 41 : m_flags(flags), m_on(std::move(on)), m_name(std::move(name)) {} in m_flags() 44 StringRef name() const { return m_name; } in name() 51 std::string m_name; variable
|
| /netbsd-src/usr.bin/tftp/ |
| H A D | main.c | 174 const char *m_name; member 348 for (p = modes; p->m_name; p++) in modecmd() 349 if (strcmp(argv[1], p->m_name) == 0) in modecmd() 351 if (p->m_name) { in modecmd() 361 for (p = modes; p->m_name; p++) { in modecmd() 362 (void)printf("%s%s", sep, p->m_name); in modecmd()
|
| /netbsd-src/lib/libedit/ |
| H A D | tty.c | 59 const char *m_name; member 1199 for (m = ttymodes; m->m_name; m++) { in tty_stty() 1220 cu = strlen(m->m_name) + (x != '\0') + 1; in tty_stty() 1232 x, m->m_name); in tty_stty() 1235 m->m_name); in tty_stty() 1254 for (m = ttymodes; m->m_name; m++) in tty_stty() 1255 if ((p ? strncmp(m->m_name, ct_encode_string(d, in tty_stty() 1257 strcmp(m->m_name, ct_encode_string(d, in tty_stty() 1262 if (!m->m_name) { in tty_stty() 1320 for (m = el->el_tty.t_t; m->m_name; m++) in tty_printchar() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | digraph.cc | 53 test_node (const char *name, int index) : m_name (name), m_index (index) {} in test_node() 58 const char *m_name; member 70 gv->println ("%s %s %s%c", m_src->m_name, "->", m_dest->m_name, ';'); in dump_dot()
|
| H A D | alloc-pool.h | 206 const char *m_name; variable 243 m_name (name), m_id (0), m_elts_per_block (0), m_returned_free_list (NULL), in base_pool_allocator() 260 gcc_checking_assert (m_name); in initialize() 281 u->m_pool_name = m_name; in initialize()
|