Symbol: PREFIX
crypto/heimdal/lib/com_err/lex.c
817
{ return PREFIX; }
crypto/heimdal/lib/com_err/parse.y
102
| PREFIX STRING
crypto/heimdal/lib/com_err/parse.y
110
| PREFIX
crypto/heimdal/lib/com_err/parse.y
59
%token ET INDEX PREFIX EC ID END
crypto/openssl/crypto/cmp/cmp_ctx.c
255
#define DEFINE_OSSL_set(PREFIX, FIELD, TYPE) \
crypto/openssl/crypto/cmp/cmp_ctx.c
256
int PREFIX##_set_##FIELD(OSSL_CMP_CTX *ctx, TYPE val) \
crypto/openssl/crypto/cmp/cmp_ctx.c
268
#define DEFINE_OSSL_get(PREFIX, FIELD, TYPE, ERR_RET) \
crypto/openssl/crypto/cmp/cmp_ctx.c
269
TYPE PREFIX##_get_##FIELD(const OSSL_CMP_CTX *ctx) \
crypto/openssl/crypto/cmp/cmp_ctx.c
40
#define DEFINE_OSSL_set0(PREFIX, FIELD, TYPE) \
crypto/openssl/crypto/cmp/cmp_ctx.c
41
DEFINE_OSSL_set0_NAME(PREFIX, FIELD, FIELD, TYPE)
crypto/openssl/crypto/cmp/cmp_ctx.c
42
#define DEFINE_OSSL_set0_NAME(PREFIX, NAME, FIELD, TYPE) \
crypto/openssl/crypto/cmp/cmp_ctx.c
43
int PREFIX##_set0##_##NAME(OSSL_CMP_CTX *ctx, TYPE *val) \
crypto/openssl/crypto/cmp/cmp_ctx.c
468
#define DEFINE_OSSL_set1_certs(PREFIX, FIELD) \
crypto/openssl/crypto/cmp/cmp_ctx.c
469
int PREFIX##_set1_##FIELD(OSSL_CMP_CTX *ctx, STACK_OF(X509) *certs) \
crypto/openssl/crypto/cmp/cmp_ctx.c
587
#define DEFINE_OSSL_set1_up_ref(PREFIX, FIELD, TYPE) \
crypto/openssl/crypto/cmp/cmp_ctx.c
588
int PREFIX##_set1_##FIELD(OSSL_CMP_CTX *ctx, TYPE *val) \
crypto/openssl/crypto/cmp/cmp_ctx.c
802
#define DEFINE_set1_ASN1_OCTET_STRING(PREFIX, FIELD) \
crypto/openssl/crypto/cmp/cmp_ctx.c
803
int PREFIX##_set1_##FIELD(OSSL_CMP_CTX *ctx, const ASN1_OCTET_STRING *id) \
crypto/openssl/crypto/trace.c
206
case PREFIX:
crypto/openssl/crypto/trace.c
227
case PREFIX:
crypto/openssl/crypto/trace.c
267
detach_cb(category, PREFIX, curr_prefix);
crypto/openssl/crypto/trace.c
323
attach_cb(category, PREFIX, *prefix);
crypto/openssl/crypto/trace.c
382
case PREFIX:
crypto/openssl/test/cmp_ctx_test.c
357
#define DEFINE_SET_GET_BASE_TEST(PREFIX, SETN, GETN, DUP, FIELD, TYPE, ERR, \
crypto/openssl/test/cmp_ctx_test.c
363
int (*set_fn)(CMP_CTX * ctx, TYPE) = (int (*)(CMP_CTX * ctx, TYPE)) PREFIX##_##SETN##_##FIELD; \
crypto/openssl/test/cmp_ctx_test.c
377
if (PREFIX == 1) { /* exported setter functions must test ctx == NULL */ \
sys/cddl/dev/dtrace/x86/dis_tables.c
2819
/* [F,0] */ TNS("lock",LOCK), TNS("icebp", NORM), TNS("repnz",PREFIX), TNS("repz",PREFIX),
sys/cddl/dev/dtrace/x86/dis_tables.c
3775
case PREFIX:
sys/cddl/dev/dtrace/x86/dis_tables.c
6403
case PREFIX:
usr.sbin/config/config.h
272
extern char *PREFIX; /* Config file name - for error messages */
usr.sbin/config/config.y
320
if (freopen(PREFIX, "r", stdin) == NULL)
usr.sbin/config/config.y
321
err(2, "%s", PREFIX);
usr.sbin/config/config.y
322
yyfile = PREFIX;
usr.sbin/config/main.cc
191
PREFIX = *argv;
usr.sbin/config/main.cc
192
if (stat(PREFIX, &buf) != 0 || !S_ISREG(buf.st_mode))
usr.sbin/config/main.cc
193
err(2, "%s", PREFIX);
usr.sbin/config/main.cc
198
if (freopen(PREFIX, "r", stdin) == NULL)
usr.sbin/config/main.cc
199
err(2, "%s", PREFIX);
usr.sbin/config/main.cc
200
yyfile = PREFIX;
usr.sbin/config/main.cc
210
strlcat(destdir, PREFIX, sizeof(destdir));
usr.sbin/config/main.cc
544
cfgfile_add(PREFIX);
usr.sbin/config/main.cc
74
char * PREFIX;
usr.sbin/config/mkoptions.cc
126
PREFIX, op->op_name);
usr.sbin/config/mkoptions.cc
164
PREFIX, op->op_name, oldvalue,