Home
last modified time | relevance | path

Searched defs:FILE_INFO (Results 1 – 25 of 36) sorted by relevance

12

/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Dntp_scanner.h96 struct FILE_INFO { struct
97 struct FILE_INFO * st_next; /* next on stack */ argument
98 FILE * fpi; /* File Descriptor */
99 int force_eof; /* locked or not */
100 int backch; /* ungetch buffer */
102 struct LCPOS curpos; /* current scan position */
103 struct LCPOS bakpos; /* last line end for ungetc */
104 struct LCPOS tokpos; /* current token position */
105 struct LCPOS errpos; /* error position */
107 char fname[1]; /* (formal only) buffered name */
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/ntpd/
H A Dntp_scanner.h97 struct FILE_INFO { struct
98 struct FILE_INFO * st_next; /* next on stack */ argument
99 FILE * fpi; /* File Descriptor */
100 bool force_eof; /* locked or not */
101 int backch; /* ungetch buffer */
103 struct LCPOS curpos; /* current scan position */
104 struct LCPOS bakpos; /* last line end for ungetc */
105 struct LCPOS tokpos; /* current token position */
106 struct LCPOS errpos; /* error position */
108 char fname[1]; /* (formal only) buffered name */
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/client/
H A Dclient_types.h100 struct FILE_INFO { struct
101 char name[256];
102 char md5_cksum[MD5_LEN];
103 double max_nbytes;
104 double nbytes;
106 double upload_offset;
111 double sticky_lifetime;
118 bool is_user_file;
119 bool is_project_file;
144 FILE_INFO(); argument
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/
H A Dasset_archive.h62 struct FILE_INFO struct
69 std::unordered_map<wxString, FILE_INFO> m_fileInfoCache; argument
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/
H A DReplay.h39 FILE_INFO = 0xC5, enumerator
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/
H A DReplay.h39 FILE_INFO = 0xC5, enumerator
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/
H A DReplay.h39 FILE_INFO = 0xC5, enumerator
/dports/graphics/py-exifread/ExifRead-2.1.2/exifread/tags/makernote/
H A Dcanon.py584 FILE_INFO = { variable
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/fs/grubfs/
H A Dfsys_vstafs.c34 #define FILE_INFO ((struct fs_file *) (long) FIRST_SECTOR + 8192) macro
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/fs/grubfs/
H A Dfsys_vstafs.c34 #define FILE_INFO ((struct fs_file *) (long) FIRST_SECTOR + 8192) macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/fs/grubfs/
H A Dfsys_vstafs.c34 #define FILE_INFO ((struct fs_file *) (long) FIRST_SECTOR + 8192) macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/fs/grubfs/
H A Dfsys_vstafs.c34 #define FILE_INFO ((struct fs_file *) (long) FIRST_SECTOR + 8192) macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/fs/grubfs/
H A Dfsys_vstafs.c34 #define FILE_INFO ((struct fs_file *) (long) FIRST_SECTOR + 8192) macro
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/fs/grubfs/
H A Dfsys_vstafs.c34 #define FILE_INFO ((struct fs_file *) (long) FIRST_SECTOR + 8192) macro
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/fs/grubfs/
H A Dfsys_vstafs.c34 #define FILE_INFO ((struct fs_file *) (long) FIRST_SECTOR + 8192) macro
/dports/databases/hbase/hbase-1.2.1/hbase-common/src/main/java/org/apache/hadoop/hbase/io/hfile/
H A DBlockType.java71 FILE_INFO("FILEINF2", BlockCategory.META), enumConstant
/dports/security/snort/snort-2.9.18/src/file-process/libs/
H A Dfile_lib.h153 #define FILE_INFO(msg,args...) FILE_PKT_DEBUG(DAQ_DEBUG_PKT_LEVEL_INFO,msg,##args) macro
165 #define FILE_INFO(msg,args...) FILE_LOG_MSGS(msg,##args) macro
/dports/biology/mapm3/mapm3-3.0_1/lib/
H A Diolib.h348 typedef struct { FILE *fp; char modechar; char *name; } FILE_INFO; typedef
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/sched/
H A Dsched_types.h127 struct FILE_INFO { struct
128 char name[256];
129 double nbytes;
130 int status;
131 bool sticky;
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Dfilesystem_dock.h72 FILE_INFO, enumerator
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Dfilesystem_dock.h72 FILE_INFO, enumerator
/dports/editors/bitedit/bitedit-0.9.4/
H A Dbitedit.c92 } FILE_INFO; typedef
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Dfilesystem_dock.h88 FILE_INFO, enumerator
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Dfilesystem_dock.h88 FILE_INFO, enumerator
/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfsexplorer/fs/
H A DAppleSingleBuilder.java135 FILE_INFO(EntryDescriptor.ENTRY_ID_UNUSED), enumConstant

12