Home
last modified time | relevance | path

Searched refs:write_entry (Results 101 – 125 of 235) sorted by relevance

12345678910

/dports/devel/git-gui/git-2.34.1/
H A Dentry.c266 static int write_entry(struct cache_entry *ce, char *path, struct conv_attrs *ca, in write_entry() function
477 return write_entry(ce, topath, ca, state, 1); in checkout_entry_ca()
552 return write_entry(ce, path.buf, ca, state, 0); in checkout_entry_ca()
/dports/devel/git-p4/git-2.34.1/
H A Dentry.c266 static int write_entry(struct cache_entry *ce, char *path, struct conv_attrs *ca, in write_entry() function
477 return write_entry(ce, topath, ca, state, 1); in checkout_entry_ca()
552 return write_entry(ce, path.buf, ca, state, 0); in checkout_entry_ca()
/dports/devel/git/git-2.34.1/
H A Dentry.c266 static int write_entry(struct cache_entry *ce, char *path, struct conv_attrs *ca, in write_entry() function
477 return write_entry(ce, topath, ca, state, 1); in checkout_entry_ca()
552 return write_entry(ce, path.buf, ca, state, 0); in checkout_entry_ca()
/dports/devel/git-cvs/git-2.34.1/
H A Dentry.c266 static int write_entry(struct cache_entry *ce, char *path, struct conv_attrs *ca, in write_entry() function
477 return write_entry(ce, topath, ca, state, 1); in checkout_entry_ca()
552 return write_entry(ce, path.buf, ca, state, 0); in checkout_entry_ca()
/dports/textproc/py-sphinx/Sphinx-3.5.2/sphinx/builders/
H A Dlinkcheck.py254 self.write_entry('local', docname, filename, lineno, uri)
265 self.write_entry('broken', docname, filename, lineno, uri + ': ' + info)
280 self.write_entry('redirected ' + text, docname, filename,
286 def write_entry(self, what: str, docname: str, filename: str, line: int, member in CheckExternalLinksBuilder
/dports/textproc/py-sphinx/stage/usr/local/lib/python3.8/site-packages/sphinx/builders/
H A Dlinkcheck.py254 self.write_entry('local', docname, filename, lineno, uri)
265 self.write_entry('broken', docname, filename, lineno, uri + ': ' + info)
280 self.write_entry('redirected ' + text, docname, filename,
286 def write_entry(self, what: str, docname: str, filename: str, line: int, member in CheckExternalLinksBuilder
/dports/textproc/py-sphinx/Sphinx-3.5.2/build/lib/sphinx/builders/
H A Dlinkcheck.py254 self.write_entry('local', docname, filename, lineno, uri)
265 self.write_entry('broken', docname, filename, lineno, uri + ': ' + info)
280 self.write_entry('redirected ' + text, docname, filename,
286 def write_entry(self, what: str, docname: str, filename: str, line: int, member in CheckExternalLinksBuilder
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-transport/src/
H A Dcid.rs509 fn write_entry( in write_entry() method
545 if self.write_entry(&entry, builder, stats)? { in write_frames()
570 debug_assert!(self.write_entry(&entry, builder, stats)?); in write_frames()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-transport/src/
H A Dcid.rs511 fn write_entry( in write_entry() method
547 if self.write_entry(&entry, builder, stats)? { in write_frames()
572 debug_assert!(self.write_entry(&entry, builder, stats)?); in write_frames()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-transport/src/
H A Dcid.rs511 fn write_entry( in write_entry() method
547 if self.write_entry(&entry, builder, stats)? { in write_frames()
572 debug_assert!(self.write_entry(&entry, builder, stats)?); in write_frames()
/dports/net/measurement-kit/measurement-kit-0.10.14/test/report/
H A Dfile_reporter.cpp53 report.write_entry(entry, [&](Error err) { in __anon378b3e100202()
/dports/science/mpqc/mpqc-2.3.1/src/lib/util/psi3/libpsio/
H A DMakefile38 write_entry.cc read_entry.cc write_block.cc read_block.cc
/dports/net/p5-perl-ldap/perl-ldap-0.68/lib/Net/LDAP/
H A DEntry.pm304 $target->write_entry($self, %opt);
325 $ldif->write_entry($self);
/dports/x11/libxfce4util/libxfce4util-4.16.0/libxfce4util/
H A Dxfce-rc.c729 if (rc->write_entry != NULL) in xfce_rc_write_entry()
730 (*rc->write_entry) (rc, key, value); in xfce_rc_write_entry()
/dports/net/measurement-kit/measurement-kit-0.10.14/src/libmeasurement_kit/report/
H A Dooni_reporter.cpp54 Continuation<Error> OoniReporter::write_entry(nlohmann::json entry) { in write_entry() function in mk::report::OoniReporter
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/utils/freshmeat/
H A Dlib_projxml.h.php46 function write_entry($in_handle, $marker, $out_handle){ function
/dports/textproc/py-pybtex-docutils/pybtex-docutils-1.0.1/test/
H A Dtest_backend.py182 Backend().write_entry(None, None, None)
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/src/
H A Dscoreboard.c325 static int write_entry(int fd) { in write_entry() function
899 res = write_entry(scoreboard_fd); in pr_scoreboard_entry_add()
943 if (write_entry(scoreboard_fd) < 0 && in pr_scoreboard_entry_del()
1375 if (write_entry(scoreboard_fd) < 0) { in pr_scoreboard_entry_update()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/src/
H A Dscoreboard.c325 static int write_entry(int fd) { in write_entry() function
899 res = write_entry(scoreboard_fd); in pr_scoreboard_entry_add()
943 if (write_entry(scoreboard_fd) < 0 && in pr_scoreboard_entry_del()
1375 if (write_entry(scoreboard_fd) < 0) { in pr_scoreboard_entry_update()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/src/
H A Dscoreboard.c325 static int write_entry(int fd) { in write_entry() function
899 res = write_entry(scoreboard_fd); in pr_scoreboard_entry_add()
943 if (write_entry(scoreboard_fd) < 0 && in pr_scoreboard_entry_del()
1375 if (write_entry(scoreboard_fd) < 0) { in pr_scoreboard_entry_update()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/src/
H A Dscoreboard.c325 static int write_entry(int fd) { in write_entry() function
899 res = write_entry(scoreboard_fd); in pr_scoreboard_entry_add()
943 if (write_entry(scoreboard_fd) < 0 && in pr_scoreboard_entry_del()
1375 if (write_entry(scoreboard_fd) < 0) { in pr_scoreboard_entry_update()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/src/
H A Dscoreboard.c325 static int write_entry(int fd) { in write_entry() function
899 res = write_entry(scoreboard_fd); in pr_scoreboard_entry_add()
943 if (write_entry(scoreboard_fd) < 0 && in pr_scoreboard_entry_del()
1375 if (write_entry(scoreboard_fd) < 0) { in pr_scoreboard_entry_update()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/src/
H A Dscoreboard.c325 static int write_entry(int fd) { in write_entry() function
899 res = write_entry(scoreboard_fd); in pr_scoreboard_entry_add()
943 if (write_entry(scoreboard_fd) < 0 && in pr_scoreboard_entry_del()
1375 if (write_entry(scoreboard_fd) < 0) { in pr_scoreboard_entry_update()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/src/
H A Dscoreboard.c325 static int write_entry(int fd) { in write_entry() function
899 res = write_entry(scoreboard_fd); in pr_scoreboard_entry_add()
943 if (write_entry(scoreboard_fd) < 0 && in pr_scoreboard_entry_del()
1375 if (write_entry(scoreboard_fd) < 0) { in pr_scoreboard_entry_update()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/src/
H A Dscoreboard.c325 static int write_entry(int fd) { in write_entry() function
899 res = write_entry(scoreboard_fd); in pr_scoreboard_entry_add()
943 if (write_entry(scoreboard_fd) < 0 && in pr_scoreboard_entry_del()
1375 if (write_entry(scoreboard_fd) < 0) { in pr_scoreboard_entry_update()

12345678910