HomeSort by: relevance | last modified time | path
    Searched defs:defn (Results 1 - 21 of 21) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/property/
property_query.c 17 const OSSL_PROPERTY_DEFINITION *defn = (const OSSL_PROPERTY_DEFINITION *)compare; local
19 return key - defn->name_idx;
defn_cache.c 28 OSSL_PROPERTY_LIST *defn; member in struct:__anon344
47 ossl_property_free(elem->defn);
80 if (r == NULL || !ossl_assert(r->defn != NULL))
82 return r->defn;
116 *pl = p->defn;
123 p->defn = *pl;
  /src/crypto/external/bsd/openssl/dist/crypto/property/
property_query.c 17 const OSSL_PROPERTY_DEFINITION *defn = local
20 return key - defn->name_idx;
defn_cache.c 27 OSSL_PROPERTY_LIST *defn; member in struct:__anon1443
46 ossl_property_free(elem->defn);
85 if (r == NULL || !ossl_assert(r->defn != NULL))
87 return r->defn;
122 *pl = p->defn;
129 p->defn = *pl;
  /src/external/historical/nawk/dist/
parse.c 260 void defn(Cell *v, Node *vl, Node *st) /* turn on FCN bit in definition, */ function
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
macro.c 322 const gdb_byte *defn; local
331 defn = opcode_definitions[opcode];
332 arg = read_unsigned_leb128 (abfd, defn, &bytes_read);
333 defn += bytes_read;
338 (enum dwarf_form) defn[i], offset_size,
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
macro.c 343 const gdb_byte *defn; local
352 defn = opcode_definitions[opcode];
353 arg = read_unsigned_leb128 (abfd, defn, &bytes_read);
354 defn += bytes_read;
359 (enum dwarf_form) defn[i], offset_size,
  /src/usr.bin/m4/
gnum4.c 177 argv[1] = p->defn;
737 char *defn = NULL; local
765 free(defn);
798 defn = xrealloc(defn, defnlen = dl + 1,
799 "defn grow");
801 GETSTR(defn, dl);
802 macro_pushdef(name, defn);
mdef.h 146 char *defn; /* definition.. */ member in struct:macro_definition
  /src/crypto/external/apache2/openssl/dist/test/
property_test.c 110 const char *defn; member in struct:__anon726
159 && TEST_ptr(p = ossl_parse_property(NULL, parser_tests[n].defn))
336 const char *defn; member in struct:__anon729
361 && TEST_ptr(d = ossl_parse_property(NULL, definition_tests[n].defn))
  /src/crypto/external/bsd/openssl/dist/test/
property_test.c 88 const char *defn; member in struct:__anon1753
137 && TEST_ptr(p = ossl_parse_property(NULL, parser_tests[n].defn))
314 const char *defn; member in struct:__anon1756
339 && TEST_ptr(d = ossl_parse_property(NULL, definition_tests[n].defn))
  /src/external/gpl3/gcc/dist/libcpp/
pch.cc 70 const unsigned char *defn; local
77 defn = NODE_NAME (hn);
82 defn = cpp_macro_definition (pfile, hn);
83 s.definition_length = ustrlen (defn);
87 || fwrite (defn, 1, s.definition_length, f) != s.definition_length)
410 uchar *defn; local
433 defn = XNEWVEC (uchar, defnlen + 1);
434 defn[defnlen] = 0;
436 if (fread (defn, defnlen, 1, f) != 1)
439 p->definition = defn;
766 const uchar * defn = cpp_macro_definition (r, h); local
826 uchar *defn; local
    [all...]
directives.cc 1604 const uchar *defn = NULL; local
1645 defn = cpp_macro_definition (pfile, node);
1646 defnlen = ustrlen (defn);
1653 memcpy (c->definition, defn, defnlen);
  /src/external/gpl3/gcc.old/dist/libcpp/
pch.cc 70 const unsigned char *defn; local
77 defn = NODE_NAME (hn);
82 defn = cpp_macro_definition (pfile, hn);
83 s.definition_length = ustrlen (defn);
87 || fwrite (defn, 1, s.definition_length, f) != s.definition_length)
410 uchar *defn; local
433 defn = XNEWVEC (uchar, defnlen + 1);
434 defn[defnlen] = 0;
436 if (fread (defn, defnlen, 1, f) != 1)
439 p->definition = defn;
766 const uchar * defn = cpp_macro_definition (r, h); local
826 uchar *defn; local
    [all...]
directives.cc 1586 const uchar *defn = NULL; local
1627 defn = cpp_macro_definition (pfile, node);
1628 defnlen = ustrlen (defn);
1635 memcpy (c->definition, defn, defnlen);
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
merge.c 343 tdesc_t *defn = (ctdp->t_type == FORWARD ? mtdp : ctdp); local
345 return (defn->t_type == STRUCT || defn->t_type == UNION ||
346 defn->t_type == ENUM);
459 debug(3, "Creating new defn type %d <%x>\n", id, id);
877 void *defn; local
879 if (!alist_find(map, (void *)fwd, (void **)&defn))
882 debug(3, "Redirecting an edge to %s\n", tdesc_name(defn));
884 *fwdp = defn;
920 tdesc_t *defn; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
valarith.c 265 const language_defn *defn = language_def (type->language ()); local
266 return defn->to_array (val);
gdbtypes.c 5890 const language_defn *defn = language_def (this->language ());
5891 return defn->is_string_type_p (this);
5901 const language_defn *defn = language_def (this->language ());
5902 return defn->is_array_like (this);
5882 const language_defn *defn = language_def (this->language ()); local
5893 const language_defn *defn = language_def (this->language ()); local
  /src/external/gpl3/gdb.old/dist/gdb/
valarith.c 265 const language_defn *defn = language_def (type->language ()); local
266 return defn->to_array (val);
gdbtypes.c 5902 const language_defn *defn = language_def (this->language ());
5903 return defn->is_string_type_p (this);
5913 const language_defn *defn = language_def (this->language ());
5914 return defn->is_array_like (this);
5894 const language_defn *defn = language_def (this->language ()); local
5905 const language_defn *defn = language_def (this->language ()); local
  /src/external/public-domain/sqlite/sqlite2mdoc/
main.c 121 TAILQ_HEAD(defnq, defn);
138 struct defn { struct
140 TAILQ_ENTRY(defn) entries;
296 struct defn *d;
400 struct defn *d;
456 struct defn *d;
591 struct defn *d;
630 struct defn *d;
709 struct defn *d;
747 struct defn *d
    [all...]

Completed in 33 milliseconds