Home
last modified time | relevance | path

Searched refs:context (Results 1 – 25 of 1961) sorted by path

12345678910>>...79

/freebsd/
H A DObsoleteFiles.inc14790 OLD_FILES+=usr/include/lwres/context.h
/freebsd/bin/sh/tests/expansion/
H A Dtrim6.017 [ "$y" = @ ] || echo "error when unquoted in non-splitting context"
18 [ "$yq" = @ ] || echo "error when quoted in non-splitting context"
19 [ "${v##*"$e"}" = @ ] || echo "error when quoted in splitting context"
21 [ ${v##*"$e"} = @ ] || echo "error when unquoted in splitting context"
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c2393 dt_compile(dtrace_hdl_t *dtp, int context, dtrace_probespec_t pspec, void *arg, in dt_compile() argument
2432 pcb.pcb_context = context; in dt_compile()
2433 pcb.pcb_token = context; in dt_compile()
2435 if (context != DT_CTX_DPROG) in dt_compile()
2469 if (context != DT_CTX_DTYPE && DT_TREEDUMP_PASS(dtp, 1)) in dt_compile()
2482 if (context == DT_CTX_DPROG) { in dt_compile()
2515 switch (context) { in dt_compile()
2570 if (context != DT_CTX_DTYPE && yypcb->pcb_root != NULL && in dt_compile()
/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd_event.cc215 string context("GeomEvent::ReadLabel: " in ReadLabel() local
218 exp.GetString().insert(0, context); in ReadLabel()
249 string context("GeomEvent::OnlineByLabel: " + devPath + ": "); in OnlineByLabel() local
251 exp.GetString().insert(0, context); in OnlineByLabel()
/freebsd/contrib/atf/atf-c/
H A Dtc.c63 struct context { struct
89 static void validate_expect(struct context *);
95 static void pass(struct context *)
97 static void skip(struct context *, atf_dynstr_t *)
152 context_close_resfile(struct context *ctx) in context_close_resfile()
293 validate_expect(struct context *ctx) in validate_expect()
365 pass(struct context *ctx) in pass()
382 skip(struct context *ctx, atf_dynstr_t *reason) in skip()
905 _atf_tc_pass(struct context *ctx) in _atf_tc_pass()
948 _atf_tc_expect_pass(struct context *ctx) in _atf_tc_expect_pass()
[all …]
/freebsd/contrib/bearssl/
H A DREADME.txt130 context structures, I already know that binary compatibility _will_
/freebsd/contrib/bearssl/inc/
H A Dbearssl_ssl.h2270 const void *context, size_t context_len);
/freebsd/contrib/bearssl/src/codec/
H A Dpemdec.t068 \ decoder context.
80 \ Set a byte at a specific address (offset within the context).
87 \ Get a byte at a specific address (offset within the context).
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_client.t030 * This macro evaluates to a pointer to the client context, under that
31 * specific name. It must be noted that since the engine context is the
35 * within the structure work for both kinds of context.
205 * is non-zero, or from the X.509 engine context if 'ecdhe' is zero
276 * Perform full static ECDH. This occurs only in the context of client
H A Dssl_hs_common.t035 * This macro evaluates to a pointer to the current engine context.
106 \ Read a byte from the context (address is offset in context).
112 \ Read a 16-bit word from the context (address is offset in context).
118 \ Read a 32-bit word from the context (address is offset in context).
124 \ Set a byte in the context (address is offset in context).
130 \ Set a 16-bit word in the context (address is offset in context).
136 \ Set a 32-bit word in the context (address is offset in context).
351 \ -- At the end, the context is terminated.
502 \ Fatal alert implies context termination.
678 \ offsets in the context structure.
[all …]
H A Dssl_hs_server.t030 * This macro evaluates to a pointer to the server context, under that
31 * specific name. It must be noted that since the engine context is the
35 * within the structure work for both kinds of context.
78 * in the context, hence potentially long-lived.
112 * in the context, hence potentially long-lived.
205 * code). The encoded point is written in the ecdhe_point[] context buffer
644 \ client_suites[] context buffer: we keep suites that are
H A Dssl_keyexport.c47 const void *context, size_t context_len) in br_ssl_key_export() argument
62 if (context != NULL) { in br_ssl_key_export()
66 chunks[3].data = context; in br_ssl_key_export()
/freebsd/contrib/bearssl/src/x509/
H A Dasn1.t032 \ context structure.
35 \ context structure type. This will be invoked during compilation.
108 \ context.
180 \ limit). Destination address is an offset within the context.
239 \ and 10 (context). We check that bit 6 is 0, and shift back
240 \ bit 7 so that we get 0 (universal) or 32 (context).
595 \ Compare two blobs in the context. Returned value is -1 on equality, 0
703 \ in-context buffer. Returned value is the decoded length. If the integer
H A Dx509_decoder.t0244 \ if present. Extensions are an explicit context tag of value 3
H A Dx509_minimal.t0301 * DN hash implementation and context structure from the X.509 engine
302 * context.
517 \ Copy data between two areas in the context.
1116 \ Read the tag. If the tag is context-0, then parse an
1117 \ 'otherName'. If the tag is context-2, then parse a
1118 \ dNSName. If the tag is context-1 or context-6,
1321 \ if present. Extensions are an explicit context tag of value 3
/freebsd/contrib/bmake/
H A DChangeLog45 o provide more context information for parse/evaluate errors
1181 add context information to error message about ':range' modifier
1215 o rename context and ctxt to scope
1507 o rename GNode.context to vars
2484 Instead set a '${.p.}' to pathname in the target context and
2578 o var.c: allow :_=var and avoid use of special context.
2985 o Add VAR_INTERNAL context, so that internal setting of
3018 delete it from GLOBAL context so -V doesn't show the wrong
3865 o fix skip setting vars in VAR_GLOBAL context, to handle
3875 o skip setting vars in VAR_GLOBAL context, when already set in
[all …]
H A Dconfigure6324 voluntary context switches.
/freebsd/contrib/bmake/mk/
H A DChangeLog744 under the context of dirdeps-cached would be ideal, but
/freebsd/contrib/bsnmp/
H A DNEWS191 Make the patch a context diff instead of a unified one.
/freebsd/contrib/bsnmp/lib/
H A Dsnmpagent.c98 struct context *context; in snmp_init_context() local
103 memset(context, 0, sizeof(*context)); in snmp_init_context()
209 struct context context; in snmp_get() local
212 memset(&context, 0, sizeof(context)); in snmp_get()
407 struct context context; in snmp_getnext() local
462 struct context context; in snmp_getbulk() local
603 struct context *context = (struct context *)ctx; in snmp_dep_commit() local
630 struct context *context = (struct context *)ctx; in snmp_dep_rollback() local
660 struct context *context = (struct context *)ctx; in snmp_dep_finish() local
681 struct context context; in snmp_set() local
[all …]
/freebsd/contrib/byacc/
H A DCHANGES35 * test/run_test.sh: use context diff, to work with AIX
H A DREADME.BTYACC324 is started in the same state context that exists on the
404 dependent on context.
H A Dbtyaccpar.skel519 /* Switch to the next conflict context */
703 /* Free old saved error context state */
705 /* Create and fill out new saved error context state */
/freebsd/contrib/capsicum-test/
H A Dfcntl.cc130 …ntl(unsigned long long right, int caps[FCNTL_NUM_RIGHTS], int cmd, long arg, const char* context) { in CheckFcntl() argument
131 SCOPED_TRACE(context); in CheckFcntl()
/freebsd/contrib/diff/
H A DABOUT-NLS145 (Portuguese as spoken in Portugal) in this context.

12345678910>>...79