Home
last modified time | relevance | path

Searched refs:arch_names (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/mandoc/
H A Dcgi.c125 static const char *const arch_names[] = { variable
141 static const int arch_MAX = sizeof(arch_names) / sizeof(char *);
486 0 == strcmp(arch_names[i], req->q.arch)) in resp_searchform()
488 printf(">%s</option>\n", arch_names[i]); in resp_searchform()
544 if (strcmp(arch, arch_names[i]) == 0) in validate_arch()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp764 StreamString arch_names; in ResolveExecutable() local
779 arch_names << LS << arch.GetArchitectureName(); in ResolveExecutable()
796 arch_names.GetData()); in ResolveExecutable()