Home
last modified time | relevance | path

Searched refs:fileptr (Results 126 – 150 of 377) sorted by relevance

12345678910>>...16

/dports/games/unnethack/unnethack-5.1.0-20131208/sys/unsupported/msdos/
H A Dtile2bin.c205 write_tibheader(fileptr,tibhdr) in write_tibheader() argument
206 FILE *fileptr; in write_tibheader()
210 if (fseek(fileptr,0L,SEEK_SET)) {
213 fwrite(tibhdr, sizeof(struct tibhdr_struct), 1, fileptr);
/dports/games/vultures-eye/vulture-2.3.67/nethack/sys/msdos/
H A Dtile2bin.c205 write_tibheader(fileptr,tibhdr) in write_tibheader() argument
206 FILE *fileptr; in write_tibheader()
210 if (fseek(fileptr,0L,SEEK_SET)) {
213 fwrite(tibhdr, sizeof(struct tibhdr_struct), 1, fileptr);
/dports/games/falconseye/falconseye-1.9.3_11/sys/msdos/
H A Dtile2bin.c205 write_tibheader(fileptr,tibhdr) in write_tibheader() argument
206 FILE *fileptr; in write_tibheader()
210 if (fseek(fileptr,0L,SEEK_SET)) {
213 fwrite(tibhdr, sizeof(struct tibhdr_struct), 1, fileptr);
/dports/games/vultures-eye/vulture-2.3.67/slashem/sys/msdos/
H A Dtile2bin.c205 write_tibheader(fileptr,tibhdr) in write_tibheader() argument
206 FILE *fileptr; in write_tibheader()
210 if (fseek(fileptr,0L,SEEK_SET)) {
213 fwrite(tibhdr, sizeof(struct tibhdr_struct), 1, fileptr);
/dports/games/vultures-eye/vulture-2.3.67/unnethack/sys/msdos/
H A Dtile2bin.c205 write_tibheader(fileptr,tibhdr) in write_tibheader() argument
206 FILE *fileptr; in write_tibheader()
210 if (fseek(fileptr,0L,SEEK_SET)) {
213 fwrite(tibhdr, sizeof(struct tibhdr_struct), 1, fileptr);
/dports/textproc/htdig/htdig-3.2.0b6/htnet/
H A DHtFile.cc174 FILE *fileptr; in File2Mime() local
175 if ( (fileptr = popen (cmd.get(), "r")) != NULL ) in File2Mime()
177 fgets (content_type, sizeof (content_type), fileptr); in File2Mime()
178 pclose (fileptr); in File2Mime()
/dports/games/atr3d/atr3d/
H A Dconfig.cpp15 int GetWord(FILE *fileptr, char *Word, char EndOfWord, int MaxSize);
17 int IgnoreCommentsAndSpaces(FILE *fileptr, char *c);
19 int GoToEndOfLine(FILE *fileptr);
/dports/archivers/snappy-java/snappy-java-1.1.7.5/src/test/resources/org/xerial/snappy/testdata/calgary/
H A Dprogc516 *fileptr = NULL;
527 for (fileptr = filelist; *fileptr; fileptr++) {
531 if (strcmp(*fileptr + strlen(*fileptr) - 2, ".Z") != 0) {
535 *fileptr = tempname;
539 perror(*fileptr); continue;
546 *fileptr);
556 *fileptr, maxbits, BITS);
561 strcpy(ofname, *fileptr);
564 if (strcmp(*fileptr + strlen(*fileptr) - 2, ".Z") == 0) {
566 *fileptr);
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/sys/msdos/
H A Dtile2bin.c226 write_tibheader(fileptr, tibhdr) in write_tibheader() argument
227 FILE *fileptr; in write_tibheader()
230 if (fseek(fileptr, 0L, SEEK_SET)) {
233 fwrite(tibhdr, sizeof(struct tibhdr_struct), 1, fileptr);
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/sys/msdos/
H A Dtile2bin.c226 write_tibheader(fileptr, tibhdr) in write_tibheader() argument
227 FILE *fileptr; in write_tibheader()
230 if (fseek(fileptr, 0L, SEEK_SET)) {
233 fwrite(tibhdr, sizeof(struct tibhdr_struct), 1, fileptr);
/dports/mail/elm/elm2.5.8/src/
H A Dhelp.c366 FILE *fileptr; local
381 if ((fileptr = fopen(fname, "r")) == NULL) {
390 while (fgets(buffer, SLEN, fileptr) != NULL) {
411 fclose(fileptr);
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dbg_saga.c1210 char* fileptr; in BG_SiegeLoadClasses() local
1217 fileptr = filelist; in BG_SiegeLoadClasses()
1219 for (i = 0; i < numFiles; i++, fileptr += filelen+1) in BG_SiegeLoadClasses()
1221 filelen = strlen(fileptr); in BG_SiegeLoadClasses()
1223 Q_strcat(filename, sizeof(filename), fileptr); in BG_SiegeLoadClasses()
1344 char* fileptr; in BG_SiegeLoadTeams() local
1351 fileptr = filelist; in BG_SiegeLoadTeams()
1353 for (i = 0; i < numFiles; i++, fileptr += filelen+1) in BG_SiegeLoadTeams()
1355 filelen = strlen(fileptr); in BG_SiegeLoadTeams()
1357 Q_strcat(filename, sizeof(filename), fileptr); in BG_SiegeLoadTeams()
/dports/security/opensc/OpenSC-0.22.0/src/libopensc/
H A Dcard-jcop.c204 sc_file_t *tfile, **fileptr; in jcop_select_file() local
213 fileptr=file; in jcop_select_file()
215 fileptr=&tfile; in jcop_select_file()
270 if ((r = iso_ops->select_file(card, &drvdata->aid, fileptr)) < 0) in jcop_select_file()
272 if (fileptr && (selecting & SELECTING_TARGET) == SELECT_APPDF) { in jcop_select_file()
273 (*fileptr)->type = SC_FILE_TYPE_DF; in jcop_select_file()
277 sc_file_free(*fileptr); in jcop_select_file()
278 *fileptr=NULL; in jcop_select_file()
303 r = iso_ops->select_file(card, path, fileptr); in jcop_select_file()
309 sc_file_free(*fileptr); in jcop_select_file()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/tgautils/
H A Dtgautils.cpp636 ubyte *fileptr = (ubyte*)vm_malloc(bytes_remaining); in targa_read_bitmap() local
637 Assert(fileptr); in targa_read_bitmap()
638 if(fileptr == NULL){ in targa_read_bitmap()
642 ubyte *src_pixels = fileptr; in targa_read_bitmap()
644 cfread(fileptr, bytes_remaining, 1, targa_file); in targa_read_bitmap()
681 vm_free(fileptr); in targa_read_bitmap()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/tgautils/
H A Dtgautils.cpp643 ubyte *fileptr = (ubyte*)vm_malloc(bytes_remaining); in targa_read_bitmap() local
644 Assert(fileptr); in targa_read_bitmap()
645 if(fileptr == NULL){ in targa_read_bitmap()
649 ubyte *src_pixels = fileptr; in targa_read_bitmap()
651 cfread(fileptr, bytes_remaining, 1, targa_file); in targa_read_bitmap()
688 vm_free(fileptr); in targa_read_bitmap()
/dports/devel/libslang2/slang-2.3.2/src/test/
H A Dstdio.sl5 define fdopen_tmp_file (fileptr, mode, fdp)
9 @fileptr = NULL;
17 @fileptr = file;
21 define fopen_tmp_file (fileptr, mode)
25 @fileptr = NULL;
33 @fileptr = file;
/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/krb5/
H A Dconfig_file.c43 struct fileptr { struct
49 config_fgets(char *str, size_t len, struct fileptr *ptr) in config_fgets() argument
77 static krb5_error_code parse_binding(struct fileptr *f, unsigned *lineno, char *p,
81 static krb5_error_code parse_list(struct fileptr *f, unsigned *lineno,
152 parse_list(struct fileptr *f, unsigned *lineno, krb5_config_binding **parent, in parse_list()
190 parse_binding(struct fileptr *f, unsigned *lineno, char *p, in parse_binding()
346 krb5_config_parse_debug (struct fileptr *f, in krb5_config_parse_debug()
421 struct fileptr f; in krb5_config_parse_file_multi()
1307 struct fileptr f; in krb5_config_parse_string_multi()
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dnetwork-connection.cpp257 FILE *fileptr = fopen (filename.c_str(), "r"); in sendFileMessage() local
258 if (fileptr == NULL) in sendFileMessage()
275 ssize_t bytesread = fread (buffer, 1, statbuf.st_size, fileptr); in sendFileMessage()
276 fclose (fileptr); in sendFileMessage()
H A Dtarfile.cpp190 FILE *fileptr = fopen (infile.c_str(), "r"); in saveTar() local
191 if (fileptr) in saveTar()
192 fclose (fileptr); in saveTar()
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/molfile_plugin/src/
H A DReadPARM7.h341 static void close_parm7_file(FILE *fileptr, int popn) { in close_parm7_file() argument
346 if (fclose(fileptr) == -1) in close_parm7_file()
351 if (pclose(fileptr) == -1) in close_parm7_file()
354 if (fclose(fileptr) == -1) in close_parm7_file()
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Meshers/
H A DExtrudeMesh.c149 FILE * fileptr; in file_exists() local
152 fclose(fileptr); in file_exists()
162 FILE *fileptr; in checkFileEntries() local
167 fileptr = fopen(filename, "r"); in checkFileEntries()
168 if (fileptr==NULL){ in checkFileEntries()
175 fgets(dummys, BUF_LEN,fileptr); in checkFileEntries()
184 fclose(fileptr); in checkFileEntries()
192 FILE *fileptr; in readDEM() local
194 fileptr = fopen(filename, "r"); in readDEM()
195 if (fileptr==NULL){ in readDEM()
[all …]
/dports/textproc/htdig/htdig-3.2.0b6/httools/
H A Dhtnotify.cc491 FILE *fileptr; in send_email() local
492 if ( (fileptr = popen(command.get(), "w")) != NULL ) in send_email()
515 fputs( out.get(), fileptr ); in send_email()
516 pclose( fileptr ); in send_email()
/dports/sysutils/nitrogen/nitrogen-1.6.1/src/
H A DConfig.cc145 gchar *fileptr = g_key_file_get_string(kf, disp.c_str(), "file", NULL); in get_bg() local
146 if ( fileptr ) { in get_bg()
147 file = Glib::ustring(fileptr); in get_bg()
148 free(fileptr); in get_bg()
/dports/japanese/libslang/slang-1.4.5jp2/src/test/
H A Dstdio.sl6 define fopen_tmp_file (fileptr, mode)
12 @fileptr = NULL;
27 @fileptr = file;
/dports/shells/vshnu/vshnu-1.0500/
H A Dvshnu660 $fileptr = $key if $file eq $pendptr;
662 &fileptr('+0'); undef $pendptr;
667 ($_[1]) ? $key eq $fileptr &&
676 $_[0] && $key eq $fileptr));
690 if $key eq $fileptr;
817 return &fileptr() unless @_;
908 sub fileptr {
912 my $n = &aindex($fileptr, @bagkeys);
914 $fileptr =
920 $fileptr = $usedbagkeys[$#usedbagkeys]
[all …]

12345678910>>...16