Home
last modified time | relevance | path

Searched refs:pArg (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/ncurses/form/
H A Dfty_regex.c180 RegExp_Arg *pArg = (RegExp_Arg *)0; in Generic_RegularExpression_Type()
184 pArg = typeMalloc(RegExp_Arg, 1); in Generic_RegularExpression_Type()
186 if (pArg) in Generic_RegularExpression_Type()
191 pArg->compiled_expression = NULL; in Generic_RegularExpression_Type()
193 *(pArg->refCount) = 1; in Generic_RegularExpression_Type()
214 free(pArg); in Generic_RegularExpression_Type()
215 pArg = NULL; in Generic_RegularExpression_Type()
228 if (pArg && !pArg->compiled_expression) in Generic_RegularExpression_Type()
230 free(pArg); in Generic_RegularExpression_Type()
231 pArg = NULL; in Generic_RegularExpression_Type()
[all …]
/freebsd-14.2/contrib/sqlite3/
H A Dshell.c4401 Decimal *pArg; in decimalSumStep() local
4427 Decimal *pArg; in decimalSumInverse() local
4433 if( pArg ) pArg->sign = !pArg->sign; in decimalSumInverse()
20497 void *pArg, in shell_callback() argument
21184 if( pArg==0 || pArg->out==0 ) return 0; in display_stats()
21186 if( pArg->pStmt && pArg->statsOn==2 ){ in display_stats()
22345 if( pArg ){ in shell_exec()
22393 if( pArg ){ in shell_exec()
22395 pArg->cMode = pArg->mode; in shell_exec()
22418 if( pArg && pArg->statsOn ){ in shell_exec()
[all …]
H A Dsqlite3.h848 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
6349 void *pArg,
6356 void *pArg,
6364 void *pArg,
9095 void *pArg; member
9117 void *pArg; member
11059 SQLITE_API int sqlite3session_object_config(sqlite3_session*, int op, void *pArg);
12782 SQLITE_API int sqlite3session_config(int op, void *pArg);
H A Dsqlite3.c6662 void *pArg,
6669 void *pArg,
6677 void *pArg,
9408 void *pArg; member
9430 void *pArg; member
46317 if( pArg==NULL || (const char *)pArg==0 ){
56613 sqlite3DbFree(((RowSet*)pArg)->db, pArg);
113357 if( pArg->op==TK_COLUMN && pArg->iTable>=0 ){
121169 void *pArg
155939 pArg->n = (int)(&p->z[p->n] - pArg->z);
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp185 case 'p': k = ConversionSpecifier::pArg; break; in ParseScanfSpecifier()
371 case ConversionSpecifier::pArg: in getArgType()
H A DFormatString.cpp738 case pArg: return "p"; in toString()
1025 case ConversionSpecifier::pArg: in hasStandardConversionSpecifier()
H A DPrintfFormatString.cpp325 case 'p': k = ConversionSpecifier::pArg; break; in ParsePrintfSpecifier()
656 case ConversionSpecifier::pArg: in getScalarArgType()
/freebsd-14.2/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1115 void *pArg, in auth_callback() argument
1133 SqliteDb *pDb = (SqliteDb*)pArg; in auth_callback()
1914 Tcl_Obj *pArg, /* SCRIPT argument (or NULL) */ in DbHookCmd() argument
1921 if( pArg ){ in DbHookCmd()
1926 if( pArg ){ in DbHookCmd()
1928 if( Tcl_GetCharLength(pArg)>0 ){ in DbHookCmd()
1929 *ppHook = pArg; in DbHookCmd()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h159 pArg, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp971 case analyze_format_string::ConversionSpecifier::pArg: in HandlePrintfSpecifier()
1075 case analyze_format_string::ConversionSpecifier::pArg: // %d in computePrecision()