| /mirbsd/src/lib/libssl/src/crypto/pkcs7/ |
| D | pk7_mime.c | 102 static int mime_bound_check(char *line, int linelen, char *bound, int blen); 103 static int multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret); 153 char bound[33], c; in SMIME_write_PKCS7() local 168 RAND_pseudo_bytes((unsigned char *)bound, 32); in SMIME_write_PKCS7() 170 c = bound[i] & 0xf; in SMIME_write_PKCS7() 173 bound[i] = c; in SMIME_write_PKCS7() 175 bound[32] = 0; in SMIME_write_PKCS7() 180 bound, mime_eol, mime_eol); in SMIME_write_PKCS7() 184 BIO_printf(bio, "------%s%s", bound, mime_eol); in SMIME_write_PKCS7() 186 BIO_printf(bio, "%s------%s%s", mime_eol, bound, mime_eol); in SMIME_write_PKCS7() [all …]
|
| /mirbsd/src/usr.sbin/mrouted/ |
| D | cfparse.y | 65 struct addrmask bound; member 94 %type <addrmask> bound boundary addrmask 206 boundlist[numbounds++].bound = $3; 295 | BOUNDARY bound { 340 bound : boundary { $$ = $1; } 345 $$ = boundlist[i].bound;
|
| /mirbsd/src/lib/libc/regex/test/ |
| D | split.c | 206 register int bound; local 208 bound = (nf > nfp) ? nfp : nf; 210 for (fn = 0; fn < bound; fn++)
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ada-typeprint.c | 213 char *bound = bounds + *n; in print_range_bound() local 216 pend = strstr (bound, "__"); in print_range_bound() 218 *n += bound_len = strlen (bound); in print_range_bound() 221 bound_len = pend - bound; in print_range_bound() 224 fprintf_filtered (stream, "%.*s", bound_len, bound); in print_range_bound()
|
| D | valarith.c | 181 struct value *bound; in value_subscript() local 213 bound = value_from_longest (builtin_type_int, (LONGEST) lowerbound); in value_subscript() 214 idx = value_sub (idx, bound); in value_subscript()
|
| D | symtab.c | 2924 struct partial_symbol **bound, **gbound, **sbound; in search_symbols() local 2932 bound = gbound; in search_symbols() 2939 if (psym >= bound) in search_symbols() 2941 if (bound == gbound && ps->n_static_syms != 0) in search_symbols() 2944 bound = sbound; in search_symbols()
|
| D | ada-lang.c | 8042 char *bound; in scan_discrim_bound() local 8052 bound = str + k; in scan_discrim_bound() 8053 k += strlen (bound); in scan_discrim_bound() 8058 bound = bound_buffer; in scan_discrim_bound() 8060 bound[pend - (str + k)] = '\0'; in scan_discrim_bound() 8064 bound_val = ada_search_struct_field (bound, dval, 0, value_type (dval)); in scan_discrim_bound()
|
| /mirbsd/src/share/doc/legal/ |
| D | LICENCE | 13 The MirOS Project consists of a loosely bound group of deve- 68 even if contributor is not bound by EU law.
|
| /mirbsd/src/sys/dev/pci/ |
| D | emuxkivar.h | 54 bus_size_t bound; member
|
| D | emuxki.c | 295 mem->bound = 0; in emuxki_dmamem_alloc() 304 if (bus_dmamem_alloc(dmat, mem->size, mem->align, mem->bound, in emuxki_dmamem_alloc() 319 mem->bound, bus_dma_flags, &(mem->map))) { in emuxki_dmamem_alloc()
|
| /mirbsd/src/usr.bin/lex/ |
| D | COPYING | 40 for them, you are not even bound by the above copyright.
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | rluser.texi | 302 Any other key sequence bound to a Readline command will terminate 582 In addition to command names, readline allows keys to be bound 600 In the above example, @kbd{C-u} is bound to the function 602 @kbd{M-DEL} is bound to the function @code{backward-kill-word}, and 603 @kbd{C-o} is bound to run the macro 635 In the above example, @kbd{C-u} is again bound to the function 637 @samp{@kbd{C-x} @kbd{C-r}} is bound to the function @code{re-read-init-file}, 638 and @samp{@key{ESC} @key{[} @key{1} @key{1} @key{~}} is bound to insert 892 This section describes Readline commands that may be bound to key 1026 the last character typed was not bound to @code{delete-char}, then [all …]
|
| D | stabs.texinfo | 1389 If the lower bound of a subrange is 0 and the upper bound is -1, 1399 leading zeroes. In this case a negative bound consists of a number 1401 the number (except the sign bit), and a positive bound is one which is a 1415 If the lower bound of a subrange is 0 and the upper bound is negative, 1417 absolute value of the upper bound. I believe this is a Convex 1420 If the lower bound of a subrange is negative and the upper bound is 0, 1422 the absolute value of the lower bound. I believe this is a Convex 1430 If the upper bound of a subrange is 0 and the lower bound is positive, 1431 the type is a floating point type, and the lower bound of the subrange 1767 @var{length} is a bound, like those in range types; see @ref{Subranges}. [all …]
|
| D | LRS | 185 Let's assume that "#1" and "#2" are symbols which bound the area where
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | RAND_add.pod | 28 B<entropy> argument is (the lower bound of) an estimate of how much
|
| D | BIO_s_accept.pod | 84 then another socket cannot be bound to the same port. If
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Net/ |
| D | POP3.pm | 517 will be bound to the local port given using C<bind> when the socket is
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | README.macosx | 82 pre-binding. Dynamic libraries can be pre-bound to a specific address in 93 pre-bound dynamic library.
|
| /mirbsd/src/gnu/usr.bin/binutils/config/ |
| D | lib-prefix.m4 | 144 dnl variables prefix and exec_prefix bound to the values they will have
|
| /mirbsd/src/gnu/usr.bin/texinfo/m4/ |
| D | lib-prefix.m4 | 144 dnl variables prefix and exec_prefix bound to the values they will have
|
| /mirbsd/src/gnu/usr.bin/cvs/m4/ |
| D | lib-prefix.m4 | 143 dnl variables prefix and exec_prefix bound to the values they will have
|
| /mirbsd/src/usr.bin/diff/ |
| D | diffreg.c | 648 const u_int bound = dflag ? UINT_MAX : max(256, isqrt(n)); in stone() local 679 } while ((y = b[++j]) > 0 && numtries < bound); in stone()
|
| /mirbsd/src/share/dict/ |
| D | web2a | 2939 awe-bound 5158 belly-bound 7323 bound bailiff 7324 bound charge 7325 bound foot 7937 brick-bound 8064 brine-bound 8200 bronze-bound 10221 case-bound 11081 charm-bound [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/scripttempl/ |
| D | armbpabi.sc | 140 These symbols should be bound locally; each shared object may define
|
| /mirbsd/src/share/zoneinfo/datfiles/ |
| D | antarctica | 270 # Romania - year-bound base
|