Home
last modified time | relevance | path

Searched refs:fileflags (Results 1 – 25 of 97) sorted by relevance

1234

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dblender_undo.c71 int success = 0, fileflags; in BKE_memfile_undo_decode() local
75 fileflags = G.fileflags; in BKE_memfile_undo_decode()
76 G.fileflags |= G_FILE_NO_UI; in BKE_memfile_undo_decode()
93 G.fileflags = fileflags; in BKE_memfile_undo_decode()
121 bmain, filename, G.fileflags, &(const struct BlendFileWriteParams){0}, NULL); in BKE_memfile_undo_encode()
130 /* success = */ /* UNUSED */ BLO_write_file_mem(bmain, prevfile, &mfu->memfile, G.fileflags); in BKE_memfile_undo_encode()
H A Dblendfile.c142 const bool recover = (G.fileflags & G_FILE_RECOVER) != 0; in setup_app_data()
160 else if (G.fileflags & G_FILE_NO_UI) { in setup_app_data()
304 G.fileflags = (G.fileflags & fileflags_keep) | (bfd->fileflags & ~fileflags_keep); in setup_app_data()
788 const int fileflags = G.fileflags & ~G_FILE_NO_UI; in BKE_blendfile_workspace_config_write() local
798 bmain, filepath, fileflags, BLO_WRITE_PATH_REMAP_NONE, reports)) { in BKE_blendfile_workspace_config_write()
/dports/www/firefox-legacy/firefox-52.8.0esr/config/
H A Dversion_win.pl105 my @fileflags = ("0");
202 push @fileflags, "VS_FF_DEBUG";
208 push @fileflags, "VS_FF_PRIVATEBUILD";
212 push @fileflags, "VS_FF_PRERELEASE";
331 my $fileflags = join(' | ', @fileflags);
345 FILEFLAGS $fileflags
/dports/lang/spidermonkey60/firefox-60.9.0/config/
H A Dversion_win.pl105 my @fileflags = ("0");
202 push @fileflags, "VS_FF_DEBUG";
208 push @fileflags, "VS_FF_PRIVATEBUILD";
212 push @fileflags, "VS_FF_PRERELEASE";
331 my $fileflags = join(' | ', @fileflags);
345 FILEFLAGS $fileflags
/dports/lang/spidermonkey78/firefox-78.9.0/config/
H A Dversion_win.pl105 my @fileflags = ("0");
202 push @fileflags, "VS_FF_DEBUG";
208 push @fileflags, "VS_FF_PRIVATEBUILD";
212 push @fileflags, "VS_FF_PRERELEASE";
333 my $fileflags = join(' | ', @fileflags);
351 FILEFLAGS $fileflags
/dports/net/rsync/rsync-3.2.3/
H A Dsyscall.c173 if (fileflags == NO_FFLAGS) {
177 fileflags = st.st_flags;
180 if (fileflags != NO_FFLAGS
181 && make_mutable(path, mode, fileflags, force_change) > 0) {
183 undo_make_mutable(path, fileflags);
306 if (fileflags == NO_FFLAGS) {
309 fileflags = st.st_flags;
311 if (fileflags != NO_FFLAGS
314 undo_make_mutable(path, fileflags);
328 int do_chflags(const char *path, uint32 fileflags)
[all …]
H A Drsync.c473 static int set_fileflags(const char *fname, uint32 fileflags) in set_fileflags() argument
475 if (do_chflags(fname, fileflags) != 0) { in set_fileflags()
486 int make_mutable(const char *fname, mode_t mode, uint32 fileflags, uint32 iflags) in make_mutable() argument
488 if (S_ISLNK(mode) || !(fileflags & iflags)) in make_mutable()
490 if (!set_fileflags(fname, fileflags & ~iflags)) in make_mutable()
496 int undo_make_mutable(const char *fname, uint32 fileflags) in undo_make_mutable() argument
498 if (!set_fileflags(fname, fileflags)) in undo_make_mutable()
694 uint32 fileflags = F_FFLAGS(file); in set_file_attrs() local
696 fileflags &= ~ALL_IMMUTABLE; in set_file_attrs()
697 if (sxp->st.st_flags != fileflags in set_file_attrs()
[all …]
H A Dt_stub.c117 …int make_mutable(UNUSED(const char *fname), UNUSED(mode_t mode), UNUSED(uint32 fileflags), UNUSED(…
123 int undo_make_mutable(UNUSED(const char *fname), UNUSED(uint32 fileflags))
/dports/net/rsync/rsync-3.2.3/patches/
H A Dfileflags.diff6 patch -p1 <patches/fileflags.diff
120 + static uint32 fileflags;
134 + fileflags = F_FFLAGS(file);
156 + static uint32 fileflags;
189 + F_FFLAGS(file) = fileflags;
426 + args[ac++] = "--fileflags";
805 + fileflags = st.st_flags;
808 + if (fileflags != NO_FFLAGS
873 + fileflags = st.st_flags;
875 + if (fileflags != NO_FFLAGS
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_files.c1507 fileflags, in wm_file_write()
1525 SET_FLAG_FROM_TEST(G.fileflags, fileflags & G_FILE_COMPRESS, G_FILE_COMPRESS); in wm_file_write()
1641 const int fileflags = G.fileflags & ~G_FILE_COMPRESS; in wm_autosave_timer() local
1738 int fileflags; in wm_homefile_write_exec() local
1764 fileflags = G.fileflags & ~G_FILE_COMPRESS; in wm_homefile_write_exec()
1768 fileflags, in wm_homefile_write_exec()
2322 G.fileflags &= ~G_FILE_NO_UI; in wm_open_mainfile__open()
2325 G.fileflags |= G_FILE_NO_UI; in wm_open_mainfile__open()
2616 G.fileflags |= G_FILE_RECOVER; in wm_recover_auto_save_exec()
2620 G.fileflags &= ~G_FILE_RECOVER; in wm_recover_auto_save_exec()
[all …]
H A Dwm_init_exit.c289 BLI_assert((G.fileflags & G_FILE_NO_UI) == 0); in WM_init()
491 const int fileflags = G.fileflags & ~G_FILE_COMPRESS; in WM_exit_ex() local
499 bmain, filename, fileflags, &(const struct BlendFileWriteParams){0}, NULL)) || in WM_exit_ex()
/dports/sysutils/syslinux/syslinux-6.03/com32/lib/sys/
H A Dfile.h59 int fileflags; /* Permitted file flags */ member
68 int fileflags; member
H A Dopendev.c48 okflags = (idev ? idev->fileflags : 0) | (odev ? odev->fileflags : 0); in opendev()
H A Dnull_read.c51 .fileflags = O_RDONLY,
H A Derr_read.c52 .fileflags = O_RDONLY,
H A Dnull_write.c51 .fileflags = O_WRONLY | O_CREAT | O_TRUNC | O_APPEND,
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_info/
H A Dinfo_ops.c123 if (G.fileflags & G_FILE_AUTOPACK) { in autopack_toggle_exec()
124 G.fileflags &= ~G_FILE_AUTOPACK; in autopack_toggle_exec()
128 G.fileflags |= G_FILE_AUTOPACK; in autopack_toggle_exec()
227 G.fileflags &= ~G_FILE_AUTOPACK; in unpack_all_exec()
244 G.fileflags &= ~G_FILE_AUTOPACK; in unpack_all_invoke()
328 G.fileflags &= ~G_FILE_AUTOPACK; in unpack_item_exec()
/dports/x11-toolkits/fox17/fox-1.7.77/pathfinder/
H A DPreferences.cpp341 fileflags=0; in readFileExtension()
342 if(string.contains("c")) fileflags|=1; in readFileExtension()
343 if(string.contains("t")) fileflags|=2; in readFileExtension()
387 if(fileflags){ in writeFileExtension()
389 if(fileflags&1){ in writeFileExtension()
392 if(fileflags&2){ in writeFileExtension()
407 …sender->handle(this,(fileflags&2) ? FXSEL(SEL_COMMAND,ID_CHECK) : FXSEL(SEL_COMMAND,ID_UNCHECK),NU… in onUpdRunInTerminal()
414 fileflags^=2; in onCmdRunInTerminal()
421 …sender->handle(this,(fileflags&1) ? FXSEL(SEL_COMMAND,ID_CHECK) : FXSEL(SEL_COMMAND,ID_UNCHECK),NU… in onUpdChangeDirectory()
428 fileflags^=1; in onCmdChangeDirectory()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_main.c42 if (G.fileflags & G_FILE_AUTOPACK) { in rna_Main_use_autopack_get()
52 G.fileflags |= G_FILE_AUTOPACK; in rna_Main_use_autopack_set()
55 G.fileflags &= ~G_FILE_AUTOPACK; in rna_Main_use_autopack_set()
/dports/audio/libmodplug/libmodplug-0.8.9.0/src/
H A Dload_ptm.cpp29 WORD fileflags; // set to 0 member
80 pfh.fileflags = bswapLE16(pfh.fileflags); in ReadPTM()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/libmodplug-0.8.9.0/src/
H A Dload_ptm.cpp29 WORD fileflags; // set to 0 member
80 pfh.fileflags = bswapLE16(pfh.fileflags); in ReadPTM()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/
H A Dcgroup_helpers.c135 int fileflags, struct FTW *pfwt) in nftwfunc() argument
137 if ((fileflags & FTW_D) && rmdir(filename)) in nftwfunc()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/
H A Dcgroup_helpers.c135 int fileflags, struct FTW *pfwt) in nftwfunc() argument
137 if ((fileflags & FTW_D) && rmdir(filename)) in nftwfunc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/
H A Dcgroup_helpers.c135 int fileflags, struct FTW *pfwt) in nftwfunc() argument
137 if ((fileflags & FTW_D) && rmdir(filename)) in nftwfunc()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_fileglobal_types.h42 int fileflags; member

1234