Searched refs:pRes (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dpr25000.C8 int * pRes = f(); local
9 if( !pRes ) {
14 pRes = new int();
18 if( !pRes )
21 g(pRes);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dpr25000.C8 int * pRes = f(); local
9 if( !pRes ) {
14 pRes = new int();
18 if( !pRes )
21 g(pRes);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/
H A Dcook.c40 * arg: + char* + pRes + Where to put the result byte +
62 ao_string_cook_escape_char( char const* pzIn, char* pRes, u_int nl ) argument
66 switch (*pRes = *pzIn++) {
75 *pRes = (char)nl;
78 case 'a': *pRes = '\a'; break;
79 case 'b': *pRes = '\b'; break;
80 case 'f': *pRes = '\f'; break;
81 case 'n': *pRes = '\n'; break;
82 case 'r': *pRes = '\r'; break;
83 case 't': *pRes
[all...]
H A Dconfigfile.c121 tOptionValue* pRes = NULL; local
131 pRes = optionLoadNested(pzText, pzFile, strlen(pzFile));
133 if (pRes == NULL) {
141 return pRes;
173 const tOptionValue* pRes = NULL; local
195 pRes = (tOptionValue*)*ppOV;
207 pRes = pOV;
211 if (pRes == NULL)
215 return pRes;
250 tOptionValue* pRes local
317 tOptionValue* pRes = NULL; local
378 tOptionValue* pRes = NULL; local
[all...]
H A Dautoopts.c416 tOptDesc* pRes = pOpts->pOptDesc; local
423 if (optValue != pRes->optValue)
426 if (SKIP_OPT(pRes)) {
427 if ( (pRes->fOptState == (OPTST_OMITTED | OPTST_NO_INIT))
428 && (pRes->pz_Name != NULL)) {
429 fprintf(stderr, zDisabledErr, pOpts->pzProgPath, pRes->pz_Name);
430 if (pRes->pzText != NULL)
431 fprintf(stderr, " -- %s", pRes->pzText);
439 pOptState->pOD = pRes;
443 } while (pRes
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Dcook.c42 * arg: + char* + pRes + Where to put the result byte +
64 ao_string_cook_escape_char( char const* pzIn, char* pRes, u_int nl ) argument
68 switch (*pRes = *pzIn++) {
77 *pRes = (char)nl;
80 case 'a': *pRes = '\a'; break;
81 case 'b': *pRes = '\b'; break;
82 case 'f': *pRes = '\f'; break;
83 case 'n': *pRes = '\n'; break;
84 case 'r': *pRes = '\r'; break;
85 case 't': *pRes
[all...]
H A Dconfigfile.c116 tOptionValue* pRes = NULL; local
126 pRes = optionLoadNested(pzText, pzFile, strlen(pzFile));
128 if (pRes == NULL) {
136 return pRes;
168 const tOptionValue* pRes = NULL; local
190 pRes = (tOptionValue*)*ppOV;
202 pRes = pOV;
206 if (pRes == NULL)
210 return pRes;
245 tOptionValue* pRes local
312 tOptionValue* pRes = NULL; local
373 tOptionValue* pRes = NULL; local
[all...]
H A Dautoopts.c421 tOptDesc* pRes = pOpts->pOptDesc; local
428 if (optValue != pRes->optValue)
431 if (SKIP_OPT(pRes)) {
432 if ( (pRes->fOptState == (OPTST_OMITTED | OPTST_NO_INIT))
433 && (pRes->pz_Name != NULL)) {
434 fprintf(stderr, zDisabledErr, pOpts->pzProgPath, pRes->pz_Name);
435 if (pRes->pzText != NULL)
436 fprintf(stderr, " -- %s", pRes->pzText);
444 pOptState->pOD = pRes;
448 } while (pRes
[all...]
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h6926 int (*xGeom)(sqlite3_rtree_geometry *, int nCoord, double *aCoord, int *pRes),
H A Dsqlite3.c7476 int (*xGeom)(sqlite3_rtree_geometry *, int nCoord, double *aCoord, int *pRes),
8284 int *pRes
8291 SQLITE_PRIVATE int sqlite3BtreeFirst(BtCursor*, int *pRes);
8292 SQLITE_PRIVATE int sqlite3BtreeLast(BtCursor*, int *pRes);
8293 SQLITE_PRIVATE int sqlite3BtreeNext(BtCursor*, int *pRes);
8295 SQLITE_PRIVATE int sqlite3BtreePrevious(BtCursor*, int *pRes);
39323 read32bits(sqlite3_file *fd, i64 offset, u32 *pRes) argument
53620 sqlite3BtreeFirst(BtCursor *pCur, int *pRes) argument
53643 sqlite3BtreeLast(BtCursor *pCur, int *pRes) argument
53909 sqlite3BtreeNext(BtCursor *pCur, int *pRes) argument
53984 sqlite3BtreePrevious(BtCursor *pCur, int *pRes) argument
87371 sqlite3_value *pRes; local
112790 int *pRes = va_arg(ap, int*); local
[all...]

Completed in 445 milliseconds