| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| mkdtemp.h | 25 /* Create a unique temporary directory from TEMPLATE. 26 The last six characters of TEMPLATE must be "XXXXXX"; 28 Returns TEMPLATE, or a null pointer if it cannot get a unique name. 30 extern char * mkdtemp (char *template);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| numeric_traits.h | 32 template <template <typename> class _Trait, typename _Tp, typename = void> 35 template <template <typename> class _Trait, typename _Tp> 39 template <typename _Tp, bool = is_arithmetic_v<_Tp>> 42 template <typename _Tp> 49 template <> 53 template <> 57 template <> 61 template <typename _Tp, bool = is_arithmetic_v<_Tp> [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| numeric_traits.h | 32 template <template <typename> class _Trait, typename _Tp, typename = void> 35 template <template <typename> class _Trait, typename _Tp> 39 template <typename _Tp, bool = is_arithmetic_v<_Tp>> 42 template <typename _Tp> 49 template <> 53 template <> 57 template <> 61 template <typename _Tp, bool = is_arithmetic_v<_Tp> [all...] |
| /src/external/gpl3/autoconf/dist/man/ |
| autoheader.x | 2 autoheader \- Create a template header for configure
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| mkstemp.c | 52 mkstemp(char *template) 57 start = strlen(template) - 1; 58 while(template[start] == 'X') { 59 template[start] = '0' + val % 10; 66 fd = open(template, O_RDWR | O_CREAT | O_EXCL, 0600); 71 if(template[i] == 0) 73 template[i]++; 74 if(template[i] == '9' + 1) 75 template[i] = 'a'; 76 if(template[i] <= 'z' [all...] |
| /src/crypto/external/bsd/openssl/dist/Configurations/ |
| 50-nonstop.conf | 5 template => 1, 49 template => 1, 60 template => 1, 71 template => 1, 82 template => 1, 91 template => 1, 101 template => 1, 112 template => 1, 117 template => 1, 122 template => 1 [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| memoryfwd.h | 64 template<typename> 67 template<> 72 template<typename, typename> 75 template<typename>
|
| parse_numbers.h | 48 template<unsigned _Base, char _Dig> 51 template<unsigned _Base> 57 template<unsigned _Base> 63 template<unsigned _Base, unsigned _Val> 70 template<unsigned _Base> 74 template<unsigned _Base> 78 template<unsigned _Base> 82 template<unsigned _Base> 86 template<unsigned _Base> 90 template<unsigned _Base [all...] |
| cpp_type_traits.h | 48 // Firstly, these compile-time entities are used as template-arguments 77 template<bool> 81 template<> 87 template<class _Sp, class _Tp> 95 template<typename, typename> 102 template<typename _Tp> 109 // Holds if the template-argument is a void type. 110 template<typename _Tp> 117 template<> 127 template<typename _Tp [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| memoryfwd.h | 63 template<typename> 66 template<> 71 template<typename, typename> 74 template<typename>
|
| cpp_type_traits.h | 47 // Firstly, these compile-time entities are used as template-arguments 76 template<bool> 80 template<> 86 template<class _Sp, class _Tp> 94 template<typename, typename> 101 template<typename _Tp> 108 // Holds if the template-argument is a void type. 109 template<typename _Tp> 116 template<> 126 template<typename _Tp [all...] |
| parse_numbers.h | 48 template<unsigned _Base, char _Dig> 51 template<unsigned _Base> 57 template<unsigned _Base> 63 template<unsigned _Base, unsigned _Val> 70 template<unsigned _Base> 74 template<unsigned _Base> 78 template<unsigned _Base> 82 template<unsigned _Base> 86 template<unsigned _Base> 90 template<unsigned _Base [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/ksr/ns1/ |
| setup.sh | 22 cp template.db.in common.test.db 23 cp template.db.in past.test.db 24 cp template.db.in future.test.db 25 cp template.db.in last-bundle.test.db 26 cp template.db.in in-the-middle.test.db 27 cp template.db.in unlimited.test.db 28 cp template.db.in two-tone.test.db 29 cp template.db.in ksk-roll.test.db
|
| /src/crypto/external/apache2/openssl/dist/Configurations/ |
| 50-nonstop.conf | 5 template => 1, 52 template => 1, 63 template => 1, 74 template => 1, 85 template => 1, 94 template => 1, 103 template => 1, 113 template => 1, 118 template => 1, 123 template => 1 [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| type_traits.h | 44 template<bool, typename> 48 template<typename _Tp> 54 template<bool _Cond, typename _Iftrue, typename _Iffalse> 58 template<typename _Iftrue, typename _Iffalse> 64 template<typename _Tp> 74 template<> 78 template<> 82 template<> 86 template<> 90 template<> [all...] |
| /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/ |
| warnings.t | 5 use Text::Template; 23 my $template = <<'EOT'; 26 'This template should not produce warnings.'.$bad; 31 $template = Text::Template->new(type => 'STRING', source => $template); 32 isa_ok $template, 'Text::Template'; 34 my $result = $template->fill_in(HASH => { good => 'good' }); 37 is $result, 'This template should not produce warnings.' [all...] |
| /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/ |
| warnings.t | 5 use Text::Template; 23 my $template = <<'EOT'; 26 'This template should not produce warnings.'.$bad; 31 $template = Text::Template->new(type => 'STRING', source => $template); 32 isa_ok $template, 'Text::Template'; 34 my $result = $template->fill_in(HASH => { good => 'good' }); 37 is $result, 'This template should not produce warnings.' [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| DOTGraphTraits.h | 9 // This file defines a template class that can be used to customize dot output 12 // specializing this template, lots of customization opportunities are possible. 43 template<typename GraphType> 49 template<typename GraphType> 63 template <typename GraphType> 70 template<typename GraphType> 78 template <typename GraphType> 83 template<typename GraphType> 90 template<typename GraphType> 98 template<typename EdgeIter, typename GraphType [all...] |
| /src/external/gpl2/diffutils/dist/lib/ |
| mkstemp.c | 36 /* Generate a unique temporary file name from TEMPLATE. 37 The last six characters of TEMPLATE must be "XXXXXX"; 41 rpl_mkstemp (char *template) 43 return __gen_tempname (template, __GT_FILE);
|
| /src/external/gpl2/gettext/dist/gettext-tools/man/ |
| msgcmp.x | 2 msgcmp \- compare message catalog and template
|
| msgmerge.x | 2 msgmerge \- merge message catalog and template
|
| /src/external/gpl2/texinfo/dist/lib/ |
| mkstemp.c | 36 /* Generate a unique temporary file name from TEMPLATE. 37 The last six characters of TEMPLATE must be "XXXXXX"; 41 rpl_mkstemp (char *template) 43 return __gen_tempname (template, __GT_FILE);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| ilist_node_options.h | 18 template <bool EnableSentinelTracking> class ilist_node_base; 19 template <bool EnableSentinelTracking> class ilist_base; 26 template <bool EnableSentinelTracking> struct ilist_sentinel_tracking {}; 32 template <class Tag> struct ilist_tag {}; 37 template <bool IsExplicit> struct explicitness { 54 template <class Option> struct is_valid_option : std::false_type {}; 60 template <class... Options> struct extract_sentinel_tracking; 61 template <bool EnableSentinelTracking, class... Options> 65 template <class Option1, class... Options> 69 template <> struct extract_sentinel_tracking<> : std::true_type, is_implicit {} [all...] |
| /src/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/ |
| instrprof-dynamic-header.h | 0 template <class T> void bar(int X) {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/ |
| gm-std.h | 27 template<typename T> 34 template<typename T> 46 extern template class basic_ostream<char>; 47 extern template ostream& operator<< (ostream&, const char*);
|