Searched refs:appname (Results 26 - 43 of 43) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dapp.cpp250 wxString appname = wxTheApp->GetAppName(); local
251 if ( appname.empty() )
252 appname = _T("wxapp");
259 appname.c_str(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dconf.h175 int CONF_modules_load(const CONF *cnf, const char *appname,
177 int CONF_modules_load_file(const char *filename, const char *appname,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf.h175 int CONF_modules_load(const CONF *cnf, const char *appname,
177 int CONF_modules_load_file(const char *filename, const char *appname,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/conf/
H A Dconf.h185 int CONF_modules_load(const CONF *cnf, const char *appname,
187 int CONF_modules_load_file(const char *filename, const char *appname,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/conf/
H A Dconf.h185 int CONF_modules_load(const CONF *cnf, const char *appname,
187 int CONF_modules_load_file(const char *filename, const char *appname,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Drpng-x.c121 static char *appname = LONGNAME; variable
276 fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, appname);
341 alen = strlen(appname);
344 sprintf(titlebar, "%s: ...%s", appname, filename+(alen+flen+6-1023));
346 sprintf(titlebar, "%s: %s", appname, filename);
H A Drpng2-win.c153 static char *appname = LONGNAME; variable
429 fprintf(stderr, "\n%s %s: %s\n\n", PROGNAME, VERSION, appname);
507 fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, appname);
517 alen = strlen(appname);
520 sprintf(titlebar, "%s: ...%s", appname, filename+(alen+flen+6-1023));
522 sprintf(titlebar, "%s: %s", appname, filename);
H A Drpng2-x.c181 static char *appname = LONGNAME; variable
467 fprintf(stderr, "\n%s %s: %s\n\n", PROGNAME, VERSION, appname);
562 alen = strlen(appname);
565 sprintf(titlebar, "%s: ...%s", appname, filename+(alen+flen+6-1023));
567 sprintf(titlebar, "%s: %s", appname, filename);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddebugrpt.cpp185 wxString appname = GetReportName(); local
192 fn.AssignTempFileName(appname);
195 fn.GetPath().c_str(), wxFILE_SEP_PATH, appname.c_str(),
200 fn.GetPath().c_str(), wxFILE_SEP_PATH, appname.c_str(),
H A Dcmdline.cpp953 wxString appname;
956 appname = wxFileName(wxTheApp->argv[0]).GetFullName();
960 appname = wxFileName(m_data->m_arguments[0]).GetFullName();
974 usage << wxString::Format(_("Usage: %s"), appname.c_str());
H A Dfileconf.cpp92 static wxString GetAppName(const wxString& appname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DExternalConnector.h146 void OnInitCmdLine(wxCmdLineParser& amuleweb_parser, const char* appname);
H A DExternalConnector.cpp424 void CaMuleExternalConnector::OnInitCmdLine(wxCmdLineParser& parser, const char* appname) argument
426 m_appname = appname;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/stc/
H A Dstctest.cpp228 // delete global appname
653 wxStaticText *appname = new wxStaticText(this, wxID_ANY, *g_appname); local
654 appname->SetFont (wxFont (24, wxDEFAULT, wxNORMAL, wxBOLD));
655 totalpane->Add (appname, 0, wxALIGN_CENTER | wxLEFT | wxRIGHT, 40);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c576 fprintf(stderr, "%s: %d of %d register definitions used\n", appname,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dconfig.tex395 On non-VMS Unix systems, the default local configuration file is \tt{~/.appname}.
399 flag, which changes the default local configuration file to \tt{~/.appname/appname}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_backup.c2808 __rep_remove_by_prefix(env, dir, prefix, pref_len, appname)
2813 APPNAME appname; /* What kind of name. */
2823 appname, names[i], 0, NULL, &namep)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtransmission.h131 * -# On Darwin, "${HOME}/Library/Application Support/${appname}" is used.
132 * -# On Windows, "${CSIDL_APPDATA}/${appname}" is used.
133 * -# If XDG_CONFIG_HOME is set, "${XDG_CONFIG_HOME}/${appname}" is used.
134 * -# ${HOME}/.config/${appname}" is used as a last resort.
136 const char* tr_getDefaultConfigDir( const char * appname );

Completed in 156 milliseconds

12