HomeSort by: relevance | last modified time | path
    Searched defs:body (Results 1 - 25 of 281) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
mk_rep.c 45 EncAPRepPart body; local
54 memset (&body, 0, sizeof(body));
56 body.ctime = auth_context->authenticator->ctime;
57 body.cusec = auth_context->authenticator->cusec;
64 free_EncAPRepPart(&body);
69 &body.subkey);
71 free_EncAPRepPart(&body);
75 body.subkey = NULL;
81 ALLOC(body.seq_number, 1)
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/
unicode-case-fold.py 30 # This variable will body of the mappings function
31 body = "" variable
67 global body
74 body += " // {2}\n if (C == {0:#06x})\n return {1:#06x};\n".format(*b[0])
82 body += " if (C < {0:#06x})\n return C;\n".format(first)
83 body += " // {0} characters\n".format(len(b))
99 body += pattern.format(last, stride(b), modulo, shift(b[0]))
141 print(body)
  /src/external/bsd/pam-u2f/dist/fuzz/
fuzz.h 16 uint8_t body[MAXBLOB]; member in struct:blob
  /src/usr.sbin/acpitools/aml/
aml_obj.c 214 union aml_object *body; local
216 body = *obj;
217 if (body == NULL) {
  /src/external/bsd/libarchive/dist/libarchive/test/
test_read_format_zip_high_compression.c 85 char *body, *body_read, *buff; local
93 assert((body = malloc(body_size)) != NULL);
99 * The body is always 256k + 6 bytes long (the internal deflation
111 memset(body, 255, body_size);
112 body[n] = 1;
125 assertEqualInt(262150, archive_write_data(a, body, 262150));
148 free(body);
  /src/external/bsd/libbind/dist/irs/
irp_ng.c 165 char *body = NULL; local
179 &body, &bodylen) != 0) {
184 if (irp_unmarshall_ng(host, user, domain, body) == 0) {
189 if (body != NULL) {
190 memput(body, bodylen);
206 char *body = NULL; local
218 if (irp_marshall_ng(host, user, domain, &body, &bodylen) != 0) {
222 if (irs_irp_send_command(pvt->girpdata, "innetgr %s", body) == 0) {
229 memput(body, bodylen);
irp_gr.c 150 char *body; local
165 &body, &bodylen) != 0) {
174 if (irp_unmarshall_gr(gr, body) != 0) {
181 if (body != NULL) {
182 memput(body, bodylen);
197 char *body; local
216 &body, &bodylen) != 0) {
222 if (irp_unmarshall_gr(gr, body) != 0) {
229 if (body != NULL) {
230 memput(body, bodylen)
245 char *body; local
    [all...]
irp_pw.c 135 char *body; local
150 &body, &bodylen) != 0) {
156 if (irp_unmarshall_pw(pw, body) != 0) {
163 if (body != NULL) {
164 memput(body, bodylen);
179 char *body = NULL; local
198 &body, &bodylen) != 0) {
204 if (irp_unmarshall_pw(pw, body) != 0) {
211 if (body != NULL) {
212 memput(body, bodylen)
226 char *body; local
    [all...]
irp_sv.c 141 char *body; local
156 &body, &bodylen) != 0) {
162 if (irp_unmarshall_sv(sv, body) != 0) {
169 if (body != NULL) {
170 memput(body, bodylen);
186 char *body; local
207 &body, &bodylen) != 0) {
213 if (irp_unmarshall_sv(sv, body) != 0) {
220 if (body != NULL) {
221 memput(body, bodylen)
237 char *body; local
    [all...]
irp_ho.c 174 char *body = NULL; local
195 &body, &bodylen) != 0) {
201 if (irp_unmarshall_ho(ho, body) != 0) {
208 if (body != NULL) {
209 memput(body, bodylen);
227 char *body = NULL; local
258 &body, &bodylen) != 0) {
264 if (irp_unmarshall_ho(ho, body) != 0) {
271 if (body != NULL) {
272 memput(body, bodylen)
290 char *body; local
    [all...]
irp_nw.c 147 char *body = NULL; local
167 &body, &bodylen) != 0) {
173 if (irp_unmarshall_nw(nw, body) != 0) {
180 if (body != NULL) {
181 memput(body, bodylen);
196 char *body = NULL; local
216 &body, &bodylen) != 0) {
222 if (irp_unmarshall_nw(nw, body) != 0) {
229 if (body != NULL) {
230 memput(body, bodylen)
274 char *body; local
    [all...]
irp_pr.c 136 char *body = NULL; local
156 &body, &bodylen) != 0) {
162 if (irp_unmarshall_pr(pr, body) != 0) {
169 if (body != NULL) {
170 memput(body, bodylen);
185 char *body = NULL; local
205 &body, &bodylen) != 0) {
211 if (irp_unmarshall_pr(pr, body) != 0) {
218 if (body != NULL) {
219 memput(body, bodylen)
263 char *body; local
    [all...]
  /src/external/bsd/libfido2/dist/fuzz/
mutator_aux.h 62 uint8_t body[MAXBLOB]; member in struct:blob
  /src/external/gpl2/texinfo/dist/makeinfo/
macro.h 42 char *body; /* Macro body. */ member in struct:__anon9567
  /src/external/gpl3/gcc/dist/gcc/
rtl-error.cc 37 rtx body = PATTERN (insn); local
42 if (GET_CODE (body) == SET && GET_CODE (SET_SRC (body)) == ASM_OPERANDS)
43 asmop = SET_SRC (body);
44 else if (GET_CODE (body) == ASM_OPERANDS)
45 asmop = body;
46 else if (GET_CODE (body) == PARALLEL
47 && GET_CODE (XVECEXP (body, 0, 0)) == SET)
48 asmop = SET_SRC (XVECEXP (body, 0, 0));
49 else if (GET_CODE (body) == PARALLE
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
rtl-error.cc 37 rtx body = PATTERN (insn); local
42 if (GET_CODE (body) == SET && GET_CODE (SET_SRC (body)) == ASM_OPERANDS)
43 asmop = SET_SRC (body);
44 else if (GET_CODE (body) == ASM_OPERANDS)
45 asmop = body;
46 else if (GET_CODE (body) == PARALLEL
47 && GET_CODE (XVECEXP (body, 0, 0)) == SET)
48 asmop = SET_SRC (XVECEXP (body, 0, 0));
49 else if (GET_CODE (body) == PARALLE
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/property/
defn_cache.c 29 char body[1]; member in struct:__anon344
122 p->prop = p->body;
124 memcpy(p->body, prop, len + 1);
  /src/crypto/external/bsd/openssl/dist/crypto/property/
defn_cache.c 28 char body[1]; member in struct:__anon1443
128 p->prop = p->body;
130 memcpy(p->body, prop, len + 1);
  /src/external/gpl3/gcc/dist/gcc/config/pru/
pru-passes.cc 196 gimple_seq body = gimple_body (current_function_decl);
202 /* Check the function body. */
203 walk_gimple_seq (body, NULL, check_op_callback, &wi);
195 gimple_seq body = gimple_body (current_function_decl); local
  /src/external/gpl3/gcc.old/dist/gcc/config/pru/
pru-passes.cc 196 gimple_seq body = gimple_body (current_function_decl);
202 /* Check the function body. */
203 walk_gimple_seq (body, NULL, check_op_callback, &wi);
195 gimple_seq body = gimple_body (current_function_decl); local
  /src/external/bsd/libfido2/dist/examples/
assert.c 186 unsigned char *body = NULL; local
210 if (read_blob(optarg, &body, &len) < 0)
212 if ((r = fido_assert_allow_cred(assert, body,
216 free(body);
217 body = NULL;
231 if (read_blob(optarg, &body, &len) < 0)
233 if ((r = fido_assert_set_hmac_salt(assert, body,
237 free(body);
238 body = NULL;
cred.c 166 unsigned char *body = NULL; local
202 if (read_blob(optarg, &body, &len) < 0)
204 r = fido_cred_exclude(cred, body, len);
208 free(body);
209 body = NULL;
  /src/external/bsd/libfido2/dist/src/
log.c 37 char line[LINELEN], body[LINELEN]; local
39 vsnprintf(body, sizeof(body), fmt, args);
42 snprintf(line, sizeof(line), "%.180s: %.70s\n", body, suffix);
44 snprintf(line, sizeof(line), "%.180s\n", body);
  /src/sys/arch/pmax/tc/
dtvar.h 44 uint8_t body[DT_MAX_MSG_SIZE-3]; member in struct:dt_msg
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_md5.cc 42 static const void *body(MD5_CTX *ctx, const void *data, ulong_t size) { function in namespace:__tsan
174 body(ctx, ctx->buffer, 64);
178 data = body(ctx, data, size & ~(ulong_t)0x3f);
196 body(ctx, ctx->buffer, 64);
213 body(ctx, ctx->buffer, 64);

Completed in 35 milliseconds

1 2 3 4 5 6 7 8 91011>>