Home
last modified time | relevance | path

Searched refs:statbuf (Results 151 – 175 of 6507) sorted by path

12345678910>>...261

/dports/audio/carla/Carla-2.4.1/data/windows/unzipfx-carla-control/unix/
H A Dunix.c652 if (!SSTAT(G.filename, &G.statbuf)) {
653 G.pInfo->file_attr |= G.statbuf.st_mode & S_ISGID;
804 if (SSTAT(G.buildpath, &G.statbuf)) { /* path doesn't exist */
830 } else if (!S_ISDIR(G.statbuf.st_mode)) {
955 if (G.rootlen > 0 && (SSTAT(tmproot, &G.statbuf) ||
956 !S_ISDIR(G.statbuf.st_mode)))
/dports/audio/carla/Carla-2.4.1/data/windows/unzipfx-carla-control/win32/
H A Dwin32.c1960 if (zstat(pathcomp, &G.statbuf) == 0) {
1963 FnFilter1(pathcomp), G.statbuf.st_mode, G.statbuf.st_mode));
1969 if (zstat(pathcomp, &G.statbuf) == 0 && S_ISCHR(G.statbuf.st_mode)) {
2187 if (SSTAT(G.buildpathFAT, &G.statbuf)) /* path doesn't exist */
2218 } else if (!S_ISDIR(G.statbuf.st_mode)) {
2430 if (SSTAT(tmproot, &G.statbuf) || !S_ISDIR(G.statbuf.st_mode))
/dports/audio/carla/Carla-2.4.1/data/windows/unzipfx-carla/
H A Dfileio.c294 if (SSTAT(G.filename, &G.statbuf) == 0 || in open_outfile()
295 lstat(G.filename, &G.statbuf) == 0) in open_outfile()
297 if (SSTAT(G.filename, &G.statbuf) == 0) in open_outfile()
1912 if (SSTAT(filename, &G.statbuf)) {
1937 if (lstat(filename, &G.statbuf) == 0 && S_ISLNK(G.statbuf.st_mode)) {
1963 existing = G.statbuf.st_mtime;
1970 (G.statbuf.st_mtime + 1 > G.statbuf.st_mtime)) ?
1971 G.statbuf.st_mtime + 1 : G.statbuf.st_mtime;
1978 existing = ((G.statbuf.st_mtime & 1) &&
1979 (G.statbuf.st_mtime + 1 > G.statbuf.st_mtime)) ?
[all …]
H A Dglobals.h261 z_stat statbuf; /* used by main, mapname, check_for_newer */ member
H A Dprocess.c675 if (SSTAT(G.zipfn, &G.statbuf) ||
677 (error = S_ISLIB(G.statbuf.st_mode)) != 0 ||
679 (error = S_ISDIR(G.statbuf.st_mode)) != 0)
719 G.ziplen = G.statbuf.st_size;
723 if (G.statbuf.st_mode & S_IEXEC) /* no extension on Unix exes: might */
/dports/audio/carla/Carla-2.4.1/data/windows/unzipfx-carla/unix/
H A Dunix.c652 if (!SSTAT(G.filename, &G.statbuf)) {
653 G.pInfo->file_attr |= G.statbuf.st_mode & S_ISGID;
804 if (SSTAT(G.buildpath, &G.statbuf)) { /* path doesn't exist */
830 } else if (!S_ISDIR(G.statbuf.st_mode)) {
955 if (G.rootlen > 0 && (SSTAT(tmproot, &G.statbuf) ||
956 !S_ISDIR(G.statbuf.st_mode)))
/dports/audio/carla/Carla-2.4.1/data/windows/unzipfx-carla/win32/
H A Dwin32.c1960 if (zstat(pathcomp, &G.statbuf) == 0) {
1963 FnFilter1(pathcomp), G.statbuf.st_mode, G.statbuf.st_mode));
1969 if (zstat(pathcomp, &G.statbuf) == 0 && S_ISCHR(G.statbuf.st_mode)) {
2187 if (SSTAT(G.buildpathFAT, &G.statbuf)) /* path doesn't exist */
2218 } else if (!S_ISDIR(G.statbuf.st_mode)) {
2430 if (SSTAT(tmproot, &G.statbuf) || !S_ISDIR(G.statbuf.st_mode))
/dports/audio/csound/csound-6.15.0/Engine/
H A Dcsound_pre.lex737 struct stat statbuf;
738 if (stat(path, &statbuf) != 0)
740 return S_ISDIR(statbuf.st_mode);
/dports/audio/csound/csound-6.15.0/po/
H A Damerican.po12778 "Error : software was misconfigured at compile time (sizeof statbuf.st_size)."
H A Dcsound.po12722 "Error : software was misconfigured at compile time (sizeof statbuf.st_size)."
H A Des_CO.po13039 "Error : software was misconfigured at compile time (sizeof statbuf.st_size)."
H A Dfrench.po13387 "Error : software was misconfigured at compile time (sizeof statbuf.st_size)."
13389 "Erreur : le logiciel a été mal configuré à la compilation (sizeof statbuf."
H A Dgerman.po12961 "Error : software was misconfigured at compile time (sizeof statbuf.st_size)."
H A Ditalian.po13192 "Error : software was misconfigured at compile time (sizeof statbuf.st_size)."
H A Dromanian.po12722 "Error : software was misconfigured at compile time (sizeof statbuf.st_size)."
H A Drussian.po12875 "Error : software was misconfigured at compile time (sizeof statbuf.st_size)."
H A Dspanish.po12722 "Error : software was misconfigured at compile time (sizeof statbuf.st_size)."
/dports/audio/cyanrip/cyanrip-0.7.0/src/
H A Dos_compat.h51 static inline int win32_stat(const char *filename_utf8, struct stat* statbuf) in win32_stat() argument
57 ret = _wstat64(filename_w, (struct _stat64 *)statbuf); in win32_stat()
63 #define stat(path, statbuf) win32_stat(path, statbuf) argument
/dports/audio/dcd/dcd-0.99.2/
H A Dmbo.c70 struct stat statbuf; in mbo_load_local() local
79 staterr = stat(fn, &statbuf); in mbo_load_local()
121 isz = statbuf.st_size - (sizeof(time_t) + sizeof(lzo_uint) in mbo_load_local()
/dports/audio/dssi/dssi-1.1.1/examples/
H A Ddssi_analyse_plugin.c292 struct stat statbuf; in describe_plugin() local
319 if (stat(ui_path, &statbuf)) { in describe_plugin()
323 } else if ((S_ISREG(statbuf.st_mode) || S_ISLNK(statbuf.st_mode)) && in describe_plugin()
324 (statbuf.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) { in describe_plugin()
H A Ddssi_list_plugins.c98 struct stat statbuf; in list_directory() local
125 if (stat(filename, &statbuf)) { in list_directory()
131 if (S_ISDIR(statbuf.st_mode)) { /* silently skip subdirectories */ in list_directory()
/dports/audio/ecasound/ecasound-2.9.3/ecatools/
H A Decaplay.c374 struct stat statbuf; in get_playlist_path() local
381 if (stat(path, &statbuf) != 0) { in get_playlist_path()
386 if (!S_ISDIR(statbuf.st_mode)) { in get_playlist_path()
/dports/audio/ecasound/ecasound-2.9.3/kvutils/
H A Dkvu_temporary_file_directory.cpp98 struct stat statbuf; in check_validity() local
102 lstat(tdir_rep.c_str(), &statbuf); in check_validity()
104 if (statbuf.st_uid != geteuid()) { in check_validity()
115 if (!S_ISDIR(statbuf.st_mode)) { in check_validity()
120 if (S_ISLNK(statbuf.st_mode)) { in check_validity()
125 if ((statbuf.st_mode & S_IRWXG) > 0) { in check_validity()
130 if ((statbuf.st_mode & S_IRWXO) > 0) { in check_validity()
183 struct stat statbuf; in create_filename() local
192 int res = lstat(temp.c_str(), &statbuf); in create_filename()
/dports/audio/ecasound/ecasound-2.9.3/libecasound/
H A Deca-static-object-maps.cpp544 struct stat statbuf; in eca_import_ladspa_plugins() local
553 int err = lstat(full_path_str.c_str(), &statbuf); in eca_import_ladspa_plugins()
563 if (S_ISDIR(statbuf.st_mode)) { in eca_import_ladspa_plugins()
570 if (S_ISCHR(statbuf.st_mode) || in eca_import_ladspa_plugins()
571 S_ISBLK(statbuf.st_mode)) { in eca_import_ladspa_plugins()
578 if (S_ISFIFO(statbuf.st_mode) || in eca_import_ladspa_plugins()
579 S_ISSOCK(statbuf.st_mode)) { in eca_import_ladspa_plugins()
/dports/audio/espeak/espeak-1.48.04-source/platforms/big_endian/
H A Despeak-phoneme-data.c115 struct stat statbuf; in GetFileLength() local
117 if(stat(filename,&statbuf) != 0) in GetFileLength()
120 if((statbuf.st_mode & S_IFMT) == S_IFDIR) in GetFileLength()
124 return(statbuf.st_size); in GetFileLength()

12345678910>>...261