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

1 2 3 4

  /src/libexec/httpd/
printenv.lua 62 httpd.print('<h2>Form Test</h2>')
65 <form method="POST" action="form?sender=me">
68 </form>
77 function form(env, header, query) function
83 httpd.print('<h2>Form Variables</h2>')
99 httpd.register_handler('form', form)
  /src/lib/libc/gen/
getbsize.c 12 * 2. Redistributions in binary form must reproduce the above copyright
59 const char *form; local
65 form = "";
75 form = "G";
80 form = "K";
85 form = "M";
106 form = "";
114 snprintf(header, sizeof(header), "%ld%s-blocks", n, form);
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ec2_oct.c 127 point_conversion_form_t form,
138 if ((form != POINT_CONVERSION_COMPRESSED)
139 && (form != POINT_CONVERSION_UNCOMPRESSED)
140 && (form != POINT_CONVERSION_HYBRID)) {
159 ret = (form == POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len;
187 buf[0] = form;
188 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) {
213 if (form == POINT_CONVERSION_UNCOMPRESSED
214 || form == POINT_CONVERSION_HYBRID) {
258 point_conversion_form_t form; local
    [all...]
ecp_oct.c 160 point_conversion_form_t form,
169 if ((form != POINT_CONVERSION_COMPRESSED)
170 && (form != POINT_CONVERSION_UNCOMPRESSED)
171 && (form != POINT_CONVERSION_HYBRID)) {
190 ret = (form == POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len;
215 if ((form == POINT_CONVERSION_COMPRESSED
216 || form == POINT_CONVERSION_HYBRID)
218 buf[0] = form + 1;
220 buf[0] = form;
240 if (form == POINT_CONVERSION_UNCOMPRESSE
277 point_conversion_form_t form; local
    [all...]
eck_prn.c 122 point_conversion_form_t form; local
149 form = EC_GROUP_get_point_conversion_form(x);
151 gen_buf_len = EC_POINT_point2buf(x, point, form, &gen_buf, ctx);
194 if (form == POINT_CONVERSION_COMPRESSED)
196 else if (form == POINT_CONVERSION_UNCOMPRESSED)
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ec2_oct.c 127 point_conversion_form_t form,
138 if ((form != POINT_CONVERSION_COMPRESSED)
139 && (form != POINT_CONVERSION_UNCOMPRESSED)
140 && (form != POINT_CONVERSION_HYBRID)) {
160 (form ==
189 buf[0] = form;
190 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) {
215 if (form == POINT_CONVERSION_UNCOMPRESSED
216 || form == POINT_CONVERSION_HYBRID) {
260 point_conversion_form_t form; local
    [all...]
ecp_oct.c 160 point_conversion_form_t form,
169 if ((form != POINT_CONVERSION_COMPRESSED)
170 && (form != POINT_CONVERSION_UNCOMPRESSED)
171 && (form != POINT_CONVERSION_HYBRID)) {
191 (form ==
217 if ((form == POINT_CONVERSION_COMPRESSED
218 || form == POINT_CONVERSION_HYBRID) && BN_is_odd(y))
219 buf[0] = form + 1;
221 buf[0] = form;
241 if (form == POINT_CONVERSION_UNCOMPRESSE
278 point_conversion_form_t form; local
    [all...]
eck_prn.c 122 point_conversion_form_t form; local
150 form = EC_GROUP_get_point_conversion_form(x);
152 gen_buf_len = EC_POINT_point2buf(x, point, form, &gen_buf, ctx);
195 if (form == POINT_CONVERSION_COMPRESSED)
197 else if (form == POINT_CONVERSION_UNCOMPRESSED)
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ec2_oct.c 114 point_conversion_form_t form,
123 if ((form != POINT_CONVERSION_COMPRESSED)
124 && (form != POINT_CONVERSION_UNCOMPRESSED)
125 && (form != POINT_CONVERSION_HYBRID)) {
145 (form ==
172 buf[0] = form;
173 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) {
198 if (form == POINT_CONVERSION_UNCOMPRESSED
199 || form == POINT_CONVERSION_HYBRID) {
239 point_conversion_form_t form; local
    [all...]
ecp_oct.c 155 point_conversion_form_t form,
164 if ((form != POINT_CONVERSION_COMPRESSED)
165 && (form != POINT_CONVERSION_UNCOMPRESSED)
166 && (form != POINT_CONVERSION_HYBRID)) {
186 (form ==
212 if ((form == POINT_CONVERSION_COMPRESSED
213 || form == POINT_CONVERSION_HYBRID) && BN_is_odd(y))
214 buf[0] = form + 1;
216 buf[0] = form;
236 if (form == POINT_CONVERSION_UNCOMPRESSE
272 point_conversion_form_t form; local
    [all...]
eck_prn.c 117 point_conversion_form_t form; local
145 form = EC_GROUP_get_point_conversion_form(x);
147 if ((gen = EC_POINT_point2bn(x, point, form, NULL, ctx)) == NULL) {
188 if (form == POINT_CONVERSION_COMPRESSED) {
192 } else if (form == POINT_CONVERSION_UNCOMPRESSED) {
196 } else { /* form == POINT_CONVERSION_HYBRID */
  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_abbrev.c 13 * 2. Redistributions in binary form must reproduce the above copyright
71 uint64_t form, int64_t ic, uint64_t adoff, Dwarf_AttrDef *adp,
88 ad->ad_form = form;
111 uint64_t form; local
148 form = _dwarf_read_uleb128(ds->ds_data, offset);
149 if (form == DW_FORM_implicit_const) {
151 * DWARF5 7.5.3: atrribute definition with the form
161 form, ic, adoff, NULL, error)) != DW_DLE_NONE)
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
abbrev.h 38 ENUM_BITFIELD(dwarf_form) form : 16; member in struct:attr_abbrev
40 /* It is valid only if FORM is DW_FORM_implicit_const. */
line-header.c 159 ULONGEST form = read_unsigned_leb128 (abfd, format, &bytes_read); local
165 switch (form)
attribute.h 46 attribute's form into account. */
49 /* If the attribute has a string form, return the string value;
53 /* Return the block value. The attribute must have block form. */
61 form. */
64 gdb_assert (form == DW_FORM_ref_sig8);
69 form. */
85 /* Return the unsigned value. Requires that the form be an unsigned
86 form, and that reprocessing not be needed. */
151 return (form == DW_FORM_ref_addr
152 || form == DW_FORM_ref
308 ENUM_BITFIELD(dwarf_form) form : 15; member in struct:attribute
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
abbrev.h 38 ENUM_BITFIELD(dwarf_form) form : 16; member in struct:attr_abbrev
40 /* It is valid only if FORM is DW_FORM_implicit_const. */
attribute.h 46 attribute's form into account. */
49 /* If the attribute has a string form, return the string value;
53 /* Return the block value. The attribute must have block form. */
61 form. */
64 gdb_assert (form == DW_FORM_ref_sig8);
69 form. */
85 /* Return the unsigned value. Requires that the form be an unsigned
86 form, and that reprocessing not be needed. */
112 If a signed form and negative value is used, or if a non-constant
113 form is used, then complaint is issued and an empty value i
350 ENUM_BITFIELD(dwarf_form) form : 15; member in struct:attribute
    [all...]
line-header.c 159 ULONGEST form = read_unsigned_leb128 (abfd, format, &bytes_read); local
165 switch (form)
  /src/external/bsd/libarchive/dist/tar/
creation_set.c 31 const char *form; member in struct:suffix_code_t
43 return (tbl[i].form);
  /src/external/gpl3/gcc/dist/gcc/fortran/
options.cc 176 /* Determine the source form from the filename extension. We assume
185 gfc_source_form form; member in struct:__anon13681
248 f_form = exttype[i].form;
252 while (exttype[i].form != FORM_UNKNOWN);
338 /* For preprocessed files, if the first tokens are of the form # NUM.
374 /* Decide which form the file will be read in as. */
386 gfc_warning_now (0, "Reading file %qs as free form",
392 in fixed form. */
397 "in free form");
399 gfc_warning_now (0, "%<-fd-lines-as-code%> has no effect in free form");
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
options.cc 171 /* Determine the source form from the filename extension. We assume
180 gfc_source_form form; member in struct:__anon16113
237 f_form = exttype[i].form;
241 while (exttype[i].form != FORM_UNKNOWN);
323 /* For preprocessed files, if the first tokens are of the form # NUM.
359 /* Decide which form the file will be read in as. */
371 gfc_warning_now (0, "Reading file %qs as free form",
377 in fixed form. */
382 "in free form");
384 gfc_warning_now (0, "%<-fd-lines-as-code%> has no effect in free form");
    [all...]
  /src/external/gpl3/gdb/dist/sim/ppc/
gen-icache.c 415 icache_tree *form = local
422 icache_tree_insert(form, field->val_string);
444 icache_tree *form; local
449 for (form = tree->children;
450 form != NULL;
451 form = form->next) {
456 for (field = form->children;
478 lf_printf(file, " } %s;\n", form->name);
  /src/external/gpl3/gdb.old/dist/sim/igen/
gen-icache.c 515 form_fields **form = &forms; local
518 if (*form == NULL)
524 *form = new_form;
527 else if (strcmp ((*form)->name, insn->format_name) == 0)
530 filter_add (&(*form)->fields, insn->field_names);
533 form = &(*form)->next;
  /src/external/gpl3/gdb.old/dist/sim/ppc/
gen-icache.c 415 icache_tree *form = local
422 icache_tree_insert(form, field->val_string);
444 icache_tree *form; local
449 for (form = tree->children;
450 form != NULL;
451 form = form->next) {
456 for (field = form->children;
478 lf_printf(file, " } %s;\n", form->name);
  /src/external/gpl3/gdb/dist/sim/igen/
gen-icache.c 515 form_fields **form = &forms; local
518 if (*form == NULL)
524 *form = new_form;
527 else if (strcmp ((*form)->name, insn->format_name) == 0)
530 filter_add (&(*form)->fields, insn->field_names);
533 form = &(*form)->next;

Completed in 25 milliseconds

1 2 3 4