Home
last modified time | relevance | path

Searched refs:the_version (Results 1 – 18 of 18) sorted by relevance

/dports/science/hdf5/hdf5-1.10.6/java/src/jni/
H A Dh5eImp.c92 const char* the_version = NULL; in Java_hdf_hdf5lib_H5_H5Eregister_1class() local
106 …PIN_JAVA_STRING(ENVONLY, version, the_version, NULL, "H5Eregister_class: version string not pinned… in Java_hdf_hdf5lib_H5_H5Eregister_1class()
108 if ((ret_val = H5Eregister_class(the_cls_name, the_lib_name, the_version)) < 0) in Java_hdf_hdf5lib_H5_H5Eregister_1class()
112 if (the_version) in Java_hdf_hdf5lib_H5_H5Eregister_1class()
113 UNPIN_JAVA_STRING(ENVONLY, version, the_version); in Java_hdf_hdf5lib_H5_H5Eregister_1class()
/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/
H A Dversion.h5 const char *the_version = "0.4.2"; variable
H A Dmain.c20 printf("dnscrypt-wrapper %s\n", the_version); in show_version_cb()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/sirit/externals/SPIRV-Headers/tools/buildHeaders/
H A DjsonToSpirv.h170 …ed int the_value, const std::string& the_name, EnumCaps&& the_caps, const std::string& the_version, in EnumValue() argument
172 …lue(the_value), name(the_name), capabilities(std::move(the_caps)), version(std::move(the_version)), in EnumValue()
/dports/editors/the/THE-3.3RC4/
H A Dexecthe.c59 char *the_version = THE_VERSION; variable
142 …sprintf( copyright, "\nTHE %s %s %s. All rights reserved.\n", the_version, the_release, the_copyri… in usage()
154 fprintf(stdout,"\nTHE %s %s %s. All rights reserved.\n",the_version,the_release,the_copyright); in usage()
H A Dvars.h212 extern CHARTYPE *the_version,
H A Dthe.c131 CHARTYPE *the_version = (CHARTYPE *)THE_VERSION; variable
1601 fprintf(stdout,"\nTHE %s %2s %s. All rights reserved.\n",the_version,the_release,the_copyright);
H A Dquery2.c2932 item_values[2].value = (CHARTYPE *)the_version;
2933 item_values[2].len = strlen((DEFCHAR *)the_version);
H A Dshow.c634 sprintf( (DEFCHAR *)title, "THE %s - %s", the_version, (DEFCHAR *)display_path );
866 sprintf((DEFCHAR*)linebuf,"THE %-9s",the_version); in show_statarea()
H A Dquery.c2501 …fprintf( fp, "/* This file generated by STATUS command of THE %s %s*/\n", the_version, the_release…
/dports/irc/epic4/epic4-2.10.9/source/
H A Dctcp.c367 *the_version; in CTCP_HANDLER() local
371 the_version = empty_string; in CTCP_HANDLER()
376 the_version = un.release; in CTCP_HANDLER()
382 irc_version, the_unix, the_version, in CTCP_HANDLER()
/dports/irc/ircII/ircii-20210314/source/
H A Dctcp.c361 *the_version; in do_version()
365 the_version = empty_string(); in do_version()
370 the_version = UP(un.release); in do_version()
373 send_ctcp_reply(from, ctcp->name, "ircII %s %s %s :%s", irc_version(), the_unix, the_version, in do_version()
/dports/biology/mapm3/mapm3-3.0_1/lib/
H A Dshell.c68 char *the_program, *the_version, *the_copyright; variable
105 if (!nullstr(the_version)) in banner()
106 { sf(line,"(version %s)",the_version); print(centering(line,FALSE)); } in banner()
157 sf(ver,"(version %s)",the_version); lib_puts(photo,centering(ver,FALSE)); in photo_banner()
201 the_version= mkstrcpy(version);
1156 the_program,the_version,the_copyright); pr(); in about()
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dctcp.c843 *the_version; in CTCP_HANDLER() local
864 the_version = empty_string; in CTCP_HANDLER()
869 the_version = un.release; in CTCP_HANDLER()
872 …SION_FSET), "%s %s %s %s %s", irc_version, internal_version, the_unix, the_version, tcl_versionstr… in CTCP_HANDLER()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dctcp.c843 *the_version; in CTCP_HANDLER() local
864 the_version = empty_string; in CTCP_HANDLER()
869 the_version = un.release; in CTCP_HANDLER()
872 …SION_FSET), "%s %s %s %s %s", irc_version, internal_version, the_unix, the_version, tcl_versionstr… in CTCP_HANDLER()
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dctcp.c397 u_char *the_unix, *the_version;
401 the_version = empty_string;
406 the_version = UP(un.release);
410 the_unix, the_version,
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dctcp.c1242 *the_version;
1246 the_version = empty_string;
1251 the_version = un.release;
1254 send_ctcp_reply(from, ctcp->name, "ircII %s %s %s :%s", irc_version, the_unix, the_version,
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Convert/Tex/
H A Dfromtex_post.cpp2144 tree the_version= compound ("TeXmacs", TEXMACS_VERSION); in latex_to_tree() local
2150 tree r= tree (DOCUMENT, the_version, the_style, the_body); in latex_to_tree()