Searched refs:commit (Results 1 - 25 of 62) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dwatch.h23 int commit; member in struct:addremove_args
25 /* Are we adding or removing (non-temporary) edit,unedit,and/or commit
33 /* Should we add a temporary commit watch? */
H A Dwatch.c26 " `commit', `all', or `none' (defaults to `all').\n",
91 mynewattr_size = sizeof "+edit+unedit+commit+tedit+tunedit+tcommit";
99 add_commit_pending = what->adding && what->commit;
102 remove_commit_pending = !what->adding && what->commit;
133 else if (pend - p == 6 && strncmp ("commit", p, 6) == 0)
136 strcat (mynewattr, "+commit");
179 strcat (mynewattr, "+commit");
260 the_args.commit = 0;
284 else if (strcmp (optarg, "commit") == 0)
285 the_args.commit
[all...]
H A Dbuild_src.com12 $ CC commit.c
59 classify.obj,client.obj,commit.obj,create_adm.obj,cvsrc.obj,-
H A DMakefile.am37 commit.c \
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/api/lzma/
H A Dversion.h76 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \
77 #major "." #minor "." #patch stability commit
79 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \
80 LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit)
89 * "4.999.8beta-21-g1d92". The commit ID won't be available in numeric form
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/
H A Dcommit3 # commit version 0.9.2
17 # is going to commit to stderr. A list of files to compare and to
22 # The commit message will be extracted from the differences between
32 # usage: commit [-v] [-h] [-f] [-l] [-n] [-q] [-z N]
36 # --force display commit message instead of running $PAGER
38 # -m msg --message=msg set commit message
40 # -F file --file=file read commit message from file
41 # -n --dry-run don't commit anything
47 name=commit
52 commit
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dtxn.c66 int commit,
80 if( commit ) {
83 ber_printf( txnber, "{bON}", commit, txnid );
98 int commit,
113 if( commit ) {
116 ber_printf( txnber, "{bON}", commit, txnid );
64 ldap_txn_end( LDAP *ld, int commit, struct berval *txnid, LDAPControl **sctrls, LDAPControl **cctrls, int *msgidp ) argument
96 ldap_txn_end_s( LDAP *ld, int commit, struct berval *txnid, LDAPControl **sctrls, LDAPControl **cctrls, int *retidp ) argument
/netbsd-6-1-5-RELEASE/usr.sbin/inetd/
H A Dipsec.c125 ipsecsetup0(int af, int fd, const char *policy, int commit) argument
150 if (commit && setsockopt(fd, level, opt,
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dtxn.c124 ber_int_t commit=1; local
156 tag = ber_scanf( ber, "b", &commit );
184 if( commit ) {
189 /* no updates to commit */
190 rs->sr_text = "no updates to commit";
/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dvfscanf.c951 char *commit, *p; local
962 * We set commit = p whenever the string we have read so far
965 * or fail, and we will ungetc() back to the last commit point.
970 commit = buf - 1;
985 commit = p;
1006 commit = p; /* inf or infinity */
1021 commit = p;
1029 commit = p;
1055 commit = p;
1065 commit
[all...]
H A Dvfwscanf.c748 wchar_t *commit, *p; local
759 * We set commit = p whenever the string we have read so far
762 * or fail, and we will ungetc() back to the last commit point.
767 commit = buf - 1;
784 commit = p;
805 commit = p; /* inf or infinity */
820 commit = p;
828 commit = p;
854 commit = p;
864 commit
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dmtrr.h123 void (*commit)(void); member in struct:mtrr_funcs
137 #define mtrr_commit() mtrr_funcs->commit()
/netbsd-6-1-5-RELEASE/share/examples/puffs/pgfs/
H A Dpgfs_puffs.c99 error = commit(xc);
273 error = commit(xc);
355 error = commit(xc);
371 error = commit(xc);
406 error = commit(xc);
446 error = commit(xc);
518 error = commit(xc);
574 error = commit(xc);
617 error = commit(xc);
654 error = commit(x
[all...]
H A Dpgfs_db.h66 int commit(struct Xconn *);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/include/dns/
H A Ddlz_dlopen.h111 isc_boolean_t commit,
H A Dsdlz.h220 typedef void (*dns_sdlzcloseversion_t)(const char *zone, isc_boolean_t commit,
227 * committing changes if 'commit' is ISC_TRUE. If 'commit' is not true
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/maintainer-scripts/
H A Dupdate_version_svn54 # There are no files to commit yet.
75 echo "Attempting to commit $i"
76 if ! ${SVN} commit -m "Daily bump." $i; then
77 # If we could not commit the files, indicate failure.
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/timesten/dnreverse/
H A Ddnreverse.cpp53 static void ReverseAndUpper(char* dnP, int id, bool commit=true);
104 void LDAPEntriesHandler::ReverseAndUpper(char* dnP, int id, bool commit) argument
134 if (commit) {
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/dlz/example/
H A Ddlz_minimal.h199 dlz_closeversion(const char *zone, isc_boolean_t commit, void *dbdata,
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/bin/xcvs/
H A DMakefile15 client.c commit.c create_adm.c cvsrc.c diff.c edit.c \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/maintainer-scripts/
H A Dupdate_version58 # There are no files to commit yet.
103 && ! ${CVS} commit -m "Daily bump." $COMMIT_FILES; then
104 # If we could not commit the files, indicate failure.
H A Dupdate_version_svn61 # There are no files to commit yet.
116 echo "Attempting to commit $i"
117 if ! ${SVN} commit -m "Daily bump." $i; then
118 # If we could not commit the files, indicate failure.
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/contrib/
H A Dcvs_acls.in87 "cvs commit". The set of files being committed for that directory as
99 When a commit is prohibited, log messages are written to a restrict_log
119 instead of requiring that all commit files *exactly* match all
195 Added logging of restricted commit attempts.
301 restricted commit attempts.
311 for each and every commit in your repository. Obviously, in a large
327 $ cvs commit -m 'Added cvsacl for use with cvs_acls.' cvsacl checkoutlist
345 commit-denial message. This gives you a chance to print any site-specific
347 a commit is denied.
351 The 'cvsacl' file determines whether you may commit file
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/server/
H A Dmdb.c79 isc_result_t enter_host (hd, dynamicp, commit)
82 int commit;
224 if (dynamicp && commit) {
234 isc_result_t delete_host (hd, commit)
236 int commit;
362 if (commit) {
787 int supersede_lease (comp, lease, commit, propogate, pimmediate)
789 int commit;
798 /* We must commit leases before sending updates regarding them
800 and not commit
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/unix/
H A Ddlz_dlopen_driver.c433 dlopen_dlz_closeversion(const char *zone, isc_boolean_t commit, argument
446 cd->dlz_closeversion(zone, commit, cd->dbdata, versionp);

Completed in 258 milliseconds

123