Home
last modified time | relevance | path

Searched refs:BLOCK_FILE (Results 1 – 17 of 17) sorted by relevance

/dports/textproc/yodl/yodl-5fa97b175c85581d01329013cfdb4239f019b023/yodl/src/file/
H A Dfilecopy2offset.c5 register char *buffer = new_memory(BLOCK_FILE, sizeof(char)); in file_copy2offset()
19 nread = fread(buffer, 1, BLOCK_FILE, src); in file_copy2offset()
31 tocopy > BLOCK_FILE /* more than 1 block waits */ in file_copy2offset()
33 fread(buffer, BLOCK_FILE, 1, src) == 1 /* we read 1 block */ in file_copy2offset()
35 fwrite(buffer, BLOCK_FILE, 1, dest) == 1/* we wrote 1 block */ in file_copy2offset()
37 tocopy -= BLOCK_FILE; in file_copy2offset()
41 tocopy <= BLOCK_FILE /* at most 1 block waits */ in file_copy2offset()
H A Dfile.ih16 #define BLOCK_FILE 1000
/dports/net-im/toxic/toxic-0.11.3/src/
H A Dtoxic.c91 char *BLOCK_FILE = NULL; variable
167 if (BLOCK_FILE) { in free_global_data()
168 free(BLOCK_FILE); in free_global_data()
169 BLOCK_FILE = NULL; in free_global_data()
1057 load_blocklist(BLOCK_FILE); in load_toxic()
1306 if (BLOCK_FILE) { in parse_args()
1307 free(BLOCK_FILE); in parse_args()
1308 BLOCK_FILE = NULL; in parse_args()
1487 BLOCK_FILE = strdup(BLOCKNAME); in init_default_data_files()
1505 strcat(BLOCK_FILE, CONFIGDIR); in init_default_data_files()
[all …]
H A Dtoxic.h149 extern char *BLOCK_FILE;
H A Dfriendlist.c829 save_blocklist(BLOCK_FILE); in delete_blocked_friend()
865 save_blocklist(BLOCK_FILE); in block_friend()
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF/BFS/headers/
H A Dbfs_data.h28 bool readDataBlock_File(sBFS* handle, int blocknum, BLOCK_FILE* data);
29 bool writeDataBlock_File(sBFS* handle, int blocknum, BLOCK_FILE* data);
H A Dbfs.h66 struct BLOCK_FILE { struct
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF/BFS/source/
H A Dbfs_file.cpp23 BLOCK_FILE data; in readFile()
60 BLOCK_FILE data; in writeFile()
196 BLOCK_FILE data; in statFile_fromBlock()
H A Dbfs_data.cpp67 bool readDataBlock_File(sBFS* handle, int blocknum, BLOCK_FILE* data) { in readDataBlock_File()
83 bool writeDataBlock_File(sBFS* handle, int blocknum, BLOCK_FILE* data) { in writeDataBlock_File()
/dports/editors/cooledit/cooledit-3.17.28/editor/
H A Dpercentsubs.c124 strcpy (r, hme (BLOCK_FILE)); in substitute_strings()
H A Dshell.c692 edit_save_block (e, hme (BLOCK_FILE), start_mark, end_mark); in run_shell()
757 if (!edit_insert_file (e, hme (BLOCK_FILE))) in run_shell()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/harness/include/mysql/harness/
H A Dfilesystem.h92 BLOCK_FILE, enumerator
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/harness/src/
H A Dfilesystem-posix.cc77 type_ = FileType::BLOCK_FILE; in type()
H A Dfilesystem.cc161 case Path::FileType::BLOCK_FILE: in file_type_name()
/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Dedit.h185 #define BLOCK_FILE "/.cedit/cooledit.block" macro
H A Deditcmd.c2777 edit_save_block (edit, catstrs (home_dir, BLOCK_FILE, NULL), start_mark, end_mark);
2791 … e = system (catstrs (" sort ", exp, " ", home_dir, BLOCK_FILE, " > ", home_dir, TEMP_FILE, NULL));
2831 edit_save_block (edit, b = catstrs (home_dir, BLOCK_FILE, NULL), start_mark, end_mark);
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/nfs-ganesha/
H A Dhandle.c233 case BLOCK_FILE: in lzfs_fsal_mknode()