Searched refs:rc (Results 126 - 150 of 1076) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c144 int rc; /* Return code */ local
149 rc = fts3ExprIterate2(pExpr->pLeft, piPhrase, x, pCtx);
150 if( rc==SQLITE_OK && eType!=FTSQUERY_NOT ){
151 rc = fts3ExprIterate2(pExpr->pRight, piPhrase, x, pCtx);
154 rc = x(pExpr, *piPhrase, pCtx);
157 return rc;
194 int rc = SQLITE_OK; local
198 while( rc==SQLITE_OK
215 rc = sqlite3Fts3ExprNearTrim(pLeft, pExpr, nNear);
221 return rc;
230 int rc = SQLITE_OK; local
264 int rc; /* Return Code */ local
458 int rc; /* Return Code */ local
613 int rc; /* Return Code */ local
660 int rc; /* Return code */ local
845 int rc = sqlite3Fts3ExprLoadFtDoclist(pCsr, pExpr, &pFree, &nFree); local
955 int rc = sqlite3Fts3SelectDoctotal(pTab, ppStmt); local
1009 int rc = 0; local
1137 int rc = SQLITE_OK; local
1240 int rc = SQLITE_OK; local
1312 int rc = SQLITE_OK; local
1456 int rc; /* Return Code */ local
1590 int rc; local
[all...]
H A Dfts3.c493 int rc = SQLITE_OK; /* Return code */ local
498 fts3DbExec(&rc, db, "DROP TABLE IF EXISTS %Q.'%q_content'", p->zDb, p->zName);
499 fts3DbExec(&rc, db, "DROP TABLE IF EXISTS %Q.'%q_segments'", p->zDb,p->zName);
500 fts3DbExec(&rc, db, "DROP TABLE IF EXISTS %Q.'%q_segdir'", p->zDb, p->zName);
501 fts3DbExec(&rc, db, "DROP TABLE IF EXISTS %Q.'%q_docsize'", p->zDb, p->zName);
502 fts3DbExec(&rc, db, "DROP TABLE IF EXISTS %Q.'%q_stat'", p->zDb, p->zName);
508 return (rc==SQLITE_OK ? fts3DisconnectMethod(pVtab) : rc);
524 int rc; /* Return code */ local
539 rc
560 int rc = SQLITE_OK; /* Return code */ local
620 int rc; /* Return code */ local
831 int rc = SQLITE_OK; /* Return code */ local
1150 int rc = sqlite3_reset(pCsr->pStmt); local
1192 int rc = SQLITE_OK; /* Return code */ local
1319 int rc; /* Return code */ local
2113 int rc = SQLITE_OK; local
2208 int rc = SQLITE_NOMEM; /* Return code */ local
2252 int rc; /* Return code */ local
2333 int rc = SQLITE_OK; local
2398 int rc = SQLITE_OK; local
2562 int rc; /* Return code */ local
2594 int rc; /* Return code */ local
2643 int rc = SQLITE_OK; /* Return code */ local
2785 int rc = SQLITE_OK; /* Return code */ local
2962 int rc = SQLITE_OK; local
2996 int rc = SQLITE_OK; /* Return code */ local
3050 int rc; /* Return code */ local
3158 int rc; /* Return Code */ local
3206 int rc = sqlite3Fts3PendingTermsFlush((Fts3Table *)pVtab); local
3247 int rc; local
3260 int rc; local
3430 int rc; /* Return code */ local
3521 int rc; /* Return Code */ local
3612 int rc = SQLITE_OK; local
[all...]
/external/oprofile/
H A Doprofile_android70 rc = popen.poll()
71 if rc is not None:
74 print 'exit code: %d' % rc
75 return rc, output
147 rc = self.do_main()
148 if rc == 2:
151 return rc
183 rc = self.do_setup(command_args)
185 rc = self.do_shutdown(command_args)
187 rc
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c526 int rc = SQLITE_OK; local
531 rc = SQLITE_NOMEM;
534 if( rc==SQLITE_OK && pgno<=sqlite3BitvecSize(pBt->pHasContent) ){
535 rc = sqlite3BitvecSet(pBt->pHasContent, pgno);
537 return rc;
569 int rc; local
575 rc = sqlite3BtreeKeySize(pCur, &pCur->nKey);
576 assert( rc==SQLITE_OK ); /* KeySize() cannot fail */
587 rc = sqlite3BtreeKey(pCur, 0, (int)pCur->nKey, pKey);
588 if( rc
625 int rc = saveCursorPosition(p); local
656 int rc; /* Status code */ local
683 int rc; local
713 int rc; local
767 int rc; /* Return code from subfunctions */ local
818 int rc; local
1151 int rc; /* Integer return code */ local
1543 int rc; local
1594 int rc; local
1701 int rc = SQLITE_OK; /* Result code from this function */ local
2121 int rc; local
2151 int rc = SQLITE_OK; local
2286 int rc; /* Result code from subfunctions */ local
2455 int rc; local
2529 int rc = SQLITE_OK; local
2669 int rc; /* Return code */ local
2786 int rc; local
2871 int rc; local
2979 int rc; local
3008 int rc = SQLITE_OK; local
3095 int rc = SQLITE_OK; local
3187 int rc; local
3208 int rc; local
3282 int rc; local
3350 int rc; local
3381 int rc = SQLITE_OK; local
3490 int rc; local
3712 int rc = SQLITE_OK; local
3781 int rc = sqlite3PagerWrite(pDbPage); local
3829 int rc = SQLITE_OK; local
3983 int rc; local
4103 int rc; local
4195 int rc = SQLITE_OK; local
4271 int rc = SQLITE_OK; local
4296 int rc = SQLITE_OK; local
4319 int rc; local
4342 int rc; local
4412 int rc; local
4604 int rc; local
4673 int rc; local
4755 int rc; local
5031 int rc; /* Return Code */ local
5161 int rc; local
5238 int nSrc, n, rc; local
5391 int rc; /* The return code */ local
5485 int rc = sqlite3PagerWrite(pPage->pDbPage); local
5608 int rc; /* Return Code */ local
5752 int rc; local
5839 int rc = SQLITE_OK; /* The return code */ local
6452 int rc; /* Return value from subprocedures */ local
6506 int rc = SQLITE_OK; local
6648 int rc; local
6785 int rc; /* Return code */ local
6909 int rc; local
7041 int rc; local
7059 int rc; local
7111 int rc; local
7150 int rc; local
7253 int rc; local
7301 int rc; local
7333 int rc; /* Return code */ local
7464 int rc; local
7581 int i, rc, depth, d2, pgno, cnt; local
7945 int rc = SQLITE_OK; local
8012 int rc; local
8029 int rc = SQLITE_OK; local
8059 int rc; local
8116 int rc; /* Return code */ local
[all...]
H A Dmain.c110 int rc; /* Result code */ local
113 rc = sqlite3_wsd_init(4096, 24);
114 if( rc!=SQLITE_OK ){
115 return rc;
134 rc = sqlite3MutexInit();
135 if( rc ) return rc;
147 rc = sqlite3MallocInit();
149 if( rc==SQLITE_OK ){
155 rc
281 int rc = SQLITE_OK; local
514 int rc; local
582 int rc, n; local
841 sqlite3ErrStr(int rc) argument
932 int rc; local
1050 int rc; local
1134 int rc = SQLITE_ERROR; local
1170 int rc; local
1202 int rc; local
1454 int rc = SQLITE_OK; /* Return code */ local
1800 int rc; local
2074 int rc; local
2112 int rc; local
2132 int rc; local
2152 int rc = SQLITE_OK; local
2287 int rc; local
2389 int rc; local
2414 int rc = SQLITE_ERROR; local
2453 int rc = 0; local
[all...]
H A Dtest_async.c47 int rc; local
61 rc = sqlite3async_initialize(zParent, isDefault);
62 if( rc!=SQLITE_OK ){
63 Tcl_SetObjResult(interp, Tcl_NewStringObj(sqlite3TestErrorName(rc), -1));
108 int rc; local
110 rc = Tcl_CreateThread(&x, tclWriterThread, threadData, nStack, flags);
111 if( rc!=TCL_OK ){
160 int rc = SQLITE_OK; local
200 rc = sqlite3async_control(eOpt, iVal);
203 if( rc
[all...]
H A Dwalker.c40 int rc; local
44 rc = pWalker->xExprCallback(pWalker, pExpr);
45 if( rc==WRC_Continue
55 return rc & WRC_Abort;
125 int rc; local
127 rc = WRC_Continue;
129 rc = pWalker->xSelectCallback(pWalker, p);
130 if( rc ) break;
135 return rc & WRC_Abort;
H A Dtest_vfstrace.c116 ** Convert value rc into a string and print it using zFormat. zFormat
122 int rc
126 switch( rc ){
171 sqlite3_snprintf(sizeof(zBuf), zBuf, "%d", rc); local
195 int rc; local
197 rc = p->pReal->pMethods->xClose(p->pReal);
198 vfstrace_print_errcode(pInfo, " -> %s\n", rc);
199 if( rc==SQLITE_OK ){
203 return rc;
217 int rc; local
236 int rc; local
250 int rc; local
264 int rc; local
288 int rc; local
316 int rc; local
330 int rc; local
344 int rc; local
359 int rc; local
400 int rc; local
413 int rc; local
427 int rc; local
453 int rc; local
469 int rc; local
489 int rc; local
541 int rc; local
561 int rc; local
583 int rc; local
[all...]
H A Dos_os2.c96 APIRET rc; local
102 rc = DosClose( pFile->h );
114 return rc == NO_ERROR ? SQLITE_OK : SQLITE_IOERR;
160 APIRET rc = NO_ERROR; local
172 ( rc = DosWrite( pFile->h, (PVOID)pBuf, amt, &wrote ) ) == NO_ERROR &&
179 return ( rc != NO_ERROR || amt > (int)wrote ) ? SQLITE_FULL : SQLITE_OK;
186 APIRET rc; local
201 rc = DosSetFileSize( pFile->h, nByte );
202 return rc == NO_ERROR ? SQLITE_OK : SQLITE_IOERR_TRUNCATE;
241 APIRET rc local
318 int rc = SQLITE_OK; /* Return code from subroutines */ local
464 APIRET rc = NO_ERROR; local
503 APIRET rc = SQLITE_OK; local
836 APIRET rc; local
884 int cbShmName, rc = SQLITE_OK; local
1006 int rc = local
1076 int n, rc = SQLITE_OK; local
1213 int rc = SQLITE_OK; /* Result code */ local
1446 APIRET rc = DosQueryPathInfo( (PSZ)zRelativeCp, FIL_QUERYFULLNAME, local
1470 ULONG rc; local
1611 APIRET rc; local
1632 APIRET rc; local
1683 APIRET rc; local
1698 APIRET rc; local
1841 int rc; local
[all...]
H A Dtest3.c25 static char *errorName(int rc){ argument
27 switch( rc ){
67 int rc, nCache; local
81 rc = sqlite3BtreeOpen(argv[1], &sDb, &pBt, 0,
83 if( rc!=SQLITE_OK ){
84 Tcl_AppendResult(interp, errorName(rc), 0);
105 int rc; local
112 rc = sqlite3BtreeClose(pBt);
113 if( rc!=SQLITE_OK ){
114 Tcl_AppendResult(interp, errorName(rc),
140 int rc; local
221 int rc = SQLITE_OK; local
266 int rc; local
300 int rc; local
335 int rc; local
370 int rc; local
382 sqlite3_snprintf(sizeof(zBuf),zBuf, "%d", rc); local
[all...]
H A Dtest_journal.c362 int rc = SQLITE_OK; local
371 rc = SQLITE_IOERR_NOMEM;
382 rc = sqlite3OsRead(p, aData, pMain->nPagesize, 0);
383 if( rc==SQLITE_OK ){
393 while( rc==SQLITE_OK && iTrunk>0 ){
397 rc = sqlite3OsRead(p, aData, pMain->nPagesize, iOff);
399 for(iLeaf=0; rc==SQLITE_OK && iLeaf<nLeaf; iLeaf++){
407 if( rc==SQLITE_OK ){
409 for(ii=0; rc==SQLITE_OK && ii<pMain->nPage; ii++){
412 rc
430 int rc = SQLITE_OK; local
514 int rc; local
596 int rc; local
632 int rc; local
645 int rc; local
696 int rc; local
[all...]
H A Dtest_intarray.c87 int rc = SQLITE_NOMEM; local
93 rc = sqlite3_declare_vtab(db, "CREATE TABLE x(value INTEGER PRIMARY KEY)");
96 return rc;
103 int rc = SQLITE_NOMEM; local
109 rc = SQLITE_OK;
111 return rc;
224 int rc = SQLITE_OK; local
233 rc = sqlite3_create_module_v2(db, zName, &intarrayModule, p,
235 if( rc==SQLITE_OK ){
239 rc
298 int rc = SQLITE_OK; local
332 int rc = SQLITE_OK; local
[all...]
H A Dtable.c36 int rc; /* Return code from sqlite3_exec() */ member in struct:TabResult
81 p->rc = SQLITE_ERROR;
104 p->rc = SQLITE_NOMEM;
126 int rc; local
138 res.rc = SQLITE_OK;
145 rc = sqlite3_exec(db, zSql, sqlite3_get_table_cb, &res, pzErrMsg);
148 if( (rc&0xff)==SQLITE_ABORT ){
157 db->errCode = res.rc; /* Assume 32-bit assignment is atomic */
158 return res.rc;
161 if( rc!
[all...]
H A Dtest_osinst.c66 ** rc INTEGER, // Return value
253 int rc = SQLITE_OK; local
258 rc = p->pReal->pMethods->xClose(p->pReal);
261 vfslog_call(p->pVfslog, OS_CLOSE, p->iFileId, t, rc, 0, 0);
262 return rc;
274 int rc; local
278 rc = p->pReal->pMethods->xRead(p->pReal, zBuf, iAmt, iOfst);
280 vfslog_call(p->pVfslog, OS_READ, p->iFileId, t, rc, iAmt, (int)iOfst);
281 return rc;
293 int rc; local
307 int rc; local
321 int rc; local
335 int rc; local
349 int rc; local
363 int rc; local
377 int rc; local
399 int rc; local
413 int rc; local
424 int rc; local
440 int rc; local
458 int rc; local
479 int rc; local
504 int rc; local
524 int rc; local
710 int rc; local
864 int rc; local
959 int rc = SQLITE_OK; local
1109 int rc = SQLITE_ERROR; local
1125 int rc; local
1142 int rc; local
1158 int rc; local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fScissorTests.cpp64 glu::RenderContext& rc = m_context.getRenderContext(); local
95 rc,
104 addChild(createClearTest(tc, rc, "clear_depth", "Depth buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f), GL_DEPTH_BUFFER_BIT));
105 addChild(createClearTest(tc, rc, "clear_stencil", "Stencil buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f), GL_STENCIL_BUFFER_BIT));
106 addChild(createClearTest(tc, rc, "clear_color", "Color buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f), GL_COLOR_BUFFER_BIT));
108 addChild(createFramebufferClearTest(tc, rc, "clear_fixed_buffer", "Fixed point color clear", CLEAR_COLOR_FIXED));
109 addChild(createFramebufferClearTest(tc, rc, "clear_int_buffer", "Integer color clear", CLEAR_COLOR_INT));
110 addChild(createFramebufferClearTest(tc, rc, "clear_uint_buffer", "Unsigned integer buffer clear", CLEAR_COLOR_UINT));
111 addChild(createFramebufferClearTest(tc, rc, "clear_depth_buffer", "Depth buffer clear", CLEAR_DEPTH));
112 addChild(createFramebufferClearTest(tc, rc, "clear_stencil_buffe
[all...]
/external/pcre/dist/
H A Dpcre_get.c79 int rc; local
85 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
86 return rc;
89 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0)
90 return rc;
91 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0)
92 return rc;
95 if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
96 return rc;
99 if ((rc
162 int rc; local
[all...]
/external/valgrind/main/gdbserver_tests/
H A Dsleepers.c47 int rc; local
48 rc = pthread_mutex_lock(&ready_mutex);
49 if (rc != 0)
50 fprintf(stderr, "signal_ready lock error %d_n", rc);
52 rc = pthread_cond_signal(&ready);
53 if (rc != 0)
54 fprintf(stderr, "signal_ready signal error %d_n", rc);
55 rc = pthread_mutex_unlock(&ready_mutex);
56 if (rc != 0)
57 fprintf(stderr, "signal_ready unlock error %d_n", rc);
99 int rc; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/ums/
H A DSDL_umsaudio.c151 UMSAudioDevice_ReturnCode rc;
153 rc = UADSetTimeFormat(this, UMSAudioTypes_Bytes );
154 rc = UADWriteBuffSize(this, bufSize );
160 UMSAudioDevice_ReturnCode rc; local
165 rc = UADPlayRemainingData(this, TRUE);
166 rc = UADStop(this);
167 rc = UADClose(this);
172 UMSAudioDevice_ReturnCode rc; local
183 rc = UADWrite(this, &this->hidden->playbuf,
188 /* rc value
236 UMSAudioDevice_ReturnCode rc; local
[all...]
/external/valgrind/main/coregrind/
H A Dm_debugger.c112 Int rc = 0;
114 rc |= VG_(ptrace)(VKI_PTRACE_POKEUSR, pid, (void*)(VKI_PT_R0 * 4), (void*)vex->guest_GPR0);
115 rc |= VG_(ptrace)(VKI_PTRACE_POKEUSR, pid, (void*)(VKI_PT_R1 * 4), (void*)vex->guest_GPR1);
116 rc |= VG_(ptrace)(VKI_PTRACE_POKEUSR, pid, (void*)(VKI_PT_R2 * 4), (void*)vex->guest_GPR2);
117 rc |= VG_(ptrace)(VKI_PTRACE_POKEUSR, pid, (void*)(VKI_PT_R3 * 4), (void*)vex->guest_GPR3);
118 rc |= VG_(ptrace)(VKI_PTRACE_POKEUSR, pid, (void*)(VKI_PT_R4 * 4), (void*)vex->guest_GPR4);
119 rc |= VG_(ptrace)(VKI_PTRACE_POKEUSR, pid, (void*)(VKI_PT_R5 * 4), (void*)vex->guest_GPR5);
120 rc |= VG_(ptrace)(VKI_PTRACE_POKEUSR, pid, (void*)(VKI_PT_R6 * 4), (void*)vex->guest_GPR6);
121 rc |= VG_(ptrace)(VKI_PTRACE_POKEUSR, pid, (void*)(VKI_PT_R7 * 4), (void*)vex->guest_GPR7);
122 rc |
402 Int pid, rc; local
[all...]
/external/srec/srec/clib/
H A Dswicms.c108 ESR_ReturnCode rc; local
112 CHKLOG(rc, ESR_SessionContains(parname, &exists));
114 rc = ESR_SessionGetProperty(parname, (void**)&intList, TYPES_INTARRAYLIST);
115 if (rc != ESR_SUCCESS && rc != ESR_NO_MATCH_ERROR) {
117 PLogError(L("Error reading %s from session: %s"), parname, ESR_rc2str(rc));
120 else if (rc == ESR_SUCCESS) {
121 CHKLOG(rc, IntArrayListGetSize(intList, &size));
123 PLogError(L("Error reading %s from session, expected len %d: %s"), parname, reqSize, ESR_rc2str(rc));
127 CHKLOG(rc, IntArrayListGe
141 ESR_ReturnCode rc = ESR_SUCCESS; local
[all...]
/external/srec/srec/EventLog/src/
H A DEventLogImpl.c105 ESR_ReturnCode rc; local
110 CHKLOG(rc, SR_EventLogTokenInt(eventLog, name, *((int*) newValue)));
113 CHKLOG(rc, SR_EventLogTokenUint16_t(eventLog, name, *((asr_uint16_t*) newValue)));
116 CHKLOG(rc, SR_EventLogTokenSize_t(eventLog, name, *((size_t*) newValue)));
119 CHKLOG(rc, SR_EventLogTokenBool(eventLog, name, *((ESR_BOOL*) newValue)));
122 CHKLOG(rc, SR_EventLogTokenFloat(eventLog, name, *((float*) newValue)));
125 CHKLOG(rc, SR_EventLogToken(eventLog, name, (LCHAR*) newValue));
129 CHKLOG(rc, ESR_SessionGetProperty(name, (void **)&list, TYPES_INTARRAYLIST));
130 CHKLOG(rc, list->getSize(list, &len));
131 CHKLOG(rc, SR_EventLogTokenIn
157 ESR_ReturnCode rc; local
294 ESR_ReturnCode rc; local
393 ESR_ReturnCode rc; local
419 ESR_ReturnCode rc; local
434 ESR_ReturnCode rc; local
541 ESR_ReturnCode rc; local
685 ESR_ReturnCode rc; local
704 ESR_ReturnCode rc; local
748 ESR_ReturnCode rc; local
[all...]
/external/srec/srec/Vocabulary/src/
H A DVocabularyImpl.c51 ESR_ReturnCode rc = ESR_SUCCESS; local
58 rc = ESR_SessionGetBool ( L("G2P.Available"), &bG2P );
59 if ( rc != ESR_SUCCESS )
61 PLogError(L("ESR_FATAL_ERROR: ESR_SessionGetBool() - G2P.Available fails with return code %d\n"), rc);
62 return rc;
70 rc = ESR_SessionGetLCHAR ( L("G2P.Data"), szG2PDataFile, &len );
71 if ( rc != ESR_SUCCESS )
73 PLogError(L("ESR_FATAL_ERROR: ESR_SessionGetLCHAR() - G2P.Data fails with return code %d\n"), rc);
74 return rc;
76 rc
106 ESR_ReturnCode rc = ESR_SUCCESS; local
194 ESR_ReturnCode rc = ESR_SUCCESS; local
239 ESR_ReturnCode rc; local
[all...]
/external/lzma/xz-embedded/
H A Dxz_dec_lzma2.c263 struct rc_dec rc; member in struct:xz_dec_lzma2
438 static void rc_reset(struct rc_dec *rc) argument
440 rc->range = (uint32_t)-1;
441 rc->code = 0;
442 rc->init_bytes_left = RC_INIT_BYTES;
446 * Read the first five initial bytes into rc->code if they haven't been
449 static bool rc_read_init(struct rc_dec *rc, struct xz_buf *b) argument
451 while (rc->init_bytes_left > 0) {
455 rc->code = (rc
463 rc_limit_exceeded(const struct rc_dec *rc) argument
472 rc_is_finished(const struct rc_dec *rc) argument
478 rc_normalize(struct rc_dec *rc) argument
497 rc_bit(struct rc_dec *rc, uint16_t *prob) argument
519 rc_bittree(struct rc_dec *rc, uint16_t *probs, uint32_t limit) argument
535 rc_bittree_reverse(struct rc_dec *rc, uint16_t *probs, uint32_t *dest, uint32_t limit) argument
553 rc_direct(struct rc_dec *rc, uint32_t *dest, uint32_t limit) argument
[all...]
/external/chromium_org/tools/grit/grit/gather/
H A Drc_unittest.py6 '''Unit tests for grit.gather.rc'''
17 from grit.gather import rc namespace
45 out = rc.Section(f, 'IDC_KLONKACC')
49 out = rc.Section(util.PathFromRoot(r'grit/testdata/klonk.rc'),
60 dlg = rc.Dialog(StringIO.StringIO('''IDD_ABOUTBOX DIALOGEX 22, 17, 230, 75
87 dlg = rc.Dialog(StringIO.StringIO('''IDD_ABOUTBOX DIALOGEX 22, 17, 230, 75
98 alt_dlg = rc.Dialog(StringIO.StringIO('''IDD_ABOUTBOX DIALOGEX 040704, 17, 230, 75
115 menu = rc.Menu(StringIO.StringIO('''IDC_KLONK MENU
144 version = rc
[all...]
/external/oprofile/libpopt/
H A Dpoptconfig.c101 int fd, rc; local
110 rc = errno;
112 errno = rc;
118 rc = errno;
120 errno = rc;
166 int rc; local
170 rc = poptReadConfigFile(con, "/etc/popt");
171 if (rc) return rc;
177 rc
[all...]

Completed in 2534 milliseconds

1234567891011>>