Home
last modified time | relevance | path

Searched refs:filenum (Results 1 – 25 of 1563) sorted by relevance

12345678910>>...63

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/RES/Source/
H A Dresfile.c104 int32_t filenum; in ResOpenResFile() local
114 if (filenum < 0) { in ResOpenResFile()
162 prf = &resFile[filenum]; in ResOpenResFile()
189 ResPack(filenum); in ResOpenResFile()
205 return (filenum); in ResOpenResFile()
226 ResWriteDir(filenum); in ResCloseFile()
255 int32_t filenum; in ResFindFreeFilenum() local
257 for (filenum = 1; filenum <= MAX_RESFILENUM; filenum++) { in ResFindFreeFilenum()
259 return (filenum); in ResFindFreeFilenum()
337 prd->filenum = filenum; in ResProcDirEntry()
[all …]
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/RES/Tests/ResDump/
H A Dresfile.c76 void ResWriteDir(int filenum);
115 int filenum; in ResOpenResFile() local
125 if (filenum < 0) in ResOpenResFile()
181 prf = &resFile[filenum]; in ResOpenResFile()
239 return(filenum); in ResOpenResFile()
280 if (resFile[filenum].pedit) in ResCloseFile()
290 fclose(resFile[filenum].fd); in ResCloseFile()
291 resFile[filenum].fd = NULL; in ResCloseFile()
302 int filenum; in ResFindFreeFilenum() local
304 for (filenum = 0; filenum <= MAX_RESFILENUM; filenum++) in ResFindFreeFilenum()
[all …]
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/RES/Tests/Res/
H A Drestest.c114 short filenum; in TestCreateFile() local
143 ResCloseFile(filenum); in TestCreateFile()
161 int filenum, rs; in TestDumpFile() local
172 if (prd->filenum == filenum) { in TestDumpFile()
187 ResCloseFile(filenum); in TestDumpFile()
195 int filenum; in TestEditFile() local
202 if (filenum < 0) { in TestEditFile()
250 int filenum, i; in TestSpin() local
267 ResCloseFile(filenum); in TestSpin()
274 int filenum; in TestRefExtract() local
[all …]
/dports/www/webstone/WebStone2.5/src/
H A Dparse_file_list.c61 int filenum; in parse_file_list() local
148 filenum = 0; in parse_file_list()
162 pp->servername[filenum] = NULL; in parse_file_list()
163 pp->port_number[filenum] = 0; in parse_file_list()
180 &pp->port_number[filenum]); in parse_file_list()
185 pp->servername[filenum] = NULL; in parse_file_list()
194 pp->servername[filenum], in parse_file_list()
195 pp->port_number[filenum] ); in parse_file_list()
201 pp->servername[filenum] = NULL; in parse_file_list()
208 pp->port_number[filenum] ); in parse_file_list()
[all …]
/dports/www/webstone-ssl/WebStone2.5/src/
H A Dparse_file_list.c62 int filenum; in parse_file_list() local
149 filenum = 0; in parse_file_list()
163 pp->servername[filenum] = NULL; in parse_file_list()
164 pp->port_number[filenum] = 0; in parse_file_list()
181 &pp->port_number[filenum]); in parse_file_list()
186 pp->servername[filenum] = NULL; in parse_file_list()
195 pp->servername[filenum], in parse_file_list()
196 pp->port_number[filenum] ); in parse_file_list()
202 pp->servername[filenum] = NULL; in parse_file_list()
209 pp->port_number[filenum] ); in parse_file_list()
[all …]
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/RES/Tests/LZW/
H A DLzwMakeRes.c44 void TestCreateFile(short filenum);
45 void TestListRes(short filenum);
61 short filenum; in main() local
101 filenum = ResCreateFile(&reply.sfFile); in main()
102 printf("Created file, filenum = %d\n", filenum); in main()
104 TestCreateFile(filenum); in main()
105 TestListRes(filenum); in main()
109 ResCloseFile(filenum); in main()
119 void TestCreateFile(short filenum) { in TestCreateFile() argument
146 void TestListRes(int filenum) { in TestListRes() argument
[all …]
H A DLzwLoadRes.c33 void TestListRes(int filenum);
35 void TestGetRefs(int filenum);
43 int filenum; in main() local
54 filenum = ResOpenFile(argv[1]); in main()
58 TestListRes(filenum); in main()
61 TestGetRefs(filenum); in main()
64 TestExtractRefs(filenum); in main()
67 ResCloseFile(filenum); in main()
75 void TestListRes(int filenum) { in TestListRes() argument
84 if (prd->filenum == filenum) { in TestListRes()
[all …]
/dports/cad/scotch/scotch-6.0.4/src/libscotch/
H A Dlibrary_graph_map_io_f.c73 int filenum; /* Duplicated handle */ variable
77 if ((filenum = dup (*fileptr)) < 0) { /* If cannot duplicate file descriptor */
82 if ((stream = fdopen (filenum, "r")) == NULL) { /* Build stream from handle */
84 close (filenum);
109 int filenum; /* Duplicated handle */ variable
112 if ((filenum = dup (*fileptr)) < 0) { /* If cannot duplicate file descriptor */
117 if ((stream = fdopen (filenum, "r")) == NULL) { /* Build stream from handle */
119 close (filenum);
144 int filenum; /* Duplicated handle */ variable
153 if ((stream = fdopen (filenum, "w")) == NULL) { /* Build stream from handle */
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.hp/gdb.objdbg/
H A Dobjdbg01.exp61 for {set filenum 0} {$filenum < 2} {incr filenum 1} {
75 gdb_load ${binfile}${filenum}
81 gdb_load ${binfile}${filenum}
146 gdb_load ${binfile}${filenum}
154 gdb_load ${binfile}${filenum}
162 gdb_load ${binfile}${filenum}
170 gdb_load ${binfile}${filenum}
178 gdb_load ${binfile}${filenum}
187 gdb_load ${binfile}${filenum}
195 gdb_load ${binfile}${filenum}
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.hp/gdb.objdbg/
H A Dobjdbg01.exp62 for {set filenum 0} {$filenum < 2} {incr filenum 1} {
76 gdb_load ${binfile}${filenum}
82 gdb_load ${binfile}${filenum}
147 gdb_load ${binfile}${filenum}
155 gdb_load ${binfile}${filenum}
163 gdb_load ${binfile}${filenum}
171 gdb_load ${binfile}${filenum}
179 gdb_load ${binfile}${filenum}
188 gdb_load ${binfile}${filenum}
196 gdb_load ${binfile}${filenum}
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.hp/gdb.objdbg/
H A Dobjdbg01.exp62 for {set filenum 0} {$filenum < 2} {incr filenum 1} {
76 gdb_load ${binfile}${filenum}
82 gdb_load ${binfile}${filenum}
147 gdb_load ${binfile}${filenum}
155 gdb_load ${binfile}${filenum}
163 gdb_load ${binfile}${filenum}
171 gdb_load ${binfile}${filenum}
179 gdb_load ${binfile}${filenum}
188 gdb_load ${binfile}${filenum}
196 gdb_load ${binfile}${filenum}
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.hp/gdb.objdbg/
H A Dobjdbg01.exp61 for {set filenum 0} {$filenum < 2} {incr filenum 1} {
75 gdb_load ${binfile}${filenum}
81 gdb_load ${binfile}${filenum}
146 gdb_load ${binfile}${filenum}
154 gdb_load ${binfile}${filenum}
162 gdb_load ${binfile}${filenum}
170 gdb_load ${binfile}${filenum}
178 gdb_load ${binfile}${filenum}
187 gdb_load ${binfile}${filenum}
195 gdb_load ${binfile}${filenum}
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/txn/
H A Droll.cc70 toku_commit_fdelete (FILENUM filenum, in toku_commit_fdelete() argument
80 r = toku_cachefile_of_filenum(ct, filenum, &cf); in toku_commit_fdelete()
118 toku_rollback_fdelete (FILENUM UU(filenum), in toku_rollback_fdelete() argument
127 toku_commit_fcreate (FILENUM UU(filenum), in toku_commit_fcreate() argument
136 toku_rollback_fcreate (FILENUM filenum, in toku_rollback_fcreate() argument
354 return do_nothing_with_filenum(txn, filenum); in toku_commit_cmdinsert()
359 toku_rollback_cmdinsert (FILENUM filenum, in toku_rollback_cmdinsert() argument
368 toku_commit_cmdupdate(FILENUM filenum, in toku_commit_cmdupdate() argument
381 toku_rollback_cmdupdate(FILENUM filenum, in toku_rollback_cmdupdate() argument
416 toku_commit_cmddelete (FILENUM filenum, in toku_commit_cmddelete() argument
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/txn/
H A Droll.cc70 toku_commit_fdelete (FILENUM filenum, in toku_commit_fdelete() argument
80 r = toku_cachefile_of_filenum(ct, filenum, &cf); in toku_commit_fdelete()
118 toku_rollback_fdelete (FILENUM UU(filenum), in toku_rollback_fdelete() argument
127 toku_commit_fcreate (FILENUM UU(filenum), in toku_commit_fcreate() argument
136 toku_rollback_fcreate (FILENUM filenum, in toku_rollback_fcreate() argument
354 return do_nothing_with_filenum(txn, filenum); in toku_commit_cmdinsert()
359 toku_rollback_cmdinsert (FILENUM filenum, in toku_rollback_cmdinsert() argument
368 toku_commit_cmdupdate(FILENUM filenum, in toku_commit_cmdupdate() argument
381 toku_rollback_cmdupdate(FILENUM filenum, in toku_rollback_cmdupdate() argument
416 toku_commit_cmddelete (FILENUM filenum, in toku_commit_cmddelete() argument
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/txn/
H A Droll.cc70 toku_commit_fdelete (FILENUM filenum, in toku_commit_fdelete() argument
80 r = toku_cachefile_of_filenum(ct, filenum, &cf); in toku_commit_fdelete()
118 toku_rollback_fdelete (FILENUM UU(filenum), in toku_rollback_fdelete() argument
127 toku_commit_fcreate (FILENUM UU(filenum), in toku_commit_fcreate() argument
136 toku_rollback_fcreate (FILENUM filenum, in toku_rollback_fcreate() argument
354 return do_nothing_with_filenum(txn, filenum); in toku_commit_cmdinsert()
359 toku_rollback_cmdinsert (FILENUM filenum, in toku_rollback_cmdinsert() argument
368 toku_commit_cmdupdate(FILENUM filenum, in toku_commit_cmdupdate() argument
381 toku_rollback_cmdupdate(FILENUM filenum, in toku_rollback_cmdupdate() argument
416 toku_commit_cmddelete (FILENUM filenum, in toku_commit_cmddelete() argument
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/txn/
H A Droll.cc70 toku_commit_fdelete (FILENUM filenum, in toku_commit_fdelete() argument
80 r = toku_cachefile_of_filenum(ct, filenum, &cf); in toku_commit_fdelete()
118 toku_rollback_fdelete (FILENUM UU(filenum), in toku_rollback_fdelete() argument
127 toku_commit_fcreate (FILENUM UU(filenum), in toku_commit_fcreate() argument
136 toku_rollback_fcreate (FILENUM filenum, in toku_rollback_fcreate() argument
354 return do_nothing_with_filenum(txn, filenum); in toku_commit_cmdinsert()
359 toku_rollback_cmdinsert (FILENUM filenum, in toku_rollback_cmdinsert() argument
368 toku_commit_cmdupdate(FILENUM filenum, in toku_commit_cmdupdate() argument
381 toku_rollback_cmdupdate(FILENUM filenum, in toku_rollback_cmdupdate() argument
416 toku_commit_cmddelete (FILENUM filenum, in toku_commit_cmddelete() argument
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/txn/
H A Droll.cc70 toku_commit_fdelete (FILENUM filenum, in toku_commit_fdelete() argument
80 r = toku_cachefile_of_filenum(ct, filenum, &cf); in toku_commit_fdelete()
118 toku_rollback_fdelete (FILENUM UU(filenum), in toku_rollback_fdelete() argument
127 toku_commit_fcreate (FILENUM UU(filenum), in toku_commit_fcreate() argument
136 toku_rollback_fcreate (FILENUM filenum, in toku_rollback_fcreate() argument
354 return do_nothing_with_filenum(txn, filenum); in toku_commit_cmdinsert()
359 toku_rollback_cmdinsert (FILENUM filenum, in toku_rollback_cmdinsert() argument
368 toku_commit_cmdupdate(FILENUM filenum, in toku_commit_cmdupdate() argument
381 toku_rollback_cmdupdate(FILENUM filenum, in toku_rollback_cmdupdate() argument
416 toku_commit_cmddelete (FILENUM filenum, in toku_commit_cmddelete() argument
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/txn/
H A Droll.cc70 toku_commit_fdelete (FILENUM filenum, in toku_commit_fdelete() argument
80 r = toku_cachefile_of_filenum(ct, filenum, &cf); in toku_commit_fdelete()
118 toku_rollback_fdelete (FILENUM UU(filenum), in toku_rollback_fdelete() argument
127 toku_commit_fcreate (FILENUM UU(filenum), in toku_commit_fcreate() argument
136 toku_rollback_fcreate (FILENUM filenum, in toku_rollback_fcreate() argument
354 return do_nothing_with_filenum(txn, filenum); in toku_commit_cmdinsert()
359 toku_rollback_cmdinsert (FILENUM filenum, in toku_rollback_cmdinsert() argument
368 toku_commit_cmdupdate(FILENUM filenum, in toku_commit_cmdupdate() argument
381 toku_rollback_cmdupdate(FILENUM filenum, in toku_rollback_cmdupdate() argument
416 toku_commit_cmddelete (FILENUM filenum, in toku_commit_cmddelete() argument
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/txn/
H A Droll.cc70 toku_commit_fdelete (FILENUM filenum, in toku_commit_fdelete() argument
80 r = toku_cachefile_of_filenum(ct, filenum, &cf); in toku_commit_fdelete()
118 toku_rollback_fdelete (FILENUM UU(filenum), in toku_rollback_fdelete() argument
127 toku_commit_fcreate (FILENUM UU(filenum), in toku_commit_fcreate() argument
136 toku_rollback_fcreate (FILENUM filenum, in toku_rollback_fcreate() argument
354 return do_nothing_with_filenum(txn, filenum); in toku_commit_cmdinsert()
359 toku_rollback_cmdinsert (FILENUM filenum, in toku_rollback_cmdinsert() argument
368 toku_commit_cmdupdate(FILENUM filenum, in toku_commit_cmdupdate() argument
381 toku_rollback_cmdupdate(FILENUM filenum, in toku_rollback_cmdupdate() argument
416 toku_commit_cmddelete (FILENUM filenum, in toku_commit_cmddelete() argument
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/txn/
H A Droll.cc70 toku_commit_fdelete (FILENUM filenum, in toku_commit_fdelete() argument
80 r = toku_cachefile_of_filenum(ct, filenum, &cf); in toku_commit_fdelete()
118 toku_rollback_fdelete (FILENUM UU(filenum), in toku_rollback_fdelete() argument
127 toku_commit_fcreate (FILENUM UU(filenum), in toku_commit_fcreate() argument
136 toku_rollback_fcreate (FILENUM filenum, in toku_rollback_fcreate() argument
354 return do_nothing_with_filenum(txn, filenum); in toku_commit_cmdinsert()
359 toku_rollback_cmdinsert (FILENUM filenum, in toku_rollback_cmdinsert() argument
368 toku_commit_cmdupdate(FILENUM filenum, in toku_commit_cmdupdate() argument
381 toku_rollback_cmdupdate(FILENUM filenum, in toku_rollback_cmdupdate() argument
416 toku_commit_cmddelete (FILENUM filenum, in toku_commit_cmddelete() argument
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/txn/
H A Droll.cc70 toku_commit_fdelete (FILENUM filenum, in toku_commit_fdelete() argument
80 r = toku_cachefile_of_filenum(ct, filenum, &cf); in toku_commit_fdelete()
118 toku_rollback_fdelete (FILENUM UU(filenum), in toku_rollback_fdelete() argument
127 toku_commit_fcreate (FILENUM UU(filenum), in toku_commit_fcreate() argument
136 toku_rollback_fcreate (FILENUM filenum, in toku_rollback_fcreate() argument
354 return do_nothing_with_filenum(txn, filenum); in toku_commit_cmdinsert()
359 toku_rollback_cmdinsert (FILENUM filenum, in toku_rollback_cmdinsert() argument
368 toku_commit_cmdupdate(FILENUM filenum, in toku_commit_cmdupdate() argument
381 toku_rollback_cmdupdate(FILENUM filenum, in toku_rollback_cmdupdate() argument
416 toku_commit_cmddelete (FILENUM filenum, in toku_commit_cmddelete() argument
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/txn/
H A Droll.cc70 toku_commit_fdelete (FILENUM filenum, in toku_commit_fdelete() argument
80 r = toku_cachefile_of_filenum(ct, filenum, &cf); in toku_commit_fdelete()
118 toku_rollback_fdelete (FILENUM UU(filenum), in toku_rollback_fdelete() argument
127 toku_commit_fcreate (FILENUM UU(filenum), in toku_commit_fcreate() argument
136 toku_rollback_fcreate (FILENUM filenum, in toku_rollback_fcreate() argument
354 return do_nothing_with_filenum(txn, filenum); in toku_commit_cmdinsert()
359 toku_rollback_cmdinsert (FILENUM filenum, in toku_rollback_cmdinsert() argument
368 toku_commit_cmdupdate(FILENUM filenum, in toku_commit_cmdupdate() argument
381 toku_rollback_cmdupdate(FILENUM filenum, in toku_rollback_cmdupdate() argument
416 toku_commit_cmddelete (FILENUM filenum, in toku_commit_cmddelete() argument
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/txn/
H A Droll.cc70 toku_commit_fdelete (FILENUM filenum, in toku_commit_fdelete() argument
80 r = toku_cachefile_of_filenum(ct, filenum, &cf); in toku_commit_fdelete()
118 toku_rollback_fdelete (FILENUM UU(filenum), in toku_rollback_fdelete() argument
127 toku_commit_fcreate (FILENUM UU(filenum), in toku_commit_fcreate() argument
136 toku_rollback_fcreate (FILENUM filenum, in toku_rollback_fcreate() argument
354 return do_nothing_with_filenum(txn, filenum); in toku_commit_cmdinsert()
359 toku_rollback_cmdinsert (FILENUM filenum, in toku_rollback_cmdinsert() argument
368 toku_commit_cmdupdate(FILENUM filenum, in toku_commit_cmdupdate() argument
381 toku_rollback_cmdupdate(FILENUM filenum, in toku_rollback_cmdupdate() argument
416 toku_commit_cmddelete (FILENUM filenum, in toku_commit_cmddelete() argument
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/txn/
H A Droll.cc70 toku_commit_fdelete (FILENUM filenum, in toku_commit_fdelete() argument
80 r = toku_cachefile_of_filenum(ct, filenum, &cf); in toku_commit_fdelete()
118 toku_rollback_fdelete (FILENUM UU(filenum), in toku_rollback_fdelete() argument
127 toku_commit_fcreate (FILENUM UU(filenum), in toku_commit_fcreate() argument
136 toku_rollback_fcreate (FILENUM filenum, in toku_rollback_fcreate() argument
354 return do_nothing_with_filenum(txn, filenum); in toku_commit_cmdinsert()
359 toku_rollback_cmdinsert (FILENUM filenum, in toku_rollback_cmdinsert() argument
368 toku_commit_cmdupdate(FILENUM filenum, in toku_commit_cmdupdate() argument
381 toku_rollback_cmdupdate(FILENUM filenum, in toku_rollback_cmdupdate() argument
416 toku_commit_cmddelete (FILENUM filenum, in toku_commit_cmddelete() argument
[all …]
/dports/cad/netgen-lvs/netgen-1.5.211/base/
H A Dspice.c600 CellDef(model, filenum); in ReadSpiceFile()
896 CellDef(fname, filenum); in ReadSpiceFile()
957 CellDef(fname, filenum); in ReadSpiceFile()
1885 int filenum; in ReadSpiceTop() local
1897 *fnum = filenum; in ReadSpiceTop()
1903 *fnum = filenum; in ReadSpiceTop()
1942 if (LookupCellFile(fname, filenum) == NULL) CellDef(fname, filenum); in ReadSpiceTop()
1947 *fnum = filenum; in ReadSpiceTop()
1974 int filenum = -1; in IncludeSpice() local
1997 if (filenum < 0) { in IncludeSpice()
[all …]

12345678910>>...63