Home
last modified time | relevance | path

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

/dports/devel/dev86/dev86-0.16.20/bootblocks/
H A Dfs_min.c25 static char fs_buf[BLOCK_SIZE]; /* For storing inodes and ind sectors */ variable
181 read_fs_block(block_no, fs_buf);
186 block_no = ((zone_nr*)fs_buf)[current_file.seek_addr-NR_DZONE_NUM];
197 read_fs_block(block_no, fs_buf);
200 block_no = ((zone_nr*)fs_buf)[ind_block/NR_INDIRECTS];
202 read_fs_block(block_no, fs_buf);
207 block_no = ((zone_nr*)fs_buf)[ind_block%NR_INDIRECTS];
/dports/devel/fstrm/fstrm-0.6.1/fstrm/
H A Dwriter.c65 fs_buf ctype = fs_bufvec_value((*wopt)->content_types, i); in fstrm_writer_options_destroy()
84 fs_buf ctype = { in fstrm_writer_options_add_content_type()
109 fs_buf ctype = fs_bufvec_value(wopt->content_types, i); in fstrm_writer_init()
110 fs_buf ctype_copy = { in fstrm_writer_init()
140 fs_buf ctype = fs_bufvec_value((*w)->content_types, i); in fstrm_writer_destroy()
167 fs_buf ctype = fs_bufvec_value(w->content_types, i); in fstrm__writer_open_bidirectional()
189 fs_buf ctype = fs_bufvec_value(w->content_types, i); in fstrm__writer_open_bidirectional()
248 fs_buf ctype = fs_bufvec_value(w->content_types, 0); in fstrm__writer_open_unidirectional()
H A Dreader.c73 fs_buf ctype = fs_bufvec_value((*ropt)->content_types, i); in fstrm_reader_options_destroy()
92 fs_buf ctype = { in fstrm_reader_options_add_content_type()
136 fs_buf ctype = fs_bufvec_value(ropt->content_types, i); in fstrm_reader_init()
137 fs_buf ctype_copy = { in fstrm_reader_init()
169 fs_buf ctype = fs_bufvec_value((*r)->content_types, i); in fstrm_reader_destroy()
191 fs_buf ctype = fs_bufvec_value(r->content_types, i); in fstrm__reader_open_unidirectional()
233 fs_buf ctype = fs_bufvec_value(r->content_types, i); in fstrm__reader_open_bidirectional()
H A Dcontrol.c84 fs_buf buf = fs_bufvec_value(c->content_types, i); in fstrm_control_reset()
156 fs_buf buf = fs_bufvec_value(c->content_types, idx); in fstrm_control_get_field_content_type()
169 fs_buf ctype; in fstrm_control_add_field_content_type()
302 fs_buf c_type; in fstrm_control_decode()
389 fs_buf c_type = fs_bufvec_value(c->content_types, i); in fstrm_control_encoded_size()
473 fs_buf c_type = fs_bufvec_value(c->content_types, i); in fstrm_control_encode()
H A Dfstrm-private.h74 } fs_buf; typedef
76 VECTOR_GENERATE(fs_bufvec, fs_buf) in VECTOR_GENERATE() argument
170 const fs_buf *content_type);
H A Drdwr.c257 const fs_buf *content_type) in fstrm__rdwr_write_control()
/dports/net/wireshark/wireshark-3.6.1/
H A Drawshark.c1119 char *fs_buf = NULL; in print_field_value() local
1144 fs_buf = fvalue_to_string_repr(NULL, &finfo->value, in print_field_value()
1146 fs_ptr = fs_buf; in print_field_value()
1150 fs_buf[fs_len - 1] = '\0'; in print_field_value()
1234 wmem_free(NULL, fs_buf); in print_field_value()
1241 wmem_free(NULL, fs_buf); in print_field_value()
/dports/net/wireshark-lite/wireshark-3.6.1/
H A Drawshark.c1119 char *fs_buf = NULL; in print_field_value() local
1144 fs_buf = fvalue_to_string_repr(NULL, &finfo->value, in print_field_value()
1146 fs_ptr = fs_buf; in print_field_value()
1150 fs_buf[fs_len - 1] = '\0'; in print_field_value()
1234 wmem_free(NULL, fs_buf); in print_field_value()
1241 wmem_free(NULL, fs_buf); in print_field_value()
/dports/net/tshark-lite/wireshark-3.6.1/
H A Drawshark.c1119 char *fs_buf = NULL; in print_field_value() local
1144 fs_buf = fvalue_to_string_repr(NULL, &finfo->value, in print_field_value()
1146 fs_ptr = fs_buf; in print_field_value()
1150 fs_buf[fs_len - 1] = '\0'; in print_field_value()
1234 wmem_free(NULL, fs_buf); in print_field_value()
1241 wmem_free(NULL, fs_buf); in print_field_value()
/dports/net/tshark/wireshark-3.6.1/
H A Drawshark.c1119 char *fs_buf = NULL; in print_field_value() local
1144 fs_buf = fvalue_to_string_repr(NULL, &finfo->value, in print_field_value()
1146 fs_ptr = fs_buf; in print_field_value()
1150 fs_buf[fs_len - 1] = '\0'; in print_field_value()
1234 wmem_free(NULL, fs_buf); in print_field_value()
1241 wmem_free(NULL, fs_buf); in print_field_value()
/dports/sysutils/fusefs-libs3/fuse-3.10.5/util/
H A Dfusermount.c904 struct statfs fs_buf; in check_perm() local
984 if (statfs(*mntp, &fs_buf)) { in check_perm()
995 typeof(fs_buf.f_type) f_type_whitelist[] = { in check_perm()
1030 if (f_type_whitelist[i] == fs_buf.f_type) in check_perm()
1035 progname, (unsigned long)fs_buf.f_type); in check_perm()
/dports/sysutils/fusefs-libs/fuse-2.9.9/util/
H A Dfusermount.c941 struct statfs fs_buf; in check_perm() local
1021 if (statfs(*mntp, &fs_buf)) { in check_perm()
1030 typeof(fs_buf.f_type) f_type_whitelist[] = { in check_perm()
1056 if (f_type_whitelist[i] == fs_buf.f_type) in check_perm()
1061 progname, (unsigned long)fs_buf.f_type); in check_perm()
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dfts.c680 struct statfs fs_buf; in emulation_failure_with_expr()
683 if (fstatfs (dir_fd, &fs_buf) != 0) in emulation_failure_with_expr()
688 switch (fs_buf.f_type) in emulation_failure_with_expr()
707 struct statfs fs_buf;
710 if (fstatfs (dir_fd, &fs_buf) != 0)
716 switch (fs_buf.f_type)
/dports/devel/redo/redo-1.5/source/
H A Dredo.cpp911 char fs_buf[64], db_buf[64]; in satisfies_prerequisites() local
914 std::strftime(fs_buf, sizeof fs_buf, "%F %T %z", &fs_tm); in satisfies_prerequisites()
916 … because " << prereq_name << " has changed timestamp from " << db_buf << " to " << fs_buf << ".\n"; in satisfies_prerequisites()
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dfts.c714 struct statfs fs_buf; in filesystem_type() local
735 if (fd < 0 || fstatfs (fd, &fs_buf) != 0) in filesystem_type()
744 t2->f_type = fs_buf.f_type; in filesystem_type()
754 return fs_buf.f_type; in filesystem_type()
/dports/misc/gnuls/coreutils-8.30/lib/
H A Dfts.c740 struct statfs fs_buf; in filesystem_type() local
761 if (fd < 0 || fstatfs (fd, &fs_buf) != 0) in filesystem_type()
770 t2->f_type = fs_buf.f_type; in filesystem_type()
780 return fs_buf.f_type; in filesystem_type()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dfts.c707 struct statfs fs_buf; in filesystem_type() local
728 if (fd < 0 || fstatfs (fd, &fs_buf) != 0) in filesystem_type()
737 t2->f_type = fs_buf.f_type; in filesystem_type()
747 return fs_buf.f_type; in filesystem_type()
/dports/misc/findutils/findutils-4.8.0/gl/lib/
H A Dfts.c707 struct statfs fs_buf; in filesystem_type() local
728 if (fd < 0 || fstatfs (fd, &fs_buf) != 0) in filesystem_type()
737 t2->f_type = fs_buf.f_type; in filesystem_type()
747 return fs_buf.f_type; in filesystem_type()
/dports/textproc/gnugrep/grep-3.7/lib/
H A Dfts.c707 struct statfs fs_buf; in filesystem_type() local
728 if (fd < 0 || fstatfs (fd, &fs_buf) != 0) in filesystem_type()
737 t2->f_type = fs_buf.f_type; in filesystem_type()
747 return fs_buf.f_type; in filesystem_type()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/io/
H A DnsLocalFileUnix.cpp1331 struct STATFS fs_buf; in GetDiskSpaceAvailable() local
1340 if (STATFS(mPath.get(), &fs_buf) < 0) { in GetDiskSpaceAvailable()
1348 *aDiskSpaceAvailable = (int64_t)fs_buf.F_BSIZE * fs_buf.f_bavail; in GetDiskSpaceAvailable()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/io/
H A DnsLocalFileUnix.cpp1328 struct STATFS fs_buf; in GetDiskSpaceAvailable() local
1337 if (STATFS(mPath.get(), &fs_buf) < 0) { in GetDiskSpaceAvailable()
1345 *aDiskSpaceAvailable = (int64_t)fs_buf.F_BSIZE * fs_buf.f_bavail; in GetDiskSpaceAvailable()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/io/
H A DnsLocalFileUnix.cpp1350 struct STATFS fs_buf; in GetDiskSpaceAvailable() local
1359 if (STATFS(mPath.get(), &fs_buf) < 0) { in GetDiskSpaceAvailable()
1367 *aDiskSpaceAvailable = (int64_t)fs_buf.F_BSIZE * fs_buf.f_bavail; in GetDiskSpaceAvailable()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/io/
H A DnsLocalFileUnix.cpp1455 struct STATFS fs_buf; in GetDiskSpaceAvailable() local
1464 if (STATFS(mPath.get(), &fs_buf) < 0) { in GetDiskSpaceAvailable()
1472 *aDiskSpaceAvailable = (int64_t)fs_buf.F_BSIZE * fs_buf.f_bavail; in GetDiskSpaceAvailable()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/io/
H A DnsLocalFileUnix.cpp1455 struct STATFS fs_buf; in GetDiskSpaceAvailable() local
1464 if (STATFS(mPath.get(), &fs_buf) < 0) { in GetDiskSpaceAvailable()
1472 *aDiskSpaceAvailable = (int64_t)fs_buf.F_BSIZE * fs_buf.f_bavail; in GetDiskSpaceAvailable()
/dports/www/firefox/firefox-99.0/xpcom/io/
H A DnsLocalFileUnix.cpp1461 struct STATFS fs_buf; in GetDiskInfo() local
1471 if (STATFS(mPath.get(), &fs_buf) < 0) { in GetDiskInfo()
1481 checkedResult = std::forward<StatInfoFunc>(aStatInfoFunc)(fs_buf); in GetDiskInfo()