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

  /src/sys/modules/lua/
luavar.h 37 char mod_name[LUA_MAX_MODNAME]; member in struct:lua_module
  /src/crypto/external/bsd/heimdal/dist/kdc/
hprop.h 69 char mod_name[64]; member in struct:v4_principal
  /src/bin/pax/
pat_rep.c 623 * mod_name()
637 mod_name(ARCHD *arcn, int flags) function
  /src/external/gpl3/binutils/dist/gprofng/src/
parse.cc 826 char mod_name[256] = "vmlinux]"; /* note trailing ] */ local
828 sym_name, mod_name);
832 mod_name[strlen (mod_name) - 1] = '\0'; /* chop trailing ] */
833 if (strcmp (mod_name, "ctf") == 0)
834 strcpy (mod_name, "shared_ctf");
865 sb.appendf ("%s`%s", mod_name, sym_name);
Experiment.cc 2268 char *mod_name = get_jmodule_name (className); local
2269 Module *mod = lo->find_module (mod_name);
2272 mod = dbeSession->createClassFile (mod_name);
2279 mod_name = NULL;
2285 "Experiment::get_jclass: class_name='%s' mod_name='%s' fileName='%s'\n",
2287 free (mod_name);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
parse.cc 826 char mod_name[256] = "vmlinux]"; /* note trailing ] */ local
828 sym_name, mod_name);
832 mod_name[strlen (mod_name) - 1] = '\0'; /* chop trailing ] */
833 if (strcmp (mod_name, "ctf") == 0)
834 strcpy (mod_name, "shared_ctf");
865 sb.appendf ("%s`%s", mod_name, sym_name);
Experiment.cc 2268 char *mod_name = get_jmodule_name (className); local
2269 Module *mod = lo->find_module (mod_name);
2272 mod = dbeSession->createClassFile (mod_name);
2279 mod_name = NULL;
2285 "Experiment::get_jclass: class_name='%s' mod_name='%s' fileName='%s'\n",
2287 free (mod_name);
  /src/sys/arch/i386/stand/lib/
exec.c 201 char mod_name[MAXMODNAME]; local
208 ep = mod_name;
215 if (ep != mod_name)
216 module_add_common(mod_name, type);
  /src/sys/arch/sandpoint/stand/altboot/
main.c 438 char mod_name[MAXMODNAME]; local
445 ep = mod_name;
452 if (ep != mod_name)
453 module_add(mod_name);
  /src/external/gpl3/binutils/dist/include/
oasys.h 78 bfd_byte mod_name[32]; member in struct:oasys_extmodule_table_a
  /src/external/gpl3/binutils.old/dist/include/
oasys.h 78 bfd_byte mod_name[32]; member in struct:oasys_extmodule_table_a
  /src/external/gpl3/gdb/dist/include/
oasys.h 78 bfd_byte mod_name[32]; member in struct:oasys_extmodule_table_a
  /src/external/gpl3/gdb.old/dist/include/
oasys.h 78 bfd_byte mod_name[32]; member in struct:oasys_extmodule_table_a
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
admin.h 154 krb5_principal mod_name; member in struct:_kadm5_principal_ent_t
  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 1201 const char *mod_name = module; local
1204 mod_name = concat (module, ".", dllext, NULL);
1208 append_import (application_name, mod_name, ord_val, its_name);
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 1201 const char *mod_name = module; local
1204 mod_name = concat (module, ".", dllext, NULL);
1208 append_import (application_name, mod_name, ord_val, its_name);
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 2296 const char *mod_name; member in struct:gfc_gsymbol
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 2206 const char *mod_name; member in struct:gfc_gsymbol

Completed in 70 milliseconds