Searched refs:rc (Results 151 - 175 of 1175) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/clients/tools/
H A Dldappasswd.c170 int rc; local
201 rc = lutil_get_filed_password( oldpwfile, &oldpw );
202 if( rc ) {
203 rc = EXIT_FAILURE;
218 rc = EXIT_FAILURE;
226 rc = lutil_get_filed_password( newpwfile, &newpw );
227 if( rc ) {
228 rc = EXIT_FAILURE;
243 rc = EXIT_FAILURE;
264 rc
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/librewrite/
H A Dmap.c48 int l, cnt, mtx = 0, rc = 0; local
110 rc = -1;
155 rc = -1;
160 rc = -1;
176 rc = -1;
186 rc = -1;
197 rc = -1;
204 rc = -1;
240 rc = -1;
245 rc
369 int rc = REWRITE_SUCCESS; local
[all...]
/netbsd-6-1-5-RELEASE/tests/lib/libppath/
H A Dt_ppath.c430 int rc; local
473 rc = ppath_get_bool(d, p, &v);
474 ATF_CHECK_EQ(rc, 0);
478 rc = ppath_get_string(d, p2, &s);
479 ATF_CHECK_EQ(rc, 0);
482 rc = ppath_copyset_bool(d, &nd, p, false);
483 ATF_CHECK_EQ(rc, 0);
485 rc = ppath_get_object(nd, p3, &r);
486 ATF_CHECK_EQ(rc, 0);
490 rc
569 int rc; local
700 int rc; local
794 int rc; local
888 int rc; local
938 int rc; local
988 int rc; local
1037 int rc; local
1086 int rc; local
1136 int rc; local
1176 int rc; local
1217 int rc; local
1258 int rc; local
1297 int rc; local
1344 int rc; local
1391 int rc; local
1438 int rc; local
1485 int rc; local
[all...]
/netbsd-6-1-5-RELEASE/etc/rc.d/
H A Denvsys9 $_rc_subr_loaded . /etc/rc.subr
H A Dfccache.in10 $_rc_subr_loaded . /etc/rc.subr
H A Dfsck9 $_rc_subr_loaded . /etc/rc.subr
H A Dldconfig10 $_rc_subr_loaded . /etc/rc.subr
H A Dnewsyslog10 $_rc_subr_loaded . /etc/rc.subr
H A Dpwcheck10 $_rc_subr_loaded . /etc/rc.subr
H A Droot9 $_rc_subr_loaded . /etc/rc.subr
H A Drtadvd10 $_rc_subr_loaded . /etc/rc.subr
H A Drtsold10 $_rc_subr_loaded . /etc/rc.subr
H A Dsysctl10 $_rc_subr_loaded . /etc/rc.subr
H A Dypbind10 $_rc_subr_loaded . /etc/rc.subr
H A Ddhcpcd7 $_rc_subr_loaded . /etc/rc.subr
H A Dhttpd10 $_rc_subr_loaded . /etc/rc.subr
H A Dnfsd9 $_rc_subr_loaded . /etc/rc.subr
H A Dtpctl10 $_rc_subr_loaded . /etc/rc.subr
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/ChmodBPF/
H A DChmodBPF3 . /etc/rc.common
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapi-plugins/addrdnvalues/
H A Daddrdnvalues.c43 int rc; local
52 rc = slapi_entry_add_rdn_values(e);
53 if (rc != LDAP_SUCCESS) {
58 ldap_err2string(rc));
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dadd.c78 int rc; local
81 rc = ldap_add_ext( ld, dn, attrs, NULL, NULL, &msgid );
83 if ( rc != LDAP_SUCCESS )
110 * rc = ldap_add_ext( ld, dn, attrs, NULL, NULL, &msgid );
122 int i, rc; local
132 rc = ldap_int_client_controls( ld, cctrls );
133 if( rc != LDAP_SUCCESS ) return rc;
142 rc = ber_printf( ber, "{it{s{", /* '}}}' */
145 if ( rc
228 int msgid, rc; local
[all...]
/netbsd-6-1-5-RELEASE/tests/sys/rc/
H A DMakefile5 TESTSDIR= ${TESTSBASE}/sys/rc
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dufs.c225 int rc; local
227 rc = read_inode(fs->lfs_ifile, f);
228 if (rc)
229 return rc;
235 rc = buf_read_file(f, &ent_in_buf, &buf_after_ent);
236 if (rc)
237 return rc;
259 int rc; local
269 else if ((rc = find_inode_sector(inumber, f, &inode_sector)) != 0)
270 return rc;
321 int rc; local
423 int rc; local
484 int rc; local
524 int i, rc; local
557 int rc; local
807 int rc = 0; local
894 int rc = buf_read_file(f, &buf, &buf_size); local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dsql-wrap.c38 backsql_PrintErrors( SQLHENV henv, SQLHDBC hdbc, SQLHSTMT sth, int rc )
45 Debug( LDAP_DEBUG_TRACE, "Return code: %d\n", rc, 0, 0 );
47 for ( ; rc = SQLError( henv, hdbc, sth, state, &iSqlCode, msg,
48 SQL_MAX_MESSAGE_LENGTH - 1, &len ), BACKSQL_SUCCESS( rc ); )
59 RETCODE rc; local
61 rc = SQLAllocStmt( dbh, sth );
62 if ( rc != SQL_SUCCESS ) {
63 return rc;
93 rc = SQLSetStmtOption( *sth, SQL_CONCURRENCY,
95 if ( rc !
131 RETCODE rc; local
345 RETCODE rc; local
389 int rc; local
496 int rc = LDAP_SUCCESS; local
[all...]
/netbsd-6-1-5-RELEASE/etc/
H A Drc.shutdown3 # $NetBSD: rc.shutdown,v 1.8 2002/05/19 01:01:33 lukem Exp $
5 # rc.shutdown --
6 # Run the scripts in /etc/rc.d with reverse rcorder.
14 . /etc/rc.subr
15 . /etc/rc.conf
31 # will terminate rc.shutdown if rc.shutdown doesn't complete
38 logger -t rc.shutdown "$_msg"
47 # Determine the shutdown order of the rc.d scripts,
50 scripts=$(for rcd in ${rc_directories:-/etc/rc
[all...]

Completed in 141 milliseconds

1234567891011>>