HomeSort by: relevance | last modified time | path
    Searched defs:rc2 (Results 1 - 15 of 15) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
dn2entry.c 46 int rc, rc2; local
59 rc2 = mdb_cursor_open( tid, mdb->mi_id2entry, &mc );
60 if ( rc2 == MDB_SUCCESS ) {
61 rc2 = mdb_id2entry( op, mc, id, e );
  /src/usr.bin/mail/
collect.c 627 int rc2; local
648 rc2 = run_command(shellcmd, NULL, nullfd, fileno(fbuf), "-c", cp + 1, NULL);
652 if (rc2 < 0) {
  /src/lib/libm/noieee_src/
n_erf.c 234 rc2 = 6.24664954087883916855616917019e-001, variable
306 R = rc0+s*(rc1+s*(rc2+s*(rc3+s*(rc4+s*(rc5+
390 R = rc0+s*(rc1+s*(rc2+s*(rc3+s*(rc4+s*(rc5+
  /src/external/bsd/openldap/dist/servers/slapd/
backend.c 1591 int rc2; local
1595 rc2 = be_entry_get_rw( op, op_ndn, NULL, NULL, 0, &user );
1598 if ( rc2 != 0 ) {
1600 rc = (rc2 == LDAP_NO_SUCH_OBJECT) ? rc2 : LDAP_OTHER;
  /src/lib/libm/ld128/
s_erfl.c 172 rc2 = -6.13742634438922591780742637728666162e1L, /* 0xc004eafe, 0x7dd51cd8, 0x3c7c5928, 0x751e50cf */ variable
315 R=rc0+s*(rc1+s*(rc2+s*(rc3+s*(rc4+s*(rc5+s*(rc6+s*(rc7+
  /src/external/bsd/openldap/dist/clients/tools/
ldapsearch.c 1698 int rc, rc2 = LDAP_OTHER; local
1845 rc2 = print_result( ld, msg, 1 );
1896 ldap_get_option( ld, LDAP_OPT_RESULT_CODE, (void *)&rc2 );
1931 tool_perror( "ldap_result", rc2, NULL, NULL, NULL, NULL );
1934 return( rc2 );
  /src/external/gpl3/gcc/dist/gcc/fortran/
arith.cc 536 arith rc2; local
564 rc2 = gfc_check_real_range (mpc_imagref (e->value.complex), e->ts.kind);
574 rc = rc2;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
arith.cc 494 arith rc2; local
522 rc2 = gfc_check_real_range (mpc_imagref (e->value.complex), e->ts.kind);
532 rc = rc2;
  /src/lib/libm/ld80/
s_erfl.c 203 #define rc2 (rc2u.extu_ld) macro
322 R=rc0+s*(rc1+s*(rc2+s*(rc3+s*(rc4+s*rc5))));
  /src/external/bsd/openldap/dist/libraries/libldap/
thr_debug.c 666 int i, rc, rc2; local
678 for( i = rc2 = 0; i < Idx_max; i++ )
679 rc2 |= ldap_int_thread_mutex_init( &resource_mutexes[i] );
680 assert( rc2 == 0 );
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc 5659 enum reg_class rc1, rc2; local
5701 rc2 = REGNO_REG_CLASS (REGNO (reg2));
5702 if (rc1 != rc2 && !reg_class_subset_p (rc1, rc2)
5703 && !reg_class_subset_p (rc2, rc1))
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 6632 int rc, rc2; local
6722 if ((rc2 = mdb_page_spill(mc, key, rdata)))
6723 return rc2;
6730 if ((rc2 = mdb_page_new(mc, P_LEAF, 1, &np))) {
6731 return rc2;
6743 rc2 = mdb_cursor_touch(mc);
6744 if (rc2)
6745 return rc2;
6787 rc2 = mdb_update_key(mc, key);
6789 rc2 = MDB_SUCCESS
10369 int rlocked, rc2; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 7769 enum reg_class rc1, rc2; local
7811 rc2 = REGNO_REG_CLASS (REGNO (reg2));
7812 if (rc1 != rc2 && !reg_class_subset_p (rc1, rc2)
7813 && !reg_class_subset_p (rc2, rc1))
  /src/external/public-domain/sqlite/dist/
shell.c 7420 int rc2; local
7426 rc2 = fileStat(zCopy, &sStat);
7427 if( rc2!=0 ){
12541 int rc, rc2; local
12566 rc2 = sqlite3_reset(p1);
12567 if( rc==SQLITE_OK ) rc = rc2;
14585 int rc2; local
14609 rc2 = sqlite3_reset(pStmt);
14610 if( rc==SQLITE_OK ) rc = rc2;
14982 int rc, rc2; local
21048 int rc2; local
23507 int rc2; local
27652 int rc2 = 0; \/* 0: usage. 1: %d 2: %x 3: no-output *\/ local
    [all...]
sqlite3.c 44424 int rc2 = unixLogError(SQLITE_CANTOPEN_BKPT, "open", zName); local
51507 int rc2, isRO = 0; local
51544 int rc2, isRO = 0; local
58689 int rc2 = rc & 0xff; local
58784 int rc2 = SQLITE_OK; \/* Error code from db file unlock operation *\/ local
63502 int rc2; local
74626 int rc2 = sqlite3BtreeTripAllCursors(p, tripCode, writeOnly); local
74633 int rc2; local
77423 int rc2 = SQLITE_OK; local
77507 int rc2 = SQLITE_OK; local
87560 int rc2 = SQLITE_OK; local
103421 int rc2 = vdbeSorterJoinThread(pTask); local
104142 int rc2; local
187514 int rc2; \/* Result of sqlite3_reset() *\/ local
196656 int rc2 = pLhs->nTerm - pRhs->nTerm; local
198381 int rc2; local
198477 int rc2 = sqlite3_finalize(pStmt); local
198517 int rc2; local
199129 int rc2; \/* Return code from sqlite3_reset() *\/ local
199411 int rc2; local
199547 int rc2; \/* sqlite3_reset() return code *\/ local
199698 int rc2; local
200159 int rc2; local
200671 int rc2 = sqlite3_exec(p->db, "RELEASE fts3", 0, 0, 0); local
211209 int rc2 = SQLITE_OK; \/* sqlite3_reset() return code *\/ local
211242 int rc2; local
211397 int rc2; local
211447 int rc2; local
211474 int rc2; local
211710 int rc2; local
214482 int rc2; local
217969 int rc2; \/* sqlite3_finalize() return code *\/ local
218508 int rc2; local
218973 int rc2; local
219322 int rc2; local
220533 int rc2 = sqlite3_exec(p->dbRbu, "DELETE FROM stat.rbu_state", 0, 0, 0); local
228111 int rc2; local
246594 int rc2; local
251181 int rc2; \/* sqlite3_reset() return code *\/ local
251432 int rc, rc2; local
251738 int rc2; local
    [all...]

Completed in 161 milliseconds