/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | p784.C | 1397 inline void cat(const String& x, const String& y, String& r) in cat() function 1402 inline void cat(const String& x, const SubString& y, String& r) in cat() function 1407 inline void cat(const String& x, const char* y, String& r) in cat() function 1412 inline void cat(const String& x, char y, String& r) in cat() function 1417 inline void cat(const SubString& x, const String& y, String& r) in cat() function 1422 inline void cat(const SubString& x, const SubString& y, String& r) in cat() function 1427 inline void cat(const SubString& x, const char* y, String& r) in cat() function 1432 inline void cat(const SubString& x, char y, String& r) in cat() function 1437 inline void cat(const char* x, const String& y, String& r) in cat() function 1442 inline void cat(const char* x, const SubString& y, String& r) in cat() function [all …]
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | locale.c | 749 # define toggle_locale_c(cat, locale) toggle_locale_i(cat##_INDEX_, locale) argument 751 restore_toggled_locale_i(cat##_INDEX_, locale) argument 244 toggle_locale_c(cat,locale) global() argument 247 restore_toggled_locale_c(cat,locale) global() argument 573 setlocale_failure_panic_c(cat,current,failed,caller_0_line,caller_1_line) global() argument 581 posix_setlocale(cat,locale) global() argument 583 posix_setlocale(cat,locale) global() argument 590 stdized_setlocale(cat,locale) global() argument 594 stdized_setlocale(cat,locale) global() argument 614 setlocale_r(cat,locale) global() argument 616 setlocale_c(cat,locale) global() argument 625 void_setlocale_c(cat,locale) global() argument 627 void_setlocale_r(cat,locale) global() argument 630 bool_setlocale_r(cat,locale) global() argument 633 bool_setlocale_c(cat,locale) global() argument 638 querylocale_r(cat) global() argument 639 querylocale_c(cat) global() argument 672 setlocale_r(cat,locale) global() argument 673 setlocale_c(cat,locale) global() argument 676 querylocale_r(cat) global() argument 677 querylocale_c(cat) global() argument 697 void_setlocale_c(cat,locale) global() argument 699 void_setlocale_r(cat,locale) global() argument 719 bool_setlocale_r(cat,locale) global() argument 723 bool_setlocale_c(cat,locale) global() argument 732 emulate_setlocale_c(cat,locale,recalc_LC_ALL,line) global() argument 743 setlocale_c(cat,locale) global() argument 744 setlocale_r(cat,locale) global() argument 755 bool_setlocale_c(cat,locale) global() argument 757 bool_setlocale_r(cat,locale) global() argument 760 querylocale_c(cat) global() argument 761 querylocale_r(cat) global() argument 844 my_querylocale_c(cat) global() argument 1825 const int cat = categories[cat_index]; S_setlocale_failure_panic_i() local 2762 affects_LC_NUMERIC(cat) global() argument 2764 affects_LC_NUMERIC(cat) global() argument 2766 affects_LC_NUMERIC(cat) global() argument [all...] |
H A D | pp_pack.c | 368 #define GROWING2(utf8, cat, start, cur, item_size, item_count) \ argument 375 #define GROWING(utf8, cat, start, cur, in_len) \ argument 388 #define PUSH_GROWING_BYTES(utf8, cat, start, cur, buf, in_len) \ argument 1984 Perl_packlist(pTHX_ SV * cat,const char * pat,const char * patend,SV ** beglist,SV ** endlist) Perl_packlist() argument 2107 S_pack_rec(pTHX_ SV * cat,tempsym_t * symptr,SV ** beglist,SV ** endlist) S_pack_rec() argument 3143 SV *cat = TARG; PP() local [all...] |
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 470 struct cat { struct 473 cat(OptionCategory &c) : Category(c) {} in cat() argument 475 template <class Opt> void apply(Opt &O) const { O.addCategory(Category); } in apply()
|
/openbsd-src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/ |
H A D | low.c | 214 hfsfile *cat = &vol->cat.f; in l_readmdb() local 369 hfsfile *cat = &vol->cat.f; in l_writemdb() local
|
H A D | internal.h | 242 CatDataRec cat; /* catalog information */ member 337 btree cat; /* B*-tree control block for catalog file */ member
|
H A D | hfs.c | 460 btree *cat = &vol.cat; in hfs_format() local
|
/openbsd-src/distrib/special/libstubs/ |
H A D | setlocale.c | 7 setlocale(int cat, const char *locale) in setlocale()
|
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Transformer/ |
H A D | Stencil.h | 64 template <typename... Ts> Stencil cat(Ts &&... Parts) { in cat() function
|
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/ |
H A D | Command.pm | 101 sub cat () subroutine
|
/openbsd-src/sys/dev/pci/drm/include/drm/ |
H A D | drm_print.h | 409 #define drm_dev_dbg(dev, cat, fmt, ...) \ argument 412 #define drm_dev_dbg(dev, cat, fmt, ...) \ argument 524 #define __drm_dbg(cat, fmt, ...) ___drm_dbg(NULL, cat, fmt, ##__VA_ARGS__) argument 526 #define __drm_dbg(cat, fmt, ...) \ argument
|
/openbsd-src/lib/libc/nls/ |
H A D | catopen.c | 217 struct _nls_cat_hdr *cat; in verify_msgcat() local
|
/openbsd-src/gnu/llvm/llvm/utils/split-file/ |
H A D | split-file.cpp | 30 static cl::OptionCategory cat("split-file Options"); variable
|
/openbsd-src/gnu/llvm/lldb/source/Utility/ |
H A D | Timer.cpp | 48 Timer::Category::Category(const char *cat) : m_name(cat) { in Category()
|
H A D | Log.cpp | 77 auto cat = llvm::find_if(entry.second.m_channel.categories, in GetFlags() local
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | coff-ppc.c | 812 enum ref_category cat; member 824 record_toc (toc_section, our_toc_offset, cat, name) in record_toc() argument 1545 const char *cat = ""; local
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | coff-ppc.c | 834 enum ref_category cat; member 846 record_toc (toc_section, our_toc_offset, cat, name) in record_toc() argument 1634 const char *cat = ""; local
|
H A D | versados.c | 135 char cat[8]; member
|
/openbsd-src/usr.bin/mail/ |
H A D | names.c | 444 cat(struct name *n1, struct name *n2) in cat() function
|
/openbsd-src/gnu/usr.bin/cvs/src/ |
H A D | checkout.c | 109 int cat = 0, err = 0, status = 0; local
|
/openbsd-src/sys/dev/pcmcia/ |
H A D | if_xe.c | 100 #define DPRINTF(cat, x) if (xedebug & (cat)) printf x argument 103 #define DPRINTF(cat, x) (void)0 argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | c90-intconst-1.c | 224 #define cat(x, y) x ## y macro
|
/openbsd-src/usr.bin/compress/ |
H A D | main.c | 55 static int cat, decomp, kflag, pipin, force, verbose, testmode, list, recurse; variable
|
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
H A D | objc-act.c | 710 tree cat; local 778 tree cat; local 4347 generate_category (cat) in generate_category() argument 5761 tree cat = CLASS_CATEGORY_LIST (class); local
|
/openbsd-src/gnu/llvm/clang/lib/Basic/ |
H A D | DiagnosticIDs.cpp | 870 unsigned cat = getCategoryNumberForDiag(DiagID); in isARCDiagnostic() local
|