Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 25 of 57) sorted by relevance

123

/mirbsd/src/lib/libssl/src/crypto/pkcs7/
Dpk7_mime.c102 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/
Dcfparse.y65 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/
Dsplit.c206 register int bound; local
208 bound = (nf > nfp) ? nfp : nf;
210 for (fn = 0; fn < bound; fn++)
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dada-typeprint.c213 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()
Dvalarith.c181 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()
Dsymtab.c2924 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()
Dada-lang.c8042 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/
DLICENCE13 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/
Demuxkivar.h54 bus_size_t bound; member
Demuxki.c295 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/
DCOPYING40 for them, you are not even bound by the above copyright.
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Drluser.texi302 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 …]
Dstabs.texinfo1389 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 …]
DLRS185 Let's assume that "#1" and "#2" are symbols which bound the area where
/mirbsd/src/lib/libssl/src/doc/crypto/
DRAND_add.pod28 B<entropy> argument is (the lower bound of) an estimate of how much
DBIO_s_accept.pod84 then another socket cannot be bound to the same port. If
/mirbsd/src/gnu/usr.bin/perl/lib/Net/
DPOP3.pm517 will be bound to the local port given using C<bind> when the socket is
/mirbsd/src/gnu/usr.bin/perl/
DREADME.macosx82 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/
Dlib-prefix.m4144 dnl variables prefix and exec_prefix bound to the values they will have
/mirbsd/src/gnu/usr.bin/texinfo/m4/
Dlib-prefix.m4144 dnl variables prefix and exec_prefix bound to the values they will have
/mirbsd/src/gnu/usr.bin/cvs/m4/
Dlib-prefix.m4143 dnl variables prefix and exec_prefix bound to the values they will have
/mirbsd/src/usr.bin/diff/
Ddiffreg.c648 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/
Dweb2a2939 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/
Darmbpabi.sc140 These symbols should be bound locally; each shared object may define
/mirbsd/src/share/zoneinfo/datfiles/
Dantarctica270 # Romania - year-bound base

123