| /mirbsd/src/gnu/usr.bin/texinfo/info/ |
| D | infomap.c | 49 keymap[i].function = (InfoCommand *)NULL; in keymap_make_keymap() 57 keymap[Meta(i)].function = in keymap_make_keymap() 59 keymap[i].function = InfoCmd(info_do_lowercase_version); in keymap_make_keymap() 73 if (map[c].function == NULL) in find_function_keyseq() 75 for (k = map[c].function->keys; k; k = k->next) in find_function_keyseq() 82 m = (Keymap)m[*p].function; in find_function_keyseq() 93 add_function_keyseq (InfoCommand *function, in add_function_keyseq() argument 98 if (function == NULL || in add_function_keyseq() 99 function == InfoCmd(info_do_lowercase_version) || in add_function_keyseq() 100 function == InfoCmd(ea_insert)) in add_function_keyseq() [all …]
|
| D | infodoc.c | 205 dump_map_to_message_buffer (new_prefix, (Keymap)map[i].function); 207 else if (map[i].function) 212 doc = function_documentation (map[i].function); 213 name = function_name (map[i].function); 222 (map[last].function != map[i].function)) 633 InfoCommand *function = map[key].function; 635 if (function) 636 return (function_documentation (function)); 670 map = (Keymap)map[ESC].function; 678 if (map[keystroke].function == (InfoCommand *)NULL) [all …]
|
| /mirbsd/src/sys/arch/i386/conf/ |
| D | RAMDISK | 163 pchb* at pci? dev ? function ? # PCI-Host bridges 164 ppb* at pci? dev ? function ? # PCI-PCI bridges 167 pcib* at pci? dev ? function ? # PCI-ISA bridge 168 #ichpcib* at pci? dev ? function ? # Intel ICHx/ICHx-M LPC bridges 171 #amdpm* at pci? dev ? function ? # AMD768MPX 172 #elansc* at pci? dev ? function ? # AMD Elan SC520 System Controller 173 #geodesc* at pci? dev ? function ? # Geode SC1100/SCx200 IAOC 183 #viaenv* at pci? dev ? function ? # VIA VT82C686A hardware monitor 197 pcic* at pci? dev? function ? 206 #cbb* at pci? dev ? function ? [all …]
|
| D | GENERIC | 179 pchb* at pci? dev ? function ? # PCI-Host bridges 180 ppb* at pci? dev ? function ? # PCI-PCI bridges 183 pcib* at pci? dev ? function ? # PCI-ISA bridge 184 ichpcib* at pci? dev ? function ? # Intel ICHx/ICHx-M LPC bridges 187 amdpm* at pci? dev ? function ? # AMD768MPX 188 elansc* at pci? dev ? function ? # AMD Elan SC520 System Controller 189 geodesc* at pci? dev ? function ? # Geode SC1100/SCx200 IAOC 199 viaenv* at pci? dev ? function ? # VIA VT82C686A hardware monitor 213 pcic* at pci? dev? function ? 222 cbb* at pci? dev ? function ? [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | gdb-events.sh | 124 echo "extern ${returntype} (*${function}_event) (${formal})${attrib};" 140 echo "typedef ${returntype} (gdb_events_${function}_ftype) (${formal});" 154 echo " gdb_events_${function}_ftype *${function}${attrib};" 171 echo "extern int ${function}_p (void);" 172 echo "extern ${returntype} ${function}_event (${formal})${attrib};" 175 echo "extern ${returntype} ${function}_event (${formal})${attrib};" 265 fprintf_unfiltered (gdb_stdlog, "${function}_event\n"); 292 echo " ${function}_event = hooks->${function};" 320 echo " ${function}," 337 echo "struct ${function}" [all …]
|
| D | gdbarch.sh | 94 FUNCTION=`echo ${function} | tr '[a-z]' '[A-Z]'` 797 printf "#define ${macro} (gdbarch_${function} (current_gdbarch))\n" 830 printf "extern int gdbarch_${function}_p (struct gdbarch *gdbarch);\n" 837 printf "#define ${macro}_P() (gdbarch_${function}_p (current_gdbarch))\n" 844 printf "extern ${returntype} gdbarch_${function} (struct gdbarch *gdbarch);\n" 845 …printf "extern void set_gdbarch_${function} (struct gdbarch *gdbarch, ${returntype} ${function});\… 852 printf "#define ${macro} (gdbarch_${function} (current_gdbarch))\n" 861 printf "typedef ${returntype} (gdbarch_${function}_ftype) (struct gdbarch *gdbarch);\n" 864 … printf "typedef ${returntype} (gdbarch_${function}_ftype) (struct gdbarch *gdbarch, ${formal});\n" 866 printf "typedef ${returntype} (gdbarch_${function}_ftype) (${formal});\n" [all …]
|
| /mirbsd/src/gnu/usr.bin/cvs/ |
| D | config.h.in | 18 /* Define to 1 if the `closedir' function returns void instead of `int'. */ 22 systems. This function is required for `alloca.c' support on those systems. 97 /* Define to 1 if you have the `alloca' function. */ 104 /* Define to 1 if you have the `atexit' function. */ 110 /* Define to 1 if you have the `btowc' function. */ 113 /* Define to 1 if you have the `canonicalize_file_name' function. */ 116 /* Define to 1 if you have the `chsize' function. */ 119 /* Define to 1 if you have the `clock_gettime' function. */ 122 /* Define to 1 if you have the `clock_settime' function. */ 125 /* Define if you have the connect function. */ [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/lib/File/Spec/t/ |
| D | Spec.t | 647 my $function = shift ; 652 skip("skip $function", 1); 656 $function =~ s#\\#\\\\#g ; 657 $function =~ s/^([^\$].*->)/File::Spec::$1/; 658 my $got = join ',', eval $function; 662 skip "skip $function: $skip_exception", 1; 665 ok $@, '', $function; 670 ok $got, $expected, $function;
|
| /mirbsd/src/gnu/usr.bin/texinfo/ |
| D | config.in | 4 systems. This function is required for `alloca.c' support on those systems. 14 /* Define to 1 if you have `alloca', as a function or macro. */ 21 /* Define to 1 if you have the `bzero' function. */ 46 /* Define to 1 if you have the `getcwd' function. */ 49 /* Define to 1 if you have the `gettimeofday' function. */ 68 /* Define to 1 if you have the `memcpy' function. */ 71 /* Define to 1 if you have the `memmove' function. */ 77 /* Define to 1 if you have the `memset' function. */ 80 /* Define to 1 if you have the `mkstemp' function. */ 89 /* Define to 1 if you have the `setvbuf' function. */ [all …]
|
| /mirbsd/src/libexec/ld.so/sparc/ |
| D | ldasm.S | 77 .type _dl_start,@function 128 .type _dl_bind_start,@function 144 .type _dl_close,@function 156 .type _dl_exit,@function 168 .type _dl_issetugid,@function 180 .type _dl__syscall,@function 192 .type _dl_munmap,@function 204 .type _dl_mprotect,@function 216 .type _dl_open,@function 228 .type _dl_read,@function [all …]
|
| /mirbsd/src/lib/libncurses/src/include/ |
| D | Caps | 139 # to be older types that don't use up a lot of string space on function keys. 389 key_f0 kf0 str k0 KEY_F(0) 0410 YBCGE F0 function key 390 key_f1 kf1 str k1 KEY_F(1) - YBCGE F1 function key 391 key_f10 kf10 str k; KEY_F(10) - ----E F10 function key 392 key_f2 kf2 str k2 KEY_F(2) - YBCGE F2 function key 393 key_f3 kf3 str k3 KEY_F(3) - YBCGE F3 function key 394 key_f4 kf4 str k4 KEY_F(4) - YBCGE F4 function key 395 key_f5 kf5 str k5 KEY_F(5) - YBCGE F5 function key 396 key_f6 kf6 str k6 KEY_F(6) - YBCGE F6 function key 397 key_f7 kf7 str k7 KEY_F(7) - YBCGE F7 function key [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/ext/POSIX/ |
| D | POSIX.pod | 25 functions with the same name as a built-in Perl function, such as 72 This is identical to the C function C<_exit()>. It exits the program 83 This is identical to the C function C<abort()>. It terminates the 89 This is identical to Perl's builtin C<abs()> function, returning 107 This is identical to the C function C<acos()>, returning 112 This is identical to Perl's builtin C<alarm()> function, 117 This is identical to the C function C<asctime()>. It returns 133 This is identical to the C function C<asin()>, returning 143 This is identical to the C function C<atan()>, returning the 148 This is identical to Perl's builtin C<atan2()> function, returning [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | perltoc2.gen | 87 function asso_setv { 112 function asso_isset { 123 function asso_gett { 130 function asso_getv { 136 function asso_loadv { 153 function asso_loadk { 167 function asso_sets { 178 function asso_seti { 193 function asso_setr { 208 function asso_setb { [all …]
|
| /mirbsd/src/lib/libssl/src/doc/ssl/ |
| D | SSL_CTX_set_cert_verify_callback.pod | 15 SSL_CTX_set_cert_verify_callback() sets the verification callback function for 22 function is called. If the application does not explicitly specify a 23 verification callback function, the built-in verification function is used. 25 SSL_CTX_set_cert_verify_callback(), the supplied callback function is called 41 function set using L<SSL_CTX_set_verify(3)|SSL_CTX_set_verify(3)>. 45 Do not mix the verification callback described in this function with the 46 B<verify_callback> function called during the verification process. The 53 the B<verify_callback> function.
|
| D | SSL_CTX_set_client_cert_cb.pod | 5 SSL_CTX_set_client_cert_cb, SSL_CTX_get_client_cert_cb - handle client certificate callback function 21 When B<client_cert_cb()> is NULL, no callback function is used. 24 function. 32 handshake function will return immediatly. L<SSL_get_error(3)|SSL_get_error(3)> 34 suspended. The next call to the handshake function will again lead to the call 49 library. Using the callback function it is possible to implement a proper 53 If a callback function is defined and no certificate was yet defined for the 54 SSL object, the callback function will be called. 55 If the callback function returns a certificate, the OpenSSL library 76 function, which is only available for the SSL_CTX object as a whole and that [all …]
|
| D | SSL_CTX_set_info_callback.pod | 19 SSL_CTX_set_info_callback() sets the B<callback> function, that can be used to 23 When B<callback> is NULL, not callback function is used. 25 SSL_set_info_callback() sets the B<callback> function, that can be used to 31 callback function for B<ctx>. 34 callback function for B<ssl>. 39 information from the SSL/TLS engine. When set, an information callback function 42 The callback function is called as B<callback(SSL *ssl, int where, int ret)>. 44 the callback function was called. If B<ret> is 0, an error condition occurred. 58 Callback has been called to indicate error exit of a handshake function. 109 The following example callback function prints state strings, information
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlxs.pod | 18 by the B<xsubpp> compiler, each XSUB amounts to a C function definition 23 Perl values to the formats expected by a C function, call this C function, 24 transfers the return values of the C function back to Perl. 26 function arguments that may serve as output parameters. These return 34 from the C function indicates failure, calling different C functions 49 C code and which are not related to a pre-existing C function. In cases 51 declaration is almost identical to a declaration of a C function (in K&R 60 uses B<typemaps> to determine how to map C function parameters 83 function is used to demonstrate many features of the XS language. This 84 function has two parameters; the first is an input parameter and the second [all …]
|
| /mirbsd/src/lib/libssl/src/crypto/conf/ |
| D | README | 35 function called as: 39 The function can then take whatever action is appropriate, for example 44 an optional finish function: 57 The DSO is expected to at least contain an initialization function: 61 and may also include a finish function: 69 where "name" is the name in the configuration file this function corresponds to. 74 The function OPENSSL_config() is intended as a simple configuration function that
|
| /mirbsd/src/usr.bin/rpcinfo/ |
| D | rpcinfo.c | 97 int function; in main() local 101 function = NONE; in main() 108 if (function != NONE) in main() 111 function = PMAPDUMP; in main() 115 if (function != NONE) in main() 118 function = TCPPING; in main() 122 if (function != NONE) in main() 125 function = UDPPING; in main() 129 if (function != NONE) in main() 132 function = BRDCST; in main() [all …]
|
| /mirbsd/src/gnu/usr.bin/cvs/diff/ |
| D | context.c | 136 char const *function; local 155 function = 0; 157 find_function (&files[0], first0, &function, &function_length); 165 if (function) 168 write_output (function, min (function_length - 1, 40)); 267 char const *function; local 286 function = 0; 288 find_function (&files[0], first0, &function, &function_length); 301 if (function) 304 write_output (function, min (function_length - 1, 40));
|
| /mirbsd/src/sys/arch/i386/pci/ |
| D | pci_bus_fixup.c | 53 int bridge, device, maxdevs, function, nfuncs, bus_max, bus_sub; local 88 for (function = 0; function < nfuncs; function++) { 89 tag = pci_make_tag(pc, bus, device, function);
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | hmac.pod | 31 function used for message authentication, which is based on a hash 32 function. 35 B<d> using the hash function B<evp_md> and the key B<key> which is 39 the hash function, which is no more than B<EVP_MAX_MD_SIZE> bytes). 44 B<key> and B<evp_md> may be B<NULL> if a key and hash function have 61 function B<evp_md> and the key B<key> which is B<key_len> bytes 66 the function B<evp_md> and key B<key>. Either can be NULL, in which 69 function. B<N.B. HMAC_Init() had this undocumented behaviour in 77 must have space for the hash function output.
|
| /mirbsd/src/sys/dev/cardbus/ |
| D | cardbus.c | 389 int function, nfunction; local 410 function = 0; 412 tag = cardbus_make_tag(cc, cf, sc->sc_bus, sc->sc_device, function); 441 for(function = 0; function < nfunction; function++) { 444 tag = cardbus_make_tag(cc, cf, sc->sc_bus, sc->sc_device, function); 458 enable_function(sc, cdstatus, function); 472 function, bhlc)); 501 ct->ct_func = function; 523 ca.ca_function = function; 542 disable_function(sc, function); [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | config.in | 65 /* Define to 1 if you have the `fcntl' function. */ 71 /* Define to 1 if you have the `fdopen' function. */ 74 /* Define to 1 if you have the `fseeko' function. */ 77 /* Define to 1 if you have the `fseeko64' function. */ 80 /* Define to 1 if you have the `ftello' function. */ 83 /* Define to 1 if you have the `ftello64' function. */ 86 /* Define to 1 if you have the `getgid' function. */ 89 /* Define to 1 if you have the `getpagesize' function. */ 92 /* Define to 1 if you have the `getuid' function. */ 110 /* Define to 1 if you have the `madvise' function. */ [all …]
|
| /mirbsd/src/gnu/usr.bin/cvs/m4/ |
| D | getline.m4 | 12 dnl See if there's a working, system-supplied version of the getline function. 14 dnl have a function by that name in -linet that doesn't have anything 15 dnl to do with the function we need. 31 AC_CACHE_CHECK([for working getline function], am_cv_func_working_getline, 55 dnl We must choose a different name for our function, since on ELF systems 59 [Define to a replacement function name for getline().])
|