Symbol: DEFAULT
bin/ps/ps.c
113
static enum sort { DEFAULT, SORTMEM, SORTCPU } sortby = DEFAULT;
crypto/heimdal/appl/ftp/ftp/ruserpass.c
130
case DEFAULT:
crypto/heimdal/appl/ftp/ftp/ruserpass.c
162
while ((t = token()) && t != MACH && t != DEFAULT) switch(t) {
crypto/heimdal/appl/ftp/ftp/ruserpass.c
55
{ "default", DEFAULT },
crypto/krb5/src/clients/klist/klist.c
135
mode = DEFAULT;
crypto/krb5/src/clients/klist/klist.c
164
if (mode != DEFAULT)
crypto/krb5/src/clients/klist/klist.c
169
if (mode != DEFAULT)
crypto/krb5/src/clients/klist/klist.c
203
if (mode == DEFAULT || mode == CCACHE) {
crypto/krb5/src/clients/klist/klist.c
256
else if (mode == DEFAULT || mode == CCACHE)
crypto/krb5/src/lib/kadm5/alt_prof.c
490
#define GET_STRING_PARAM(FIELD, BIT, CONFTAG, DEFAULT) \
crypto/krb5/src/lib/kadm5/alt_prof.c
493
aprofile, hierarchy, CONFTAG, DEFAULT)
crypto/krb5/src/lib/kadm5/alt_prof.c
524
#define GET_PORT_PARAM(FIELD, BIT, CONFTAG, DEFAULT) \
crypto/krb5/src/lib/kadm5/alt_prof.c
527
aprofile, hierarchy, CONFTAG, DEFAULT)
crypto/krb5/src/lib/kadm5/alt_prof.c
568
#define GET_DELTAT_PARAM(FIELD, BIT, CONFTAG, DEFAULT) \
crypto/krb5/src/lib/kadm5/alt_prof.c
571
aprofile, hierarchy, CONFTAG, DEFAULT)
crypto/openssl/test/cmp_ctx_test.c
358
DEFAULT, NEW, FREE) \
crypto/openssl/test/cmp_ctx_test.c
392
if (!DEFAULT(val1_read)) { \
crypto/openssl/test/cmp_ctx_test.c
417
if (DEFAULT(val1_read)) { \
crypto/openssl/test/cmp_ctx_test.c
431
if (DEFAULT(val2_read)) { \
crypto/openssl/test/cmp_ctx_test.c
461
if (DEFAULT(val3_read)) { \
crypto/openssl/test/cmp_ctx_test.c
539
DEFAULT, NEW, FREE) \
crypto/openssl/test/cmp_ctx_test.c
541
STACK_OF(ELEM_TYPE) *, NULL, DEFAULT, NEW, FREE)
crypto/openssl/test/cmp_ctx_test.c
551
DEFAULT) \
crypto/openssl/test/cmp_ctx_test.c
553
TYPE *, NULL, DEFAULT, TYPE##_new(), TYPE##_free)
crypto/openssl/test/cmp_ctx_test.c
554
#define DEFINE_SET_TEST_DEFAULT(OSSL_CMP, CTX, N, DUP, FIELD, TYPE, DEFAULT) \
crypto/openssl/test/cmp_ctx_test.c
560
DEFINE_SET_GET_TEST_DEFAULT(OSSL_CMP, CTX, N, 0, DUP, FIELD, TYPE, DEFAULT)
crypto/openssl/test/cmp_ctx_test.c
590
#define DEFINE_SET_GET_INT_TEST_DEFAULT(OSSL_CMP, CTX, FIELD, DEFAULT) \
crypto/openssl/test/cmp_ctx_test.c
592
DEFAULT, 1, DROP)
crypto/openssl/test/cmp_ctx_test.c
634
DEFAULT, NEW, FREE) \
crypto/openssl/test/cmp_ctx_test.c
668
if (!DEFAULT(field_read)) { \
crypto/openssl/test/quic_multistream_test.c
2061
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
2062
OP_C_CONCLUDE(DEFAULT)
crypto/openssl/test/quic_multistream_test.c
2068
OP_C_READ_EXPECT(DEFAULT, "orange", 6)
crypto/openssl/test/quic_multistream_test.c
2069
OP_C_EXPECT_FIN(DEFAULT)
crypto/openssl/test/quic_multistream_test.c
2078
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
2082
OP_C_READ_EXPECT(DEFAULT, "orange", 6)
crypto/openssl/test/quic_multistream_test.c
2165
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
2167
OP_C_WRITE_FAIL(DEFAULT)
crypto/openssl/test/quic_multistream_test.c
2177
OP_C_WRITE_FAIL(DEFAULT)
crypto/openssl/test/quic_multistream_test.c
2179
OP_C_WRITE(DEFAULT, "is here", 7)
crypto/openssl/test/quic_multistream_test.c
2195
OP_C_WRITE_FAIL(DEFAULT)
crypto/openssl/test/quic_multistream_test.c
2200
OP_C_READ_FAIL(DEFAULT)
crypto/openssl/test/quic_multistream_test.c
2206
OP_C_WRITE(DEFAULT, "orange", 6)
crypto/openssl/test/quic_multistream_test.c
2260
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
2277
OP_C_READ_EXPECT(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
2278
OP_C_WRITE_FAIL(DEFAULT)
crypto/openssl/test/quic_multistream_test.c
2291
OP_C_READ_EXPECT(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
2292
OP_C_WRITE(DEFAULT, "orange", 6)
crypto/openssl/test/quic_multistream_test.c
2303
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
2546
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
2555
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
2575
OP_C_WRITE(DEFAULT, "xyzzy", 5)
crypto/openssl/test/quic_multistream_test.c
2579
OP_C_READ_EXPECT(DEFAULT, "plugh", 5)
crypto/openssl/test/quic_multistream_test.c
2589
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
2598
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
2616
OP_C_WRITE(DEFAULT, "xyzzy", 5)
crypto/openssl/test/quic_multistream_test.c
2620
OP_C_READ_EXPECT(DEFAULT, "plugh", 5)
crypto/openssl/test/quic_multistream_test.c
2630
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
2635
OP_C_WRITE(DEFAULT, "orange", 6)
crypto/openssl/test/quic_multistream_test.c
2639
OP_C_READ_EXPECT(DEFAULT, "strawberry", 10)
crypto/openssl/test/quic_multistream_test.c
2644
OP_C_WRITE(DEFAULT, "orange", 6)
crypto/openssl/test/quic_multistream_test.c
2648
OP_C_READ_EXPECT(DEFAULT, "ok", 2)
crypto/openssl/test/quic_multistream_test.c
2877
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
2906
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
2959
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
3012
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
3031
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
3050
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
3069
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
3678
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
3685
OP_C_READ_EXPECT(DEFAULT, "orange", 6)
crypto/openssl/test/quic_multistream_test.c
3687
OP_C_WRITE(DEFAULT, "strawberry", 10)
crypto/openssl/test/quic_multistream_test.c
3813
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
3820
OP_C_READ_EXPECT(DEFAULT, "Strawberry", 10)
crypto/openssl/test/quic_multistream_test.c
3857
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
3869
OP_C_READ_EXPECT(DEFAULT, "Strawberry", 10)
crypto/openssl/test/quic_multistream_test.c
3973
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
3992
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
4011
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
4030
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
4037
OP_C_READ_EXPECT(DEFAULT, "Strawberry", 10)
crypto/openssl/test/quic_multistream_test.c
4048
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
4057
OP_C_READ_EXPECT(DEFAULT, "Strawberry", 10)
crypto/openssl/test/quic_multistream_test.c
4070
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
4077
OP_C_READ_EXPECT(DEFAULT, "orange", 6)
crypto/openssl/test/quic_multistream_test.c
4079
OP_C_WRITE(DEFAULT, "Strawberry", 10)
crypto/openssl/test/quic_multistream_test.c
4134
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
4141
OP_C_READ_EXPECT(DEFAULT, "orange", 6)
crypto/openssl/test/quic_multistream_test.c
4143
OP_C_WRITE(DEFAULT, "Strawberry", 10)
crypto/openssl/test/quic_multistream_test.c
4149
OP_C_READ_EXPECT(DEFAULT, "orange", 6)
crypto/openssl/test/quic_multistream_test.c
4151
OP_C_WRITE(DEFAULT, "Strawberry", 10)
crypto/openssl/test/quic_multistream_test.c
4157
OP_C_READ_EXPECT(DEFAULT, "orange", 6)
crypto/openssl/test/quic_multistream_test.c
4159
OP_C_WRITE(DEFAULT, "Strawberry", 10)
crypto/openssl/test/quic_multistream_test.c
4165
OP_C_READ_EXPECT(DEFAULT, "orange", 6)
crypto/openssl/test/quic_multistream_test.c
4167
OP_C_WRITE(DEFAULT, "Strawberry", 10)
crypto/openssl/test/quic_multistream_test.c
4239
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
4393
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
4400
OP_C_READ_EXPECT(DEFAULT, "orange", 6)
crypto/openssl/test/quic_multistream_test.c
4402
OP_C_WRITE(DEFAULT, "Strawberry", 10)
crypto/openssl/test/quic_multistream_test.c
4414
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
4459
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
5131
OP_C_READ_EXPECT(DEFAULT, "Strawberry", 10)
crypto/openssl/test/quic_multistream_test.c
5210
OP_C_WRITE_EX2(DEFAULT, "apple", 5, SSL_WRITE_FLAG_CONCLUDE)
crypto/openssl/test/quic_multistream_test.c
5216
OP_C_READ_EXPECT(DEFAULT, "orange", 6)
crypto/openssl/test/quic_multistream_test.c
5217
OP_C_EXPECT_FIN(DEFAULT)
crypto/openssl/test/quic_multistream_test.c
5324
OP_C_WRITE(DEFAULT, "apple", 5)
crypto/openssl/test/quic_multistream_test.c
5325
OP_C_CONCLUDE(DEFAULT)
crypto/openssl/test/quic_multistream_test.c
5330
OP_C_READ_EXPECT(DEFAULT, "apple", 5)
lib/libcompat/4.3/rexec.c
158
case DEFAULT:
lib/libcompat/4.3/rexec.c
181
while ((t = token()) && t != MACH && t != DEFAULT) switch(t) {
lib/libcompat/4.3/rexec.c
82
{ "default", DEFAULT },
sbin/dhclient/clparse.c
209
case DEFAULT:
sbin/dhclient/conflex.c
366
return (DEFAULT);
sys/dev/bhnd/bhndb/bhndb_hwdata.c
144
BHNDB_PORT0_PRIO(AGENT, DEFAULT)
sys/kern/uipc_domain.c
181
DEFAULT(pr_sosend, sosend_generic);
sys/kern/uipc_domain.c
182
DEFAULT(pr_soreceive, soreceive_generic);
sys/kern/uipc_domain.c
183
DEFAULT(pr_sopoll, sopoll_generic);
sys/kern/uipc_domain.c
184
DEFAULT(pr_setsbopt, sbsetopt);
sys/kern/uipc_domain.c
185
DEFAULT(pr_aio_queue, soaio_queue_generic);
sys/kern/uipc_domain.c
186
DEFAULT(pr_kqfilter, sokqfilter_generic);