Home
last modified time | relevance | path

Searched refs:statbuf (Results 176 – 200 of 6507) sorted by path

12345678910>>...261

/dports/audio/espeak/espeak-1.48.04-source/src/
H A Despeak.cpp105 struct stat statbuf; in GetFileLength() local
107 if(stat(filename,&statbuf) != 0) in GetFileLength()
110 if((statbuf.st_mode & S_IFMT) == S_IFDIR) in GetFileLength()
113 return(statbuf.st_size); in GetFileLength()
H A Dspeak.cpp131 struct stat statbuf; in GetFileLength() local
133 if(stat(filename,&statbuf) != 0) in GetFileLength()
136 if((statbuf.st_mode & S_IFMT) == S_IFDIR) in GetFileLength()
140 return(statbuf.st_size); in GetFileLength()
H A Dspeak_lib.cpp297 struct stat statbuf; in GetFileLength() local
299 if(stat(filename,&statbuf) != 0) in GetFileLength()
302 if((statbuf.st_mode & S_IFMT) == S_IFDIR) in GetFileLength()
306 return(statbuf.st_size); in GetFileLength()
/dports/audio/fatfrog-lv2/FatFrog.lv2-1.0/libxputty/xputty/xdgmime/
H A Dxdgmime.c494 struct stat *statbuf) in xdg_mime_get_mime_type_for_file() argument
517 return _xdg_mime_cache_get_mime_type_for_file (file_name, statbuf); in xdg_mime_get_mime_type_for_file()
525 if (!statbuf) in xdg_mime_get_mime_type_for_file()
530 statbuf = &buf; in xdg_mime_get_mime_type_for_file()
533 if (!S_ISREG (statbuf->st_mode)) in xdg_mime_get_mime_type_for_file()
H A Dxdgmime.h92 struct stat *statbuf);
H A Dxdgmimecache.c726 struct stat *statbuf) in _xdg_mime_cache_get_mime_type_for_file() argument
750 if (!statbuf) in _xdg_mime_cache_get_mime_type_for_file()
755 statbuf = &buf; in _xdg_mime_cache_get_mime_type_for_file()
758 if (statbuf->st_size == 0) in _xdg_mime_cache_get_mime_type_for_file()
761 if (!S_ISREG (statbuf->st_mode)) in _xdg_mime_cache_get_mime_type_for_file()
H A Dxdgmimecache.h62 struct stat *statbuf);
/dports/audio/faust/faust-2.37.3/architecture/
H A Dthread.h356 struct stat statbuf; in load_program_source() local
363 stat(filename, &statbuf); in load_program_source()
364 source = (char*)malloc(statbuf.st_size + 1); in load_program_source()
365 fread(source, statbuf.st_size, 1, fh); in load_program_source()
366 source[statbuf.st_size] = '\0'; in load_program_source()
/dports/audio/fluida-lv2/Fluida.lv2-0.7/libxputty/xputty/xdgmime/
H A Dxdgmime.c494 struct stat *statbuf) in xdg_mime_get_mime_type_for_file() argument
517 return _xdg_mime_cache_get_mime_type_for_file (file_name, statbuf); in xdg_mime_get_mime_type_for_file()
525 if (!statbuf) in xdg_mime_get_mime_type_for_file()
530 statbuf = &buf; in xdg_mime_get_mime_type_for_file()
533 if (!S_ISREG (statbuf->st_mode)) in xdg_mime_get_mime_type_for_file()
H A Dxdgmime.h92 struct stat *statbuf);
H A Dxdgmimecache.c726 struct stat *statbuf) in _xdg_mime_cache_get_mime_type_for_file() argument
750 if (!statbuf) in _xdg_mime_cache_get_mime_type_for_file()
755 statbuf = &buf; in _xdg_mime_cache_get_mime_type_for_file()
758 if (statbuf->st_size == 0) in _xdg_mime_cache_get_mime_type_for_file()
761 if (!S_ISREG (statbuf->st_mode)) in _xdg_mime_cache_get_mime_type_for_file()
H A Dxdgmimecache.h62 struct stat *statbuf);
/dports/audio/fluidsynth-dssi/fluidsynth-dssi-1.0.0/src/
H A Dlocate_soundfont.c34 struct stat statbuf; in fsd_locate_soundfont_file() local
38 if (stat(origpath, &statbuf) == 0) in fsd_locate_soundfont_file()
79 if (stat(eltpath, &statbuf) == 0) { in fsd_locate_soundfont_file()
/dports/audio/funktrackergold/funkgold/
H A Dfunkgold_dir.c171 struct stat statbuf; in load_directory() local
193 if(lstat(fullpath_str,&statbuf) != -1) in load_directory()
199 (table + entry_no)->mode = statbuf.st_mode; in load_directory()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libsqlite3-sys-0.22.2/sqlite3/
H A Dsqlite3.c34558 struct stat statbuf;
34559 if( osFstat(fd, &statbuf)==0
34560 && statbuf.st_size==0
34561 && (statbuf.st_mode&0777)!=m
35229 struct stat statbuf; /* Low-level file information */
35238 rc = osFstat(fd, &statbuf);
35264 rc = osFstat(fd, &statbuf);
35273 fileId.dev = statbuf.st_dev;
35277 fileId.ino = (u64)statbuf.st_ino;
39053 if( osFstat(pFd->h, &statbuf) ){
[all …]
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c32781 struct stat statbuf;
32782 if( osFstat(fd, &statbuf)==0
32783 && statbuf.st_size==0
32784 && (statbuf.st_mode&0777)!=m
33451 struct stat statbuf; /* Low-level file information */
33460 rc = osFstat(fd, &statbuf);
33486 rc = osFstat(fd, &statbuf);
33495 fileId.dev = statbuf.st_dev;
33499 fileId.ino = (u64)statbuf.st_ino;
37181 if( osFstat(pFd->h, &statbuf) ){
[all …]
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst/tcp/
H A Dgstmultifdsink.c501 struct stat statbuf; in gst_multi_fd_sink_new_client() local
539 if (fstat (handle.fd, &statbuf) == 0 && S_ISSOCK (statbuf.st_mode)) { in gst_multi_fd_sink_new_client()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst/tcp/
H A Dgstmultifdsink.c501 struct stat statbuf; in gst_multi_fd_sink_new_client() local
539 if (fstat (handle.fd, &statbuf) == 0 && S_ISSOCK (statbuf.st_mode)) { in gst_multi_fd_sink_new_client()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst/tcp/
H A Dgstmultifdsink.c501 struct stat statbuf; in gst_multi_fd_sink_new_client() local
539 if (fstat (handle.fd, &statbuf) == 0 && S_ISSOCK (statbuf.st_mode)) { in gst_multi_fd_sink_new_client()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst/tcp/
H A Dgstmultifdsink.c501 struct stat statbuf; in gst_multi_fd_sink_new_client() local
539 if (fstat (handle.fd, &statbuf) == 0 && S_ISSOCK (statbuf.st_mode)) { in gst_multi_fd_sink_new_client()
/dports/audio/gtkpod/gtkpod-1.0.0/src/
H A Dfile_convert.c1831 struct stat statbuf; member
1864 if (g_stat (fullname, &cpf->statbuf) == 0) in conversion_prune_dir_collect_files()
1890 return cpf_a->statbuf.st_mtime - cpf_b->statbuf.st_mtime; in conversion_prune_compfunc()
2016 dirsize -= cpf->statbuf.st_size; in conversion_prune_dir()
2423 struct stat statbuf; in conversion_convert_track() local
2424 if (g_stat (ctr->converted_file, &statbuf) == 0) in conversion_convert_track()
2426 ctr->converted_size = statbuf.st_size; in conversion_convert_track()
H A Dmisc.c1209 struct stat statbuf; in get_size_of_directory() local
1210 if (g_stat (fullname, &statbuf) == 0) in get_size_of_directory()
1212 tsize += statbuf.st_size; in get_size_of_directory()
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/LV2/xputty/xdgmime/
H A Dxdgmime.c494 struct stat *statbuf) in xdg_mime_get_mime_type_for_file() argument
517 return _xdg_mime_cache_get_mime_type_for_file (file_name, statbuf); in xdg_mime_get_mime_type_for_file()
525 if (!statbuf) in xdg_mime_get_mime_type_for_file()
530 statbuf = &buf; in xdg_mime_get_mime_type_for_file()
533 if (!S_ISREG (statbuf->st_mode)) in xdg_mime_get_mime_type_for_file()
H A Dxdgmime.h92 struct stat *statbuf);
H A Dxdgmimecache.c726 struct stat *statbuf) in _xdg_mime_cache_get_mime_type_for_file() argument
750 if (!statbuf) in _xdg_mime_cache_get_mime_type_for_file()
755 statbuf = &buf; in _xdg_mime_cache_get_mime_type_for_file()
758 if (statbuf->st_size == 0) in _xdg_mime_cache_get_mime_type_for_file()
761 if (!S_ISREG (statbuf->st_mode)) in _xdg_mime_cache_get_mime_type_for_file()

12345678910>>...261