Home
last modified time | relevance | path

Searched full:extra (Results 1 – 25 of 3429) sorted by relevance

12345678910>>...138

/freebsd-13-stable/crypto/heimdal/lib/roken/
HDvis.c130 #define MAKEEXTRALIST(flag, extra, orig_str) \ argument
137 extra = malloc((size_t)((o - orig) + MAXEXTRAS)); \
138 if (!extra) break; \
139 for (o = orig, e = extra; (*e++ = *o++) != '\0';) \
153 do_hvis(char *dst, int c, int flag, int nextc, const char *extra) in do_hvis() argument
160 dst = do_svis(dst, c, flag, nextc, extra); in do_hvis()
171 * extra: Pointer to the list of extra characters to be
175 do_svis(char *dst, int c, int flag, int nextc, const char *extra) in do_svis() argument
178 isextra = strchr(extra, c) != NULL; in do_svis()
250 * pointed to by `extra'
[all …]
/freebsd-13-stable/contrib/libarchive/libarchive/test/
HDtest_read_filter_uudecode.c79 int extra; in test_read_uu_sub() local
83 /* Remove '\n' from extra data to make a very long line. */ in test_read_uu_sub()
96 for (extra = 0; extra <= 64; extra = extra==0?1:extra*2) { in test_read_uu_sub()
99 size = extra * 1024; in test_read_uu_sub()
100 /* Add extra text size of which is from 1K bytes to in test_read_uu_sub()
110 *p++ = '\n';/* the last of extra text must have in test_read_uu_sub()
116 size = extra * 1024 + uusize; in test_read_uu_sub()
128 "extra %d, NL %d", in test_read_uu_sub()
129 archive_filter_name(a, 0), extra, !no_nl); in test_read_uu_sub()
133 "extra %d, NL %d", in test_read_uu_sub()
[all …]
/freebsd-13-stable/secure/usr.bin/openssl/man/
HDCA.pl.1160 [\fB\-extra\-cmd\fR extra\-params]
162 \&\fB\s-1CA\s0.pl\fR \fB\-pkcs12\fR [\fB\-extra\-pkcs12\fR extra\-params] [\fBcertname\fR]
164 \&\fB\s-1CA\s0.pl\fR \fB\-verify\fR [\fB\-extra\-verify\fR extra\-params] \fBcertfile\fR...
166 \&\fB\s-1CA\s0.pl\fR \fB\-revoke\fR [\fB\-extra\-ca\fR extra\-params] \fBcertfile\fR [\fBreason\fR]
222 a root \s-1CA.\s0 Extra params are passed on to \fBopenssl ca\fR command.
227 Extra params are passed on to \fBopenssl x509\fR and \fBopenssl ca\fR commands.
243 .IP "\fB\-extra\-req\fR | \fB\-extra\-ca\fR | \fB\-extra\-pkcs12\fR | \fB\-extra\-x509\fR | \fB\-ex…
244 .IX Item "-extra-req | -extra-ca | -extra-pkcs12 | -extra-x509 | -extra-verify <extra-params>"
246 to \fBopenssl\fR that this command executes. The \fB\-extra\-cmd\fR are specific to the
248 when this command invokes \fBopenssl req\fR extra parameters can be passed on
[all …]
/freebsd-13-stable/crypto/openssl/apps/
HDCA.pl.in50 my %EXTRA = extra_args(\@ARGV, "-extra-");
116 … -newreq-nodes | -xsign | -sign | -signCA | -signcert | -crl | -newca [-extra-cmd extra-params]\n";
117 print STDERR " CA.pl -pkcs12 [-extra-pkcs12 extra-params] [certname]\n";
118 print STDERR " CA.pl -verify [-extra-verify extra-params] certfile ...\n";
119 print STDERR " CA.pl -revoke [-extra-ca extra-params] certfile [reason]\n";
124 $RET = run("$REQ -new -x509 -keyout $NEWKEY -out $NEWCERT $DAYS $EXTRA{req}");
132 $RET = run("$REQ -new $1 -keyout $NEWKEY -out $NEWREQ $DAYS $EXTRA{req}");
157 . " -out ${CATOP}/$CAREQ $EXTRA{req}");
161 . " -extensions v3_ca $EXTRA{ca}"
171 . " -export -name \"$cname\" $EXTRA{pkcs12}");
[all …]
/freebsd-13-stable/crypto/openssl/doc/man1/
HDCA.pl.pod24 [B<-extra-cmd> extra-params]
26 B<CA.pl> B<-pkcs12> [B<-extra-pkcs12> extra-params] [B<certname>]
28 B<CA.pl> B<-verify> [B<-extra-verify> extra-params] B<certfile>...
30 B<CA.pl> B<-revoke> [B<-extra-ca> extra-params] B<certfile> [B<reason>]
97 a root CA. Extra params are passed on to B<openssl ca> command.
103 Extra params are passed on to B<openssl x509> and B<openssl ca> commands.
123 =item B<-extra-req> | B<-extra-ca> | B<-extra-pkcs12> | B<-extra-x509> | B<-extra-verify> <extra-pa…
126 to B<openssl> that this command executes. The B<-extra-cmd> are specific to the
128 when this command invokes B<openssl req> extra parameters can be passed on
129 with the B<-extra-req> parameter. The
/freebsd-13-stable/contrib/jemalloc/src/
HDbitmap.c46 size_t extra; in bitmap_init() local
63 * to the first logical bit in the group, so extra bits are the most in bitmap_init()
67 extra = (BITMAP_GROUP_NBITS - (binfo->nbits & BITMAP_GROUP_NBITS_MASK)) in bitmap_init()
69 if (extra != 0) { in bitmap_init()
70 bitmap[binfo->levels[1].group_offset - 1] >>= extra; in bitmap_init()
75 extra = (BITMAP_GROUP_NBITS - (group_count & in bitmap_init()
77 if (extra != 0) { in bitmap_init()
78 bitmap[binfo->levels[i+1].group_offset - 1] >>= extra; in bitmap_init()
101 size_t extra; in bitmap_init() local
109 extra = (BITMAP_GROUP_NBITS - (binfo->nbits & BITMAP_GROUP_NBITS_MASK)) in bitmap_init()
[all …]
/freebsd-13-stable/share/mk/
HDbsd.doc.mk15 # EXTRA Extra files (not SRCS) that make up the document. [not set]
163 .if defined(EXTRA) && !empty(EXTRA)
164 _stamp.extra: ${EXTRA}
168 CLEANFILES+= _stamp.extra
171 .if target(_stamp.extra)
172 ${DFILE.${_dev}}: _stamp.extra
176 ${ROFF.${_dev}} ${.ALLSRC:N_stamp.extra} > ${.TARGET}
178 ${ROFF.${_dev}} ${.ALLSRC:N_stamp.extra} | ${DCOMPRESS_CMD} > ${.TARGET}
185 .if target(_stamp.extra)
186 ${DFILE.html}: _stamp.extra
/freebsd-13-stable/sys/contrib/openzfs/scripts/
HDdkms.mkconf89 DEST_MODULE_LOCATION[0]="/extra/avl/avl"
92 DEST_MODULE_LOCATION[1]="/extra/nvpair/znvpair"
95 DEST_MODULE_LOCATION[2]="/extra/unicode/zunicode"
98 DEST_MODULE_LOCATION[3]="/extra/zcommon/zcommon"
101 DEST_MODULE_LOCATION[4]="/extra/zfs/zfs"
104 DEST_MODULE_LOCATION[5]="/extra/icp/icp"
107 DEST_MODULE_LOCATION[6]="/extra/lua/zlua"
110 DEST_MODULE_LOCATION[7]="/extra/spl/spl"
113 DEST_MODULE_LOCATION[8]="/extra/zstd/zzstd"
/freebsd-13-stable/contrib/wpa/src/fst/
HDfst_ctrl_iface.c35 static bool format_session_state_extra(const union fst_event_extra *extra, in format_session_state_extra() argument
43 ss = &extra->session_state; in format_session_state_extra()
47 switch (ss->extra.to_initial.reason) { in format_session_state_extra()
49 if (ss->extra.to_initial.reject_code != WLAN_STATUS_SUCCESS) in format_session_state_extra()
51 ss->extra.to_initial.reject_code); in format_session_state_extra()
55 switch (ss->extra.to_initial.initiator) { in format_session_state_extra()
74 fst_reason_name(ss->extra.to_initial.reason), in format_session_state_extra()
83 const union fst_event_extra *extra) in fst_ctrl_iface_notify() argument
110 if (!extra) in fst_ctrl_iface_notify()
112 is = &extra->iface_state; in fst_ctrl_iface_notify()
[all …]
/freebsd-13-stable/contrib/bc/tests/
HDall.sh70 extra=1
71 check_bool_arg "$extra"
73 extra="$1"
75 check_bool_arg "$extra"
139 # Get the list of tests that require extra math.
149 # If it requires extra, then skip if we don't have it.
150 if [ "$extra" -eq 0 ]; then
176 sh "$testdir/scripts.sh" "$d" "$extra" "$run_stack_tests" "$generate_tests" \
180 sh "$testdir/scripts.sh" -n "$d" "$extra" "$run_stack_tests" "$generate_tests" \
218 sh "$testdir/other.sh" "$d" "$extra" "$exe" "$@" &
[all …]
/freebsd-13-stable/lib/libusb/
HDlibusb10_desc.c127 nextra = N_ALIGN(pconf->extra.len); in libusb_get_config_descriptor()
132 nextra += N_ALIGN(pinf->extra.len); in libusb_get_config_descriptor()
137 nextra += N_ALIGN(pend->extra.len); in libusb_get_config_descriptor()
145 nextra += N_ALIGN(pinf->extra.len); in libusb_get_config_descriptor()
150 nextra += N_ALIGN(pend->extra.len); in libusb_get_config_descriptor()
191 if (pconf->extra.len != 0) { in libusb_get_config_descriptor()
192 pconfd->extra_length = pconf->extra.len; in libusb_get_config_descriptor()
193 pconfd->extra = pextra; in libusb_get_config_descriptor()
194 memcpy(pextra, pconf->extra.ptr, pconfd->extra_length); in libusb_get_config_descriptor()
231 if (pinf->extra.len != 0) { in libusb_get_config_descriptor()
[all …]
/freebsd-13-stable/tools/tools/netmap/
HDlb.837 .Op Fl B Ar extra-buffers
80 .It Fl B Ar extra-buffers
81 Try to reserve the given number of extra buffers.
82 Extra buffers are shared among
86 tries to use extra buffers before dropping any packets directed to that pipe.
88 If all extra buffers are busy, some are stolen from the pipe with the longest
91 stalled pipe to deplete the pool of extra buffers.
126 The facilities related to extra buffers and pipe groups have been added by
/freebsd-13-stable/usr.bin/calendar/
HDevents.c151 event_add(int year, int month, int day, int var, char *txt, char *extra) in event_add() argument
171 e->extra = NULL; in event_add()
172 if (extra != NULL && extra[0] != '\0') in event_add()
173 e->extra = convert(extra); in event_add()
227 e->extra != NULL ? " (" : "", in event_print_all()
228 e->extra != NULL ? e->extra : "", in event_print_all()
229 e->extra != NULL ? ")" : "" in event_print_all()
/freebsd-13-stable/contrib/bearssl/tools/
HDvector.c28 * Prepare a vector buffer for adding 'extra' elements.
33 * extra number of elements to add
44 size_t esize, size_t *ptr, size_t *len, size_t extra) in vector_expand() argument
49 if (*len - *ptr >= extra) { in vector_expand()
53 if (nlen - *ptr < extra) { in vector_expand()
54 nlen = extra + *ptr; in vector_expand()
/freebsd-13-stable/sys/contrib/zlib/
HDinflate.h24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
108 unsigned extra; /* extra bits needed */ member
/freebsd-13-stable/contrib/wpa/src/eap_common/
HDeap_peap_common.c23 u8 extra[2]; in peap_prfplus() local
43 extra[0] = 0; in peap_prfplus()
44 extra[1] = 0; in peap_prfplus()
48 addr[4] = extra; in peap_prfplus()
60 extra[0] = buf_len & 0xff; in peap_prfplus()
62 addr[3] = extra; in peap_prfplus()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDEarlyIfConversion.cpp704 // Are there extra Tail predecessors? in convertIf()
956 unsigned Extra; // Count of extra cycles that the component adds. in shouldConvertIf() member
971 unsigned Extra = CondDepth - MaxDepth; in shouldConvertIf() local
972 LLVM_DEBUG(dbgs() << "Condition adds " << Extra << " cycles.\n"); in shouldConvertIf()
973 if (Extra > Cond.Extra) in shouldConvertIf()
974 Cond = {Extra, CondDepth}; in shouldConvertIf()
975 if (Extra > CritLimit) { in shouldConvertIf()
984 unsigned Extra = TDepth - MaxDepth; in shouldConvertIf() local
985 LLVM_DEBUG(dbgs() << "TBB data adds " << Extra << " cycles.\n"); in shouldConvertIf()
986 if (Extra > TBlock.Extra) in shouldConvertIf()
[all …]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/InstallAPI/
HDHeaderFile.h64 bool Extra{false};
82 void setExtra(bool V = true) { Extra = V; }
85 bool isExtra() const { return Extra; } in isExtra()
94 return std::tie(Type, FullPath, IncludeName, Language, Excluded, Extra,
97 Other.Excluded, Other.Extra,
104 /// Capture 'extra' headers last.
110 return std::tie(Type, Umbrella, Extra, FullPath) <
111 std::tie(Other.Type, Other.Umbrella, Other.Extra, Other.FullPath);
/freebsd-13-stable/contrib/bc/scripts/
HDsqrt_random.bc70 # If we need extra digits, we need to multiply by an even power of 10.
73 extra = (irand(8) + 1) * 2
77 extra = 0
88 num >>= extra
92 num <<= extra
100 # If we need extra digits.
/freebsd-13-stable/stand/efi/libefi/
HDhandles.c36 uint64_t extra; member
83 efi_handle_lookup(EFI_HANDLE h, struct devsw **dev, int *unit, uint64_t *extra) in efi_handle_lookup() argument
94 if (extra != NULL) in efi_handle_lookup()
95 *extra = entry[idx].extra; in efi_handle_lookup()
113 entry[idx].extra = guid; in efi_handle_update_dev()
/freebsd-13-stable/contrib/xz/src/liblzma/lzma/
HDfastpos.h97 #define fastpos_shift(extra, n) \ argument
98 ((extra) + (n) * (FASTPOS_BITS - 1))
100 #define fastpos_limit(extra, n) \ argument
101 (UINT32_C(1) << (FASTPOS_BITS + fastpos_shift(extra, n)))
103 #define fastpos_result(dist, extra, n) \ argument
104 (uint32_t)(lzma_fastpos[(dist) >> fastpos_shift(extra, n)]) \
105 + 2 * fastpos_shift(extra, n)
/freebsd-13-stable/contrib/libc-vis/
HDvis.c164 do_hvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) in do_hvis() argument
169 /* extra */ in do_hvis()
172 dst = do_svis(dst, c, flags, nextc, extra); in do_hvis()
187 do_mvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) in do_mvis() argument
200 dst = do_svis(dst, c, flags, nextc, extra); in do_mvis()
301 * extra: Pointer to the list of extra characters to be
305 do_svis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) in do_svis() argument
310 iswextra = wcschr(extra, c) != NULL; in do_svis()
348 * Expand list of extra characters to not visually encode.
398 wchar_t *dst, *src, *pdst, *psrc, *start, *extra; in istrsenvisx() local
[all …]
HDvis.374 .Fn svis "char *dst" "int c" "int flag" "int nextc" "const char *extra"
76 .Fn snvis "char *dst" "size_t dlen" "int c" "int flag" "int nextc" "const char *extra"
78 .Fn strsvis "char *dst" "const char *src" "int flag" "const char *extra"
80 .Fn strsnvis "char *dst" "size_t dlen" "const char *src" "int flag" "const char *extra"
82 .Fn strsvisx "char *dst" "const char *src" "size_t len" "int flag" "const char *extra"
84 …n strsnvisx "char *dst" "size_t dlen" "const char *src" "size_t len" "int flag" "const char *extra"
86 …r *dst" "size_t dlen" "const char *src" "size_t len" "int flag" "const char *extra" "int *cerr_ptr"
212 .Fa extra ,
309 .Fa extra .
/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_CTX_add_extra_chain_cert.pod6 extra chain certificates
17 SSL_CTX_add_extra_chain_cert() adds the certificate B<x509> to the extra chain
21 SSL_CTX_clear_extra_chain_certs() clears all extra chain certificates
28 When sending a certificate chain, extra chain certificates are sent in order
41 Only one set of extra chain certificates can be specified per SSL_CTX
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/suid/
HDsuid_write_to_file.c38 mode_t extra; in main() local
48 extra = S_ISUID; in main()
50 extra = S_ISGID; in main()
52 extra = S_ISUID | S_ISGID; in main()
54 extra = 0; in main()
88 fd = creat(fpath, 0777 | extra); in main()

12345678910>>...138