Home
last modified time | relevance | path

Searched refs:protfile (Results 51 – 64 of 64) sorted by relevance

123

/dports/math/snns/SNNSv4.3/kernel/sources/
H A Dlearn_f.c3643 FILE *protfile; /* filepointer */
3650 protfile = fopen(filename, "w");
3651 if (protfile == NULL)
3659 fprintf(protfile, "%s\t\t\n", "h -> o");
3675 fprintf(protfile, "%-10.2e\t\n",
3689 fprintf(protfile, "%s\t\t\n", "i -> h");
3707 fprintf(protfile, "%-10.2e\t\n",
3719 fclose(protfile);
3795 FILE *protfile;
3888 fprintf(protfile, "# Neues Lernprotokoll: \n");
[all …]
/dports/devel/sunpromake/schily-2021-09-18/bsh/
H A Dbsh.h134 extern FILE *protfile; /* File pointer used for the cmd protocol */
/dports/devel/smake/schily-2021-09-18/bsh/
H A Dbsh.h134 extern FILE *protfile; /* File pointer used for the cmd protocol */
/dports/devel/sccs/schily-2021-09-18/bsh/
H A Dbsh.h134 extern FILE *protfile; /* File pointer used for the cmd protocol */
/dports/devel/schilybase/schily-2021-09-18/bsh/
H A Dbsh.h134 extern FILE *protfile; /* File pointer used for the cmd protocol */
/dports/net/rscsi/schily-2021-09-18/bsh/
H A Dbsh.h134 extern FILE *protfile; /* File pointer used for the cmd protocol */
/dports/archivers/star/schily-2021-09-18/bsh/
H A Dbsh.h134 extern FILE *protfile; /* File pointer used for the cmd protocol */
/dports/sysutils/cdrtools/schily-2021-09-18/bsh/
H A Dbsh.h134 extern FILE *protfile; /* File pointer used for the cmd protocol */
/dports/editors/ved/schily-2021-09-18/bsh/
H A Dbsh.h134 extern FILE *protfile; /* File pointer used for the cmd protocol */
/dports/sysutils/schilyutils/schily-2021-09-18/bsh/
H A Dbsh.h134 extern FILE *protfile; /* File pointer used for the cmd protocol */
/dports/mail/heirloom-mailx/mailx-12.4/
H A Dimap.c2488 fold = protfile(name); in imap_folders()
2581 qname = imap_quotestr(name = protfile(name)); in imap_copy1()
2962 ok = imap_remove1(&mb, protfile(name)); in imap_remove()
3019 ok = imap_rename1(&mb, protfile(old), protfile(new)); in imap_rename()
H A Dextern.h65 const char *protfile(const char *xcp);
H A Daux.c611 protfile(const char *xcp) in protfile() function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dchainer.cpp7325 CNcbiIfstream protfile(args["pinfo"].AsString().c_str()); in ArgsToChainer() local
7326 if (!protfile) in ArgsToChainer()
7331 while(protfile >> seqid_str >> fivep >> threep) { in ArgsToChainer()

123