/third_party/openssl/crypto/conf/ |
D | conf_sap.c | 31 void OPENSSL_config(const char *appname) in OPENSSL_config() argument 36 if (appname != NULL) in OPENSSL_config() 37 settings.appname = strdup(appname); in OPENSSL_config() 47 const char *appname; in openssl_config_int() local 54 appname = settings ? settings->appname : NULL; in openssl_config_int() 59 filename, appname, flags); in openssl_config_int() 69 ret = CONF_modules_load_file(filename, appname, flags); in openssl_config_int()
|
D | conf_lib.c | 394 const char *appname) in OPENSSL_INIT_set_config_appname() argument 398 if (appname != NULL) { in OPENSSL_INIT_set_config_appname() 399 newappname = strdup(appname); in OPENSSL_INIT_set_config_appname() 404 free(settings->appname); in OPENSSL_INIT_set_config_appname() 405 settings->appname = newappname; in OPENSSL_INIT_set_config_appname() 414 free(settings->appname); in OPENSSL_INIT_free()
|
D | conf_mod.c | 72 int CONF_modules_load(const CONF *cnf, const char *appname, in CONF_modules_load() argument 84 if (appname) in CONF_modules_load() 85 vsection = NCONF_get_string(cnf, NULL, appname); in CONF_modules_load() 87 if (!appname || (!vsection && (flags & CONF_MFLAGS_DEFAULT_SECTION))) in CONF_modules_load() 112 int CONF_modules_load_file(const char *filename, const char *appname, in CONF_modules_load_file() argument 138 ret = CONF_modules_load(conf, appname, flags); in CONF_modules_load_file()
|
/third_party/mbedtls/scripts/ |
D | generate_visualc_files.pl | 158 (my $appname = $path) =~ s/.*\\//; 161 if( $appname eq "ssl_client2" or $appname eq "ssl_server2" or 162 $appname eq "query_compile_time_config" ) { 165 if( $appname eq "ssl_client2" or $appname eq "ssl_server2" ) { 171 $content =~ s/<APPNAME>/$appname/g; 175 content_to_file( $content, "$dir/$appname.$ext" ); 229 (my $appname = $path) =~ s!.*/!!; 232 $app_entry =~ s/{APPNAME}/$appname/g;
|
/third_party/node/deps/npm/node_modules/rc/ |
D | README.md | 10 var conf = require('rc')(appname, { 26 require('rc')(appname, conf); 33 var appCfg = require('rc')(appname, conf); 35 appCfg.configs[1] // /home/dominictarr/.config/appname 41 Given your application name (`appname`), rc will look in all the obvious places for configuration. 44 * environment variables prefixed with `${appname}_` 47 * a local `.${appname}rc` or the first found looking in `./ ../ ../../ ../../../` etc. 48 * `$HOME/.${appname}rc` 49 * `$HOME/.${appname}/config` 50 * `$HOME/.config/${appname}` [all …]
|
/third_party/gettext/gettext-tools/examples/hello-c++-kde/admin/ |
D | am_edit | 1196 foreach $appname (@_appnames) { 1197 push(@appnames, quotemeta($appname)); 1213 foreach $appname (@appnames) { 1215 …if ($entry =~ /-$appname\.xpm/ || $entry =~ /-$appname\.png/ || $entry =~ /-$appname\.mng/ || $ent… 1227 my $appname = $prefix; 1228 $appname =~ s/^[^-]+-// if ($appname =~ /-/) ; 1229 $appname =~ s/^[^-]+-// if ($appname =~ /-/) ; 1230 $appname = quotemeta($appname); 1231 $prefix =~ s/$appname$//; 1282 $newfile =~ s@.*-($appname\.(png|xpm|mng|svgz|svg?))@$1@; [all …]
|
/third_party/glib/glib/glib-mirroring-tab/ |
D | gen-mirroring-tab.c | 39 #define appname "gen-mirroring-tab" macro 47 fprintf (stderr, appname ": %s\n", msg); in die() 57 fprintf (stderr, appname ": "); in die2() 71 fprintf (stderr, appname ": "); in die4() 181 printf ("/* " outputname "\n * generated by " appname " " in gen_mirroring_tab() 214 die2 ("usage:\n " appname " max-lookups /path/to/%s [junk...]", in main()
|
/third_party/curl/docs/examples/ |
D | chkspeed.c | 69 char *appname = argv[0]; in main() local 78 appname); in main() 83 appname, CHKSPEED_VERSION, curl_version()); in main() 121 appname, *argv + 3); in main() 127 appname, *argv); in main()
|
/third_party/openssl/doc/man3/ |
D | CONF_modules_load_file.pod | 11 int CONF_modules_load_file(const char *filename, const char *appname, 13 int CONF_modules_load(const CONF *cnf, const char *appname, 19 B<filename> and application name B<appname>. If B<filename> is NULL 20 the standard OpenSSL configuration file is used. If B<appname> is 53 B<CONF_MFLAGS_DEFAULT_SECTION> if set and B<appname> is not NULL will use the 54 default section pointed to by B<openssl_conf> if B<appname> does not exist. 122 } else if (CONF_modules_load(cnf, "appname", 0) <= 0) {
|
D | OPENSSL_config.pod | 12 void OPENSSL_config(const char *appname); 19 reads from the application section B<appname>. If B<appname> is NULL then
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
D | rpng-win.c | 143 static char *appname = LONGNAME; variable 314 fprintf(stderr, "\n%s %s: %s\n\n", PROGNAME, VERSION, appname); in WinMain() 382 fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, appname); in WinMain() 393 alen = strlen(appname); in WinMain() 396 sprintf(titlebar, "%s: ...%s", appname, filename+(alen+flen+6-1023)); in WinMain() 398 sprintf(titlebar, "%s: %s", appname, filename); in WinMain()
|
D | rpng-x.c | 124 static char *appname = LONGNAME; variable 279 fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, appname); in main() 346 alen = strlen(appname); in main() 349 sprintf(titlebar, "%s: ...%s", appname, filename+(alen+flen+6-1023)); in main() 351 sprintf(titlebar, "%s: %s", appname, filename); in main()
|
D | rpng2-win.c | 181 static char *appname = LONGNAME; variable 447 fprintf(stderr, "\n%s %s: %s\n\n", PROGNAME, VERSION, appname); in WinMain() 529 fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, appname); in WinMain() 541 alen = strlen(appname); in WinMain() 544 sprintf(titlebar, "%s: ...%s", appname, filename+(alen+flen+6-1023)); in WinMain() 546 sprintf(titlebar, "%s: %s", appname, filename); in WinMain()
|
/third_party/libpng/contrib/gregbook/ |
D | rpng-win.c | 143 static char *appname = LONGNAME; variable 314 fprintf(stderr, "\n%s %s: %s\n\n", PROGNAME, VERSION, appname); in WinMain() 382 fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, appname); in WinMain() 393 alen = strlen(appname); in WinMain() 396 sprintf(titlebar, "%s: ...%s", appname, filename+(alen+flen+6-1023)); in WinMain() 398 sprintf(titlebar, "%s: %s", appname, filename); in WinMain()
|
D | rpng-x.c | 124 static char *appname = LONGNAME; variable 279 fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, appname); in main() 346 alen = strlen(appname); in main() 349 sprintf(titlebar, "%s: ...%s", appname, filename+(alen+flen+6-1023)); in main() 351 sprintf(titlebar, "%s: %s", appname, filename); in main()
|
D | rpng2-win.c | 181 static char *appname = LONGNAME; variable 447 fprintf(stderr, "\n%s %s: %s\n\n", PROGNAME, VERSION, appname); in WinMain() 529 fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, appname); in WinMain() 541 alen = strlen(appname); in WinMain() 544 sprintf(titlebar, "%s: ...%s", appname, filename+(alen+flen+6-1023)); in WinMain() 546 sprintf(titlebar, "%s: %s", appname, filename); in WinMain()
|
/third_party/glib/glib/tests/ |
D | utils.c | 139 const gchar *appname; in test_appname() local 142 appname = g_get_application_name (); in test_appname() 144 g_assert_cmpstr (appname, ==, prgname); in test_appname() 149 appname = g_get_application_name (); in test_appname() 151 g_assert_cmpstr (appname, ==, "prgname"); in test_appname() 156 appname = g_get_application_name (); in test_appname() 158 g_assert_cmpstr (appname, ==, "appname"); in test_appname()
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/ |
D | SDL_fcitx.c | 294 char *appname = NULL; in FcitxClientCreateIC() local 312 appname = GetAppName(); in FcitxClientCreateIC() 315 DBUS_TYPE_STRING, &appname, in FcitxClientCreateIC() 360 SDL_free(appname); in FcitxClientCreateIC()
|
/third_party/mindspore/mindspore/core/utils/ |
D | log_adapter.cc | 33 const std::string appname = getprogname(); in GetProcName() local 35 const std::string appname = program_invocation_name; in GetProcName() 37 const std::string appname = "?"; in GetProcName() 40 std::string app_name(appname); in GetProcName()
|
/third_party/openssl/include/internal/ |
D | conf.h | 22 char *appname; member
|
/third_party/openssl/include/openssl/ |
D | conf.h | 134 int CONF_modules_load(const CONF *cnf, const char *appname, 136 int CONF_modules_load_file(const char *filename, const char *appname,
|
/third_party/python/Lib/logging/ |
D | handlers.py | 1085 def __init__(self, appname, dllname=None, logtype="Application"): argument 1089 self.appname = appname 1097 self._welu.AddSourceToRegistry(appname, dllname, logtype) 1156 self._welu.ReportEvent(self.appname, id, cat, type, [msg])
|
/third_party/openssl/doc/man5/ |
D | config.pod | 341 # Default appname: should match "appname" parameter (if any) 379 # Default appname: should match "appname" parameter (if any) 400 configuration if "openssl_conf" is modified to match the appropriate "appname".
|
/third_party/grpc/src/android/test/interop/ |
D | gradlew.bat | 75 "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -c…
|
/third_party/skia/third_party/externals/oboe/samples/ |
D | gradlew.bat | 75 "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -c…
|