Searched refs:modname (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10/apache-793/httpd/modules/core/
H A Dmod_so.h34 (server_rec *s, const char *modname));
H A Dmod_so.c183 const char *modname, const char *filename)
211 if (modi->name != NULL && strcmp(modi->name, modname) == 0) {
214 modname);
238 if (strlen(modname) <= strlen("_module")) {
241 thismod_len = strlen(modname) - strlen("_module");
242 if (strcmp(modname + thismod_len, "_module")) {
250 if (!memcmp(modname, preload_name, preload_len)) {
251 return apr_pstrcat(cmd->pool, "module ", modname,
258 modi->name = modname;
267 "loaded module %s from %s", modname, module_fil
182 load_module(cmd_parms *cmd, void *dummy, const char *modname, const char *filename) argument
342 ap_find_loaded_module_symbol(server_rec *s, const char *modname) argument
408 load_module(cmd_parms *cmd, void *dummy, const char *modname, const char *filename) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Daolstub.cpp25 char *modname; member in struct:mydata
52 Ns_Log(Warning, "can't load module %s: %s", md->modname,
83 md->modname = strcpy(ns_malloc(strlen(mod)+1), mod);
/macosx-10.10/tcl-105/tcl_ext/thread/thread/generic/
H A Daolstub.cpp26 char *modname; member in struct:mydata
53 Ns_Log(Warning, "can't load module %s: %s", md->modname,
85 md->modname = strcpy(ns_malloc(strlen(mod)+1), mod);
/macosx-10.10/emacs-93/emacs/nt/
H A Drunemacs.c59 char modname[MAX_PATH]; local
61 if (!GetModuleFileName (NULL, modname, MAX_PATH))
63 if ((p = strrchr (modname, '\\')) == NULL)
70 strcpy (new_cmdline + 1, modname);
134 if ((p = strrchr (modname, '\\')) && stricmp (p, "\\bin") == 0)
137 for (p = modname; *p; p++)
139 SetEnvironmentVariable ("emacs_dir", modname);
H A Daddpm.c118 char modname[MAX_PATH]; local
147 if (!GetModuleFileName (NULL, modname, MAX_PATH) ||
148 (p = strrchr (modname, '\\')) == NULL)
156 if ((p = strrchr (modname, '\\')) && stricmp (p, "\\bin") == 0)
159 emacs_path = modname;
H A Dcmdproxy.c435 char modname[MAX_PATH]; local
459 if (!GetModuleFileName (NULL, modname, sizeof (modname)))
464 progname = strrchr (modname, '\\');
466 SetCurrentDirectory (modname);
473 GetShortPathName (modname, modname, sizeof (modname));
477 || stricmp (modname, path) != 0)
/macosx-10.10/apr-32/apr-util/apr-util/ldap/
H A Dapr_ldap_stub.c36 char *modname; local
49 modname = "apr_ldap-" APU_STRINGIFY(APU_MAJOR_VERSION) ".dll";
51 modname = "apr_ldap-" APU_STRINGIFY(APU_MAJOR_VERSION) ".so";
53 rv = apu_dso_load(NULL, &symbol, modname, "apr__ldap_fns", pool);
/macosx-10.10/apr-32/apr-util/apr-util/dbm/
H A Dapr_dbm.c107 char modname[32];
164 apr_snprintf(modname, sizeof(modname), "dbm%s.nlm", type);
166 apr_snprintf(modname, sizeof(modname),
169 apr_snprintf(modname, sizeof(modname),
174 rv = apu_dso_load(NULL, &symbol, modname, symname, pool);
/macosx-10.10/apr-32/apr-util/apr-util/crypto/
H A Dapr_crypto.c147 char modname[32]; local
178 apr_snprintf(modname, sizeof(modname), "crypto%s.nlm", name);
180 apr_snprintf(modname, sizeof(modname),
183 apr_snprintf(modname, sizeof(modname),
187 rv = apu_dso_load(&dso, &symbol, modname, symname, pool);
205 err->reason = modname;
/macosx-10.10/emacs-93/emacs/lisp/eshell/
H A Desh-module.el126 (lambda (modname)
127 (let ((modsym (intern modname)))
129 ':tag (format "%s -- %s" modname
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestdso.c52 static char *modname; variable
60 status = apr_dso_load(&h, modname, p);
76 status = apr_dso_load(&h, modname, p);
101 status = apr_dso_load(&h, modname, p);
125 status = apr_dso_load(&h, modname, p);
242 apr_filepath_merge(&modname, NULL, MOD_NAME, 0, p);
/macosx-10.10/xnu-2782.1.97/bsd/dev/i386/
H A Dfbt_x86.c643 __provide_probe_64(struct modctl *ctl, uintptr_t instrLow, uintptr_t instrHigh, char *modname, char* symbolName, machine_inst_t* symbolStart) argument
715 thisid = dtrace_probe_lookup(fbt_id, modname, symbolName, FBT_ENTRY);
746 newfbt->fbtp_id = dtrace_probe_create(fbt_id, modname, symbolName, FBT_ENTRY, FBT_AFRAMES_ENTRY, newfbt);
771 thisid = dtrace_probe_lookup(fbt_id, modname, symbolName, FBT_RETURN);
880 newfbt->fbtp_id = dtrace_probe_create(fbt_id, modname,
924 char *modname; local
928 modname = ctl->mod_modname;
982 __provide_probe_64(ctl, instrLow, instrHigh, modname, name, (machine_inst_t*)sym[i].n_value);
990 char *modname; local
993 modname
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/dbd/
H A Dapr_dbd.c160 char modname[32]; local
186 apr_snprintf(modname, sizeof(modname), "dbd%s.nlm", name);
188 apr_snprintf(modname, sizeof(modname),
191 apr_snprintf(modname, sizeof(modname),
195 rv = apu_dso_load(NULL, &symbol, modname, symname, pool);
/macosx-10.10/llvmCore-3425.0.34/lib/Linker/
H A DLinker.cpp23 Linker::Linker(StringRef progname, StringRef modname, argument
26 Composite(new Module(modname, C)),
/macosx-10.10/zsh-61/zsh/Src/
H A Dmodule.c162 const char *modname = m->node.nam; local
175 if (modname[0] == '-')
177 quotedzputs(modname, stdout);
179 nicezputs(modname, stdout);
201 nicezputs(modname, stdout);
208 if (modname[0] == '-')
210 quotedzputs(modname, stdout);
214 nicezputs(modname, stdout);
243 if(modname[0] == '-')
245 quotedzputs(modname, stdou
2905 unload_named_module(char *modname, char *nam, int silent) argument
2987 char *modname = *args; local
3394 ensurefeature(const char *modname, const char *prefix, const char *feature) argument
[all...]
H A Dcond.c97 char *modname = isset(REMATCHPCRE) ? "zsh/pcre" : "zsh/regex"; local
98 sprintf(overridename = overridebuf, "-%s-match", modname+4);
99 (void)ensurefeature(modname, "C:", overridename+1);
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dfork.c181 char modname[512];/*FIXBUF*/ local
255 if (!GetModuleFileName(GetModuleHandle(NULL),modname,512) ) {
262 modname,
/macosx-10.10/vim-55/src/proto/
H A Dfileio.pro15 char_u *modname __ARGS((char_u *fname, char_u *ext, int prepend_dot));
/macosx-10.10/emacs-93/emacs/src/
H A Dw32.c1062 char modname[MAX_PATH];
1064 if (!GetModuleFileName (NULL, modname, MAX_PATH))
1066 if ((p = strrchr (modname, '\\')) == NULL)
1070 if ((p = strrchr (modname, '\\')) && stricmp (p, "\\bin") == 0)
1075 for (p = modname; *p; p++)
1078 _snprintf (buf, sizeof(buf)-1, "emacs_dir=%s", modname);
1089 p = strrchr (modname, '\\');
1093 p = strrchr (modname, '\\');
1099 for (p = modname; *p; p++)
1102 _snprintf (buf, sizeof(buf)-1, "emacs_dir=%s", modname);
1060 char modname[MAX_PATH]; local
1173 static char modname[MAX_PATH]; local
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dieee.c3819 const char *modname;
4303 || ! ieee_write_id (info, info->modname))
4477 || ! ieee_write_id (info, info->modname))
4819 const char *modname;
4833 modname = strrchr (filename, '/');
4837 if (modname == NULL || (backslash != NULL && backslash > modname))
4838 modname = backslash;
4841 if (modname != NULL)
4842 ++modname;
3817 const char *modname; member in struct:ieee_handle
4815 const char *modname; local
5086 const char *filename, *modname; local
[all...]
H A Dobjdump.c932 const char *modname;
948 try_print_file_open (const char *origname, const char *modname)
953 f = fopen (modname, "r");
965 p->modname = modname;
1015 char *modname = concat (include_paths[i], "/", fname, (const char *) 0);
1017 p = try_print_file_open (filename, modname);
1021 free (modname);
1124 p->f = fopen (p->modname, "r");
928 const char *modname; member in struct:print_file_list
944 try_print_file_open(const char *origname, const char *modname) argument
1011 char *modname = concat (include_paths[i], "/", fname, (const char *) 0); local
/macosx-10.10/rsync-45/rsync/
H A Dclientserver.c401 char *modname, *modpath, *hostaddr, *hostname, *username; local
403 if (asprintf(&modname, "RSYNC_MODULE_NAME=%s", name) < 0
409 putenv(modname);
/macosx-10.10/swig-12/Source/Modules/
H A Dpike.cxx219 String *modname = Getattr(n, "module"); local
220 if (modname) {
221 Printf(f_init, "pike_require(\"%s\");\n", modname);
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Dsdt.c81 char *modname = ctl->mod_modname; local
142 if ((id = dtrace_probe_lookup(prov->sdtp_id, modname,
152 modname, func, nname, SDT_AFRAMES, sdp);

Completed in 241 milliseconds

12