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

  /src/external/gpl3/gcc/dist/gcc/
genhooks.cc 191 const char *deftype; local
205 deftype = hook_array[i].param ? "deftypefn" : "deftypevr";
206 printf ("@%s {%s} ", deftype, hook_array[i].docname);
235 deftype, hook_array[j].docname,
249 printf ("\n@end %s", deftype);
  /src/external/gpl3/gcc.old/dist/gcc/
genhooks.cc 188 const char *deftype; local
202 deftype = hook_array[i].param ? "deftypefn" : "deftypevr";
203 printf ("@%s {%s} ", deftype, hook_array[i].docname);
232 deftype, hook_array[j].docname,
246 printf ("\n@end %s", deftype);
  /src/external/mpl/bind/dist/bin/dig/
nslookup.c 60 static char deftype[MXRD] = "A"; variable
519 printf(" querytype = %-8s\tclass = %s\n", deftype, defclass);
622 strlcpy(deftype, &opt[5], sizeof(deftype));
627 strlcpy(deftype, &opt[3], sizeof(deftype));
632 strlcpy(deftype, &opt[10], sizeof(deftype));
637 strlcpy(deftype, &opt[6], sizeof(deftype));
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
pkeyutl.c 50 int deftype; local
52 deftype = EVP_PKEY_get_default_digest_name(pkey, defname, sizeof(defname));
53 return deftype == 2 /* Mandatory */
  /src/external/gpl2/mkhybrid/dist/
mkisofs.c 137 char *deftype = DEFTYPE; /* default Apple TYPE */ variable
161 {"TYPE", &deftype},
  /src/external/gpl3/gdb.old/dist/gdb/
dbxread.c 2835 int deftype;
2839 deftype = '\0';
2841 deftype = colon_pos[1];
2843 switch (deftype)
2825 int deftype; local
stabsread.c 654 int deftype;
772 deftype = 'l';
774 deftype = *p++;
776 switch (deftype)
651 int deftype; local
  /src/external/bsd/mdocml/dist/
roff.c 1260 int deftype; /* type of definition to paste */ local
1523 deftype = ROFFDEF_USER | ROFFDEF_PRE;
1524 res = roff_getstrn(r, stnam, naml, &deftype);
2010 int deftype; local
2021 deftype = ROFFDEF_USER | ROFFDEF_REN;
2022 r->current_string = roff_getstrn(r, mac, maclen, &deftype);
2023 switch (deftype) {
2036 else if (deftype == ROFFDEF_UNDEF) {
2151 int deftype; local
2179 deftype = ROFFDEF_USER
2584 int deftype, len, number, savepos, istrue, wanttrue; local
3824 int deftype; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
stabsread.c 2842 int deftype;
2846 deftype = '\0';
2848 deftype = colon_pos[1];
2850 switch (deftype)
3139 int deftype;
3257 deftype = 'l';
3259 deftype = *p++;
3261 switch (deftype)
2839 int deftype; local
3136 int deftype; local

Completed in 42 milliseconds