Searched refs:pArg (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/ncurses/form/ |
| H A D | fty_regex.c | 180 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 D | shell.c | 4401 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 D | sqlite3.h | 848 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 D | sqlite3.c | 6662 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 D | ScanfFormatString.cpp | 185 case 'p': k = ConversionSpecifier::pArg; break; in ParseScanfSpecifier() 371 case ConversionSpecifier::pArg: in getArgType()
|
| H A D | FormatString.cpp | 738 case pArg: return "p"; in toString() 1025 case ConversionSpecifier::pArg: in hasStandardConversionSpecifier()
|
| H A D | PrintfFormatString.cpp | 325 case 'p': k = ConversionSpecifier::pArg; break; in ParsePrintfSpecifier() 656 case ConversionSpecifier::pArg: in getScalarArgType()
|
| /freebsd-14.2/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 1115 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 D | FormatString.h | 159 pArg, enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 971 case analyze_format_string::ConversionSpecifier::pArg: in HandlePrintfSpecifier() 1075 case analyze_format_string::ConversionSpecifier::pArg: // %d in computePrecision()
|