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

/freebsd-10.0-release/contrib/ntp/libopts/
H A Dcook.c62 * arg: + char* + pRes + Where to put the result byte +
84 ao_string_cook_escape_char( char const* pzIn, char* pRes, u_int nl ) argument
88 switch (*pRes = *pzIn++) {
97 *pRes = (char)nl;
100 case 'a': *pRes = '\a'; break;
101 case 'b': *pRes = '\b'; break;
102 case 'f': *pRes = '\f'; break;
103 case 'n': *pRes = '\n'; break;
104 case 'r': *pRes = '\r'; break;
105 case 't': *pRes
[all...]
H A Dconfigfile.c147 tOptionValue* pRes = NULL; local
157 pRes = optionLoadNested(pzText, pzFile, strlen(pzFile));
159 if (pRes == NULL) {
167 return pRes;
199 const tOptionValue* pRes = NULL; local
221 pRes = (tOptionValue*)*ppOV;
233 pRes = pOV;
237 if (pRes == NULL)
241 return pRes;
276 tOptionValue* pRes local
343 tOptionValue* pRes = NULL; local
404 tOptionValue* pRes = NULL; local
[all...]
H A Dnested.c76 scanNameEntry(char const* pzName, tOptionValue* pRes);
79 scanXmlEntry( char const* pzName, tOptionValue* pRes );
295 scanNameEntry(char const* pzName, tOptionValue* pRes) argument
308 addStringValue(&(pRes->v.nestVal), pzName, nameLen, NULL,(size_t)0);
332 addStringValue(&(pRes->v.nestVal), pzName, nameLen, NULL, (size_t)0);
341 pNV = addStringValue( &(pRes->v.nestVal), pzName, nameLen, pzVal,
373 pNV = addStringValue( &(pRes->v.nestVal), pzName, nameLen,
394 scanXmlEntry( char const* pzName, tOptionValue* pRes )
450 addStringValue(&(pRes->v.nestVal), pzName, nameLen, NULL, (size_t)0);
492 addStringValue( &(pRes
644 tOptionValue* pRes; local
[all...]
H A Dautoopts.c409 tOptDesc* pRes = pOpts->pOptDesc; local
420 if ((! SKIP_OPT(pRes)) && (optValue == pRes->optValue)) {
421 pOptState->pOD = pRes;
429 pRes++;
447 pRes = pOpts->pOptDesc + pOpts->specOptIdx.number_option;
/freebsd-10.0-release/contrib/ntp/sntp/libopts/
H A Dcook.c62 * arg: + char* + pRes + Where to put the result byte +
84 ao_string_cook_escape_char( char const* pzIn, char* pRes, u_int nl ) argument
88 switch (*pRes = *pzIn++) {
97 *pRes = (char)nl;
100 case 'a': *pRes = '\a'; break;
101 case 'b': *pRes = '\b'; break;
102 case 'f': *pRes = '\f'; break;
103 case 'n': *pRes = '\n'; break;
104 case 'r': *pRes = '\r'; break;
105 case 't': *pRes
[all...]
H A Dconfigfile.c147 tOptionValue* pRes = NULL; local
157 pRes = optionLoadNested(pzText, pzFile, strlen(pzFile));
159 if (pRes == NULL) {
167 return pRes;
199 const tOptionValue* pRes = NULL; local
221 pRes = (tOptionValue*)*ppOV;
233 pRes = pOV;
237 if (pRes == NULL)
241 return pRes;
276 tOptionValue* pRes local
343 tOptionValue* pRes = NULL; local
404 tOptionValue* pRes = NULL; local
[all...]
H A Dnested.c76 scanNameEntry(char const* pzName, tOptionValue* pRes);
79 scanXmlEntry( char const* pzName, tOptionValue* pRes );
295 scanNameEntry(char const* pzName, tOptionValue* pRes) argument
308 addStringValue(&(pRes->v.nestVal), pzName, nameLen, NULL,(size_t)0);
332 addStringValue(&(pRes->v.nestVal), pzName, nameLen, NULL, (size_t)0);
341 pNV = addStringValue( &(pRes->v.nestVal), pzName, nameLen, pzVal,
373 pNV = addStringValue( &(pRes->v.nestVal), pzName, nameLen,
394 scanXmlEntry( char const* pzName, tOptionValue* pRes )
450 addStringValue(&(pRes->v.nestVal), pzName, nameLen, NULL, (size_t)0);
492 addStringValue( &(pRes
644 tOptionValue* pRes; local
[all...]
H A Dautoopts.c409 tOptDesc* pRes = pOpts->pOptDesc; local
420 if ((! SKIP_OPT(pRes)) && (optValue == pRes->optValue)) {
421 pOptState->pOD = pRes;
429 pRes++;
447 pRes = pOpts->pOptDesc + pOpts->specOptIdx.number_option;
/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.h7219 int (*xGeom)(sqlite3_rtree_geometry*, int n, sqlite3_int64 *a, int *pRes),
7221 int (*xGeom)(sqlite3_rtree_geometry*, int n, double *a, int *pRes),
H A Dsqlite3.c7790 int (*xGeom)(sqlite3_rtree_geometry*, int n, sqlite3_int64 *a, int *pRes),
7792 int (*xGeom)(sqlite3_rtree_geometry*, int n, double *a, int *pRes),
8658 int *pRes
8665 SQLITE_PRIVATE int sqlite3BtreeFirst(BtCursor*, int *pRes);
8666 SQLITE_PRIVATE int sqlite3BtreeLast(BtCursor*, int *pRes);
8667 SQLITE_PRIVATE int sqlite3BtreeNext(BtCursor*, int *pRes);
8669 SQLITE_PRIVATE int sqlite3BtreePrevious(BtCursor*, int *pRes);
39375 read32bits(sqlite3_file *fd, i64 offset, u32 *pRes) argument
54052 sqlite3BtreeFirst(BtCursor *pCur, int *pRes) argument
54075 sqlite3BtreeLast(BtCursor *pCur, int *pRes) argument
54341 sqlite3BtreeNext(BtCursor *pCur, int *pRes) argument
54416 sqlite3BtreePrevious(BtCursor *pCur, int *pRes) argument
88631 sqlite3_value *pRes; local
115421 int *pRes = va_arg(ap, int*); local
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h6734 int (*xGeom)(sqlite3_rtree_geometry *, int nCoord, double *aCoord, int *pRes),
H A Dsqlite3.c7287 int (*xGeom)(sqlite3_rtree_geometry *, int nCoord, double *aCoord, int *pRes),
8074 int *pRes
8081 SQLITE_PRIVATE int sqlite3BtreeFirst(BtCursor*, int *pRes);
8082 SQLITE_PRIVATE int sqlite3BtreeLast(BtCursor*, int *pRes);
8083 SQLITE_PRIVATE int sqlite3BtreeNext(BtCursor*, int *pRes);
8085 SQLITE_PRIVATE int sqlite3BtreePrevious(BtCursor*, int *pRes);
38555 read32bits(sqlite3_file *fd, i64 offset, u32 *pRes) argument
52593 sqlite3BtreeFirst(BtCursor *pCur, int *pRes) argument
52616 sqlite3BtreeLast(BtCursor *pCur, int *pRes) argument
52878 sqlite3BtreeNext(BtCursor *pCur, int *pRes) argument
52947 sqlite3BtreePrevious(BtCursor *pCur, int *pRes) argument
85416 sqlite3_value *pRes; local
110696 int *pRes = va_arg(ap, int*); local
[all...]

Completed in 666 milliseconds