Searched refs:extra (Results 1 - 25 of 870) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dscript_test_15.c3 int extra[] __attribute__ ((section(".data.extra"))) = { 1, 2, 3, 4 }; variable
/netbsd-current/external/bsd/compiler_rt/lib/clang/lib/netbsd/
H A Dgen_dynamic_list.sh19 echo "usage: gen_dynamic_list.py [-h] [--version-list] [--extra EXTRA]"
43 extra=
60 --extra)
65 extra=$2
69 --extra=?*)
70 extra=${1#*=}
72 --extra=)
203 if [ "x$extra" != "x" ]; then
204 cat $extra >> $tmpfile1
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/msp430/
H A Dpr22133.l2 [^:]*:5: Error: extra characters '\(R13\)' at the end of absolute operand '&SRC\(R13\)'
3 [^:]*:5: Error: extra characters '\(R13\)' at the end of absolute operand '&DST\(R13\)'
H A Dpr22133.d1 #name: Extraneous extra text at the end of operands
/netbsd-current/external/bsd/openldap/bin/ldapexop/
H A DMakefile5 CWARNFLAGS.clang+= -Wno-format-extra-args
/netbsd-current/usr.bin/midiplay/
H A DMakefile5 CWARNFLAGS.clang+= -Wno-format-extra-args
/netbsd-current/external/gpl2/rcs/bin/co/
H A DMakefile5 CWARNFLAGS.clang+= -Wno-format-extra-args
/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_read_filter_uudecode.c80 int extra; local
84 /* Remove '\n' from extra data to make a very long line. */
97 for (extra = 0; extra <= 64; extra = extra==0?1:extra*2) {
100 size = extra * 1024;
101 /* Add extra text size of which is from 1K bytes to
111 *p++ = '\n';/* the last of extra tex
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Drd-bkw5b.d1 #as: --underscore --em=criself --defsym extra=1
H A Drd-bkw5bpic.d1 #as: --pic --underscore --em=criself --defsym extra=-818
H A Drd-bkw5bv32.d1 #as: --march=v32 --underscore --em=criself --defsym extra=-818
H A Drd-bkw5bv32pic.d1 #as: --march=v32 --pic --underscore --em=criself --defsym extra=-818
H A Drd-bkw5.s1 .ifndef extra
2 .set extra,0
30 .rept 4095+extra
/netbsd-current/crypto/external/bsd/openssl/dist/test/helpers/
H A Dhandshake_srp.c43 const SSL_TEST_EXTRA_CONF *extra,
48 if (extra->server.srp_user != NULL) {
50 server_ctx_data->srp_user = OPENSSL_strdup(extra->server.srp_user);
51 server_ctx_data->srp_password = OPENSSL_strdup(extra->server.srp_password);
61 if (extra->server2.srp_user != NULL) {
65 server2_ctx_data->srp_user = OPENSSL_strdup(extra->server2.srp_user);
66 server2_ctx_data->srp_password = OPENSSL_strdup(extra->server2.srp_password);
76 if (extra->client.srp_user != NULL) {
78 extra->client.srp_user)))
81 client_ctx_data->srp_password = OPENSSL_strdup(extra
41 configure_handshake_ctx_for_srp(SSL_CTX *server_ctx, SSL_CTX *server2_ctx, SSL_CTX *client_ctx, const SSL_TEST_EXTRA_CONF *extra, CTX_DATA *server_ctx_data, CTX_DATA *server2_ctx_data, CTX_DATA *client_ctx_data) argument
[all...]
/netbsd-current/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dfastpos.h97 #define fastpos_shift(extra, n) \
98 ((extra) + (n) * (FASTPOS_BITS - 1))
100 #define fastpos_limit(extra, n) \
101 (UINT32_C(1) << (FASTPOS_BITS + fastpos_shift(extra, n)))
103 #define fastpos_result(dist, extra, n) \
104 lzma_fastpos[(dist) >> fastpos_shift(extra, n)] \
105 + 2 * fastpos_shift(extra, n)
/netbsd-current/external/bsd/flex/dist/tests/
H A Dheader_r_main.c40 char * extra = "EXTRA"; local
45 testset_extra(extra,scanner);
58 if( (char*)testget_extra(scanner) != extra)
H A Dtop_main.c40 char * extra = "EXTRA"; local
45 testset_extra(extra,scanner);
58 if( (char*)testget_extra(scanner) != extra)
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dvis.c132 #define MAKEEXTRALIST(flag, extra, orig_str) \
139 extra = malloc((size_t)((o - orig) + MAXEXTRAS)); \
140 if (!extra) break; \
141 for (o = orig, e = extra; (*e++ = *o++) != '\0';) \
155 do_hvis(char *dst, int c, int flag, int nextc, const char *extra) argument
162 dst = do_svis(dst, c, flag, nextc, extra);
173 * extra: Pointer to the list of extra characters to be
177 do_svis(char *dst, int c, int flag, int nextc, const char *extra) argument
180 isextra = strchr(extra,
255 rk_svis(char *dst, int c, int flag, int nextc, const char *extra) argument
293 rk_strsvis(char *dst, const char *csrc, int flag, const char *extra) argument
322 rk_strsvisx(char *dst, const char *csrc, size_t len, int flag, const char *extra) argument
362 char *extra = NULL; local
395 char *extra = NULL; local
412 char *extra = NULL; local
[all...]
/netbsd-current/games/backgammon/backgammon/
H A DMakefile5 SRCS= extra.c main.c move.c text.c version.c
/netbsd-current/external/gpl2/gettext/bin/msgfmt/
H A DMakefile9 CWARNFLAGS.clang+= -Wno-format-extra-args
/netbsd-current/external/bsd/jemalloc/dist/src/
H A Dbitmap.c46 size_t extra; local
63 * to the first logical bit in the group, so extra bits are the most
67 extra = (BITMAP_GROUP_NBITS - (binfo->nbits & BITMAP_GROUP_NBITS_MASK))
69 if (extra != 0) {
70 bitmap[binfo->levels[1].group_offset - 1] >>= extra; local
75 extra = (BITMAP_GROUP_NBITS - (group_count &
77 if (extra != 0) {
78 bitmap[binfo->levels[i+1].group_offset - 1] >>= extra; local
101 size_t extra; local
109 extra
112 bitmap[binfo->ngroups - 1] >>= extra; local
[all...]
/netbsd-current/external/bsd/wpa/dist/src/eap_common/
H A Deap_peap_common.c23 u8 extra[2]; local
43 extra[0] = 0;
44 extra[1] = 0;
48 addr[4] = extra;
60 extra[0] = buf_len & 0xff;
62 addr[3] = extra;
/netbsd-current/usr.bin/pwhash/
H A Dpwhash.c100 print_passwd(char *string, int operation, const char *extra) argument
121 error = pw_gensalt(buf, _PASSWORD_LEN, "md5", extra);
125 error = pw_gensalt(buf, _PASSWORD_LEN, "sha1", extra);
129 error = pw_gensalt(buf, _PASSWORD_LEN, "blowfish", extra);
133 salt = extra;
144 snprintf(option, sizeof(option), "%s", extra);
171 const char *extra = NULL; /* Store salt or number of rounds */ local
194 extra = NULL;
207 extra = optarg;
214 extra
[all...]
/netbsd-current/games/trek/
H A Dphaser.c103 int manual, flag, extra = 0; local
162 extra = 0;
172 extra += hit;
173 if (extra > Ship.energy) {
188 Ship.energy -= extra;
190 extra = 0;
211 extra = hit;
230 b->units = ((n - i) / tot) * extra;
238 extra -= b->units;
241 extra
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
H A D05-sni.conf37 server = 0-SNI-switch-context-server-extra
38 server2 = 0-SNI-switch-context-server-extra
39 client = 0-SNI-switch-context-client-extra
41 [0-SNI-switch-context-server-extra]
44 [0-SNI-switch-context-client-extra]
71 server = 1-SNI-keep-context-server-extra
72 server2 = 1-SNI-keep-context-server-extra
73 client = 1-SNI-keep-context-client-extra
75 [1-SNI-keep-context-server-extra]
78 [1-SNI-keep-context-client-extra]
[all...]

Completed in 324 milliseconds

1234567891011>>